+ Reply to Thread
Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 64

Thread: Contests

  1. #31
    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.


  2. #32
    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.

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

  4. #34
    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.

  5. #35

    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.

  6. #36
    Quote Originally Posted by Karehn View Post
    And what do you got for getting first place? I got second place and got a golden item.
    I got a pair of black pants (green item? sold them for 11,000), which would indicate the item is completely random.

  7. #37
    Wanted to be on 1st place, but American and Ukrainian dudes overtaken my ass. Whatever, 6 kobans more or less is nothing. I don't even mad, let the best player win

  8. #38

    Join Date
    Mar 2017
    Location
    Beirut
    Posts
    48
    Credits
    50
    i got first in a contest and won a rare item(sad) (was hoping for a girl)
    while got third on an another and won an epic item

    so gifts are random and it doesn't matter which rank you are
    ahmad-sama

  9. #39
    Quote Originally Posted by ahmadsama View Post
    i got first in a contest and won a rare item(sad) (was hoping for a girl)
    while got third on an another and won an epic item

    so gifts are random and it doesn't matter which rank you are

    Is it actually possible to win random girl in this?

  10. #40

    Join Date
    Mar 2017
    Location
    Beirut
    Posts
    48
    Credits
    50
    Quote Originally Posted by JC Denton View Post
    Is it actually possible to win random girl in this?
    idk, just hoping but most probably not
    they said: Fulfill all the objectives to win wonderful rewards to me(us) the most wonderful reward would be a girl
    Last edited by ahmadsama; 04-14-2017 at 04:28 AM.
    ahmad-sama

+ Reply to Thread
Page 4 of 7 FirstFirst ... 23456 ... LastLast

Posting Permissions

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