Thread: [PI] 100% Correct 63 wave FightCave spawn's [PI]

Page 1 of 3 123 LastLast
Results 1 to 10 of 27
  1. #1 [PI] 100% Correct 63 wave FightCave spawn's [PI] 
    Banned

    Join Date
    Aug 2008
    Posts
    1,885
    Thanks given
    56
    Thanks received
    102
    Rep Power
    0
    Replace your

    Code:
    private final int[][] WAVES =
    With this

    Code:
    private final int[][] WAVES = {{2627},{2627,2627},{2630},{2630,2627},{2630,2627,2627},{2630,2630},{2631},{2631,2627},{2631,2627,2627},{2631,2630},{2631,2630,2627},{2631,2630,2627,2627},{2631,2630,2630},{2631,2631},{2741},{2741,2627},{2741,2627,2627},{2741,2630},{2741,2630,2627},{2741,2630,2627,2627},{2741,2630,2630},{2741,2631},{2741,2631,2627},{2741,2631,2627,2627},{2741,2631,2630},{2741,2631,2630,2627},{2741,2631,2630,2627,2627},{2741,2631,2630,2630},{2741,2631,2631},{2741,2741},{2743},{2743,2627},{2743,2627,2627},{2743,2630},{2743,2630,2627},{2743,2630,2627,2627},{2743,2630,2630},{2743,2631},{2743,2631,2627},{2743,2631,2627,2627},{2743,2631,2630},{2743,2631,2630,2627},{2743,2631,2630,2627,2627},{2743,2631,2630,2630},{2743,2631,2631},{2743,2741},{2743,2741,2627},{2743,2741,2627,2627},{2743,2741,2630},{2743,2741,2630,2627},{2743,2741,2630,2627,2627}{2743,2741,2630,2630},{2743,2741,2631},{2743,2741,2631,2627},{2743,2741,2631,2627,2627},{2743,2741,2631,2630},{2743,2741,2631,2630,2627},{2743,2741,2631,2630,2627,2627},{2743,2741,2631,2630,2630},{2743,2741,2631,2631},{2743,2741,2741},{2743,2743},{2745}};
    Here's the full wave list that your adding.

    1. Wave 1 : {2627}
    2. Wave 2 : {2627,2627}
    3. Wave 3 : {2630}
    4. Wave 4 : {2630, 2627}
    5. Wave 5 : {2630,2627,2627}
    6. Wave 6 : {2630,2630}
    7. Wave 7 : {2631}
    8. Wave 8 : {2631,2627}
    9. Wave 9 : {2631,2627,2627}
    10. Wave 10 : {2631,2630}
    11. Wave 11 : {2631,2630,2627}
    12. Wave 12 : {2631,2630,2627,2627}
    13. Wave 13 : {2631,2630,2630}
    14. Wave 14 : {2631,2631}
    15. Wave 15 : {2741}
    16. Wave 16 : {2741,2627}
    17. Wave 17 : {2741,2627,2627}
    18. Wave 18 : {2741,2630}
    19. Wave 19 : {2741,2630,2627}
    20. Wave 20 : {2741,2630,2627,2627}
    21. Wave 21 : {2741,2630,2630}
    22. Wave 22 : {2741,2631}
    23. Wave 23 : {2741,2631,2627}
    24. Wave 24 : {2741,2631,2627,2627}
    25. Wave 25 : {2741,2631,2630}
    26. Wave 26 : {2741,2631,2630,2627}
    27. Wave 27 : {2741,2631,2630,2627,2627}
    28. Wave 28 : {2741,2631,2630,2630}
    29. Wave 29 : {2741,2631,2631}
    30. Wave 30 : {2741,2741}
    31. Wave 31 : {2743}
    32. Wave 32 : {2743,2627}
    33. Wave 33 : {2743,2627,2627}
    34. Wave 34 : {2743,2630}
    35. Wave 35 : {2743,2630,2627}
    36. Wave 36 : {2743,2630,2627,2627}
    37. Wave 37 : {2743,2630,2630}
    38. Wave 38 : {2743,2631}
    39. Wave 39 : {2743,2631,2627}
    40. Wave 40 : {2743,2631,2627.2627}
    41. Wave 41 : {2743,2631,2630}
    42. Wave 42 : {2743,2631,2630,2627}
    43. Wave 43 : {2743,2631,2630,2627,2627}
    44. Wave 44 : {2743,2631,2630,2630}
    45. Wave 45 : {2743,2631,2631}
    46. Wave 46 : {2743,2741}
    47. Wave 47 : {2743,2741,2627}
    48. Wave 48 : {2743,2741,2627,2627}
    49. Wave 49 : {2743,2741,2630}
    50. Wave 50 : {2743,2741,2630,2627}
    51. Wave 51 : {2743,2741,2630,2627,2627}
    52. Wave 52 : {2743,2741,2630,2630}
    53. Wave 53 : {2743,2741,2631}
    54. Wave 54 : {2743,2741,2631,2627}
    55. Wave 55 : {2743,2741,2631,2627,2627}
    56. Wave 56 : {2743,2741,2631,2630}
    57. Wave 57 : {2743,2741,2631,2630,2627}
    58. Wave 58 : {2743,2741,2631,2630,2627,2627}
    59. Wave 59 : {2743,2741,2631,2630,2630}
    60. Wave 60 : {2743,2741,2631,2631}
    61. Wave 61 : {2743,2741,2741}
    62. Wave 62 : {2743,2743}
    63. Wave 63 : {2745}
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Banned
    Join Date
    Jul 2010
    Posts
    3
    Thanks given
    29
    Thanks received
    15
    Rep Power
    0
    Thanks for this!
    Reply With Quote  
     

  4. #3  
    Registered Member

    Join Date
    Oct 2009
    Posts
    1,595
    Thanks given
    100
    Thanks received
    50
    Rep Power
    232
    nonononoonononono !! now all servers will have 63waves please remvoe!!

    Reply With Quote  
     

  5. Thankful user:


  6. #4  
    Registered Member
    Lil Str Kid's Avatar
    Join Date
    Jul 2007
    Age
    31
    Posts
    1,302
    Thanks given
    169
    Thanks received
    71
    Rep Power
    260
    Emm you forgot to give credits to Martin and the first one is always ignored so... there should be 64 waves seeming as first wave is ignored


    Reply With Quote  
     

  7. #5  
    Banned

    Join Date
    Aug 2008
    Posts
    1,885
    Thanks given
    56
    Thanks received
    102
    Rep Power
    0
    Quote Originally Posted by Lil Str Kid View Post
    Emm you forgot to give credits to Martin and the first one is always ignored so... there should be 64 waves seeming as first wave is ignored
    Why would I give credits to Martin? And second there's not 64 waves...
    Reply With Quote  
     

  8. #6  
    I'm Back

    Stewie's Avatar
    Join Date
    Jul 2008
    Age
    29
    Posts
    7,987
    Thanks given
    1,877
    Thanks received
    1,491
    Rep Power
    5000
    You forgot to add the healers for Jad


    Reply With Quote  
     

  9. #7  
    Banned
    Join Date
    Mar 2009
    Posts
    372
    Thanks given
    12
    Thanks received
    9
    Rep Power
    0
    Nice release. Good job bro.

    Quote Originally Posted by Mister Stewie View Post
    You forgot to add the healers for Jad
    Lol that would be hell.
    Reply With Quote  
     

  10. #8  
    Banned

    Join Date
    Jun 2010
    Age
    36
    Posts
    4,335
    Thanks given
    4
    Thanks received
    274
    Rep Power
    0
    Awesome ;D
    Thanks for this
    Reply With Quote  
     

  11. #9  
    Registered Member
    FuckThePolice's Avatar
    Join Date
    Feb 2009
    Age
    30
    Posts
    846
    Thanks given
    29
    Thanks received
    57
    Rep Power
    87
    Nicee
    Reply With Quote  
     

  12. #10  
    Banned
    Join Date
    Mar 2008
    Posts
    1,937
    Thanks given
    131
    Thanks received
    61
    Rep Power
    0
    i had 363 waves already, but i realized its only a private server, so i made 1 difficult wave.
    Reply With Quote  
     

Page 1 of 3 123 LastLast

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
  •