Jump to content

marwan

Banned
  • Posts

    774
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by marwan

  1. it gives error or what ? it really doesn't matter sorry for posting late didn't check the topic
  2. something like that in npcinstance if(command.equalsIgnoreCase("holy"){ //enchant weapon }
  3. or from char_templates.sql
  4. weird , which geodata you use?
  5. easy way from char_templates.sql
  6. Open RegisterGameServer.bat and register hexid
  7. loled.
  8. gj and welcome back
  9. in the code + public boolean _hitman = false; + public void setHitman(boolean h) + { + + _hitman = h; + } + + public boolean isHitman() + { + return _hitman; + } +
  10. thanks
  11. oh forgot to add pcinstance part http://pastebin.com/fvBvWe11 becausse of the missing party in pcinstance add it and test http://pastebin.com/fvBvWe11
  12. just change imports
  13. Yes but my code is completely diffrent and even the event also as I can remember it has bugs when you hit somone he/she dont turn to zombie
  14. h5
  15. :happyforever:
  16. Hello guys :) , Event Description : Event starts every 1 hour , registration time 10 minutes , npc spawned in giran automatic to register. If participants is more than 2 then event will start. Random player will be chosen to be the zombie , if zombie hit any player , player will be zombie. Event consist of 3 rounds each round is 1.5 minute ,if players survived all the round will win. Event area : coliseum from reg npc you can register,unregister,view participated players here is the code : http://pastebin.com/EdvVdpjf and for npc all you need is to create a new one with id 70012 and type L2Npc html code <button value="Event" action="bypass -h Quest Zombie show" width=90 height=25 also if you want to change the event rounds from here : public int rounds = 3; coded by me PS tested but there might be bugs
  17. - Do not post simple java strings or stupid Configuring Codes. Such topics will be immediately locked.
  18. you can change from char_templates.sql
  19. BUILD FAILED D:\Workspace\L2J_DataPack\build.xml:57: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified install subversion
  20. Update : fixed a bug in pickplayer() method now its working properly
  21. like i said before l2jendure is based on l2jserver so it should work if its giving error in imports then CTRL+Shift+O to organize imports.
  22. OK I'am working on it
  23. Sure but the problem is from where i will get all this pvp areas !!
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock