Thread: Spawning items over the limit twice[HELP]

Results 1 to 6 of 6
  1. #1 Spawning items over the limit twice[HELP] 
    Registered Member
    Dark Regen's Avatar
    Join Date
    Jan 2009
    Posts
    678
    Thanks given
    184
    Thanks received
    22
    Rep Power
    185
    Please I need help, I will explain what i meant as spawning item twice. Eg, I saw 2b coins, then i spawn again, i get like 100-200 gp or something, and i do it again, i get that 100-200 gp again. HELP!! I want it so, if you goes over the limit, it will go back to the limit..

    If you have a 317 fix, plz post it!
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Adobe

    Dreamweaver's Avatar
    Join Date
    Jan 2010
    Posts
    1,067
    Thanks given
    38
    Thanks received
    149
    Rep Power
    246
    1. This is for 503+
    2. Its because your coins are resetting the max is 2.4b
    Reply With Quote  
     

  3. #3  
    Registered Member
    Dark Regen's Avatar
    Join Date
    Jan 2009
    Posts
    678
    Thanks given
    184
    Thanks received
    22
    Rep Power
    185
    Quote Originally Posted by sicria View Post
    1. This is for 503+
    2. Its because your coins are resetting the max is 2.4b
    Idiot, I already know that, i just need a fix.. Next time read what i said mr smart guy.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2010
    Posts
    641
    Thanks given
    73
    Thanks received
    47
    Rep Power
    54
    Quote Originally Posted by sicria View Post
    1. This is for 503+
    2. Its because your coins are resetting the max is 2.4b
    Max is 2.14b
    Reply With Quote  
     

  5. #5  
    Номер 1


    Leanbow's Avatar
    Join Date
    Feb 2008
    Posts
    5,910
    Thanks given
    1,558
    Thanks received
    2,617
    Rep Power
    5000
    Quote Originally Posted by Sweden View Post
    Max is 2.14b
    max is
    Code:
    Integer.MAX_VALUE;
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Aug 2010
    Posts
    237
    Thanks given
    31
    Thanks received
    13
    Rep Power
    0
    Code:
    if (itemID == 995 && itemAmount + newItemAmount > Integer.MAX_VALUE) {
             return;
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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