Thread: ~~~ New Skill: Gladiator + Gladiator Mini-Game ~~~

Page 4 of 4 FirstFirst ... 234
Results 31 to 34 of 34
  1. #31  
    Banned

    Join Date
    Oct 2007
    Age
    28
    Posts
    2,733
    Thanks given
    32
    Thanks received
    53
    Rep Power
    0
    some1 help us
     

  2. #32  
    Project No*

    Join Date
    Aug 2007
    Age
    28
    Posts
    375
    Thanks given
    0
    Thanks received
    0
    Rep Power
    25
    wow, this is the best skill and mini game you have made rep +
     

  3. #33  
    Registered Member Icepkz's Avatar
    Join Date
    May 2007
    Posts
    219
    Thanks given
    0
    Thanks received
    0
    Rep Power
    24
    If you get this error
    Code:
    NPCHandler.java:511: cannot find symbol
    symbol  : variable Player
    location: class NPCHandler
    client p = (client) server.playerHandler.players[Player];
                                                     ^
    1 error
    
    :: Complete!
    Press any key to continue . . .
    Go into npchandler and replace the:

    Code:
    client p = (client) server.playerHandler.players[Player];
    with

    Code:
    	int Player = npcs[i].StartKilling;
                    client p = (client) server.playerHandler.players[Player];
    This should work sorry about that, just i used a different base
    Also I am Hellz, if you dont believe me and your from runelocus
    just ask me (hellz) if im me (icepkz)

    Quote Originally Posted by aeze View Post
    wow, this is the best skill and mini game you have made rep +
    Thanks for nice comment

    Hellz~

    .::.. 1033 R3p Thx ALL ! ..::.
     

  4. #34  
    Retix
    Guest
    iv goot a problem haw do you make it so the npc dies when it is at 0 hp any one got any idear ?
     

Page 4 of 4 FirstFirst ... 234

Thread Information
Users Browsing this Thread

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


User Tag List

Tags for this Thread

View Tag Cloud

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