+ Reply to Thread
Results 1 to 10 of 64

Thread: Contests

Hybrid View

  1. #1
    Quote Originally Posted by Corwin View Post
    That first contest pretty much sucks if you're maxed out on levels and are all caught up on the quest.
    Is it different for everyone? My contest is to use the Pachinkos.

  2. #2

    Join Date
    Apr 2017
    Posts
    2
    Credits
    2
    Quote Originally Posted by vem View Post
    Is it different for everyone? My contest is to use the Pachinkos.
    I now see 4 contests:

    1) A pervert mind in a sane body
    2) Eternal rivalry
    3) All shall fear your skills
    4) Show off in casinos

    I'm actually garnering points in the first contest now, using the normal battle option instead of battling the bosses; but that means that I'm foregoing the second contest in favor of the first and third contests.

  3. #3
    Weird, I only have one. Also, the timer on it just went from 1 day to 1 hour, what's up with that?

    Btw there's only 25 ppl with nonzero score on the leaderboard, so I guess it doesn't put all players into the same contests.
    Last edited by vem; 04-13-2017 at 08:28 PM.

  4. #4
    Quote Originally Posted by vem View Post
    Weird, I only have one. Also, the timer on it just went from 1 day to 1 hour, what's up with that?

    Btw there's only 25 ppl with nonzero score on the leaderboard, so I guess it doesn't put all players into the same contests.
    It's a weird display bug, you can also see it for a moment with the free pachinko. Basically, whenever there's more than 1 day left but there the hours are a multiple of 24, it lists it as DD:MM:SS. It's probably the code that removes the hours when there's less than an hour remaining that triggers wrongly in that situation. In this case, it should be DD:HH:MM:SS which would be 1:0:40:00 or something similar, but because the hour value is 0 it triggers the part of the code that removes the hours... They probably made it something like "if (HoursRemaining == 0) {remove(TimerHours)}", which could be fixed by changing it to "if (HoursRemaining == 0 && DaysRemaining == 0) {remove(TimerHours)}". Of course, this isn't the actual code, but a simplified version that demonstrates what I think is going wrong.

  5. #5
    Aw, yeah it's back to 1 day. Also I got a second "show off in casinos" now, wtf?

  6. #6
    Quote Originally Posted by vem View Post
    Also I got a second "show off in casinos" now, wtf?
    Same here.

    Also the "All shall fear your skills!" contest finished for me, I got 1st (was in 2nd last I looked) and got the reward.

  7. #7

    Join Date
    Apr 2017
    Posts
    3
    Credits
    3
    Quote Originally Posted by cobaltex View Post
    Same here.

    Also the "All shall fear your skills!" contest finished for me, I got 1st (was in 2nd last I looked) and got the reward.

    And what do you got for getting first place? I got second place and got a golden item.

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •