Jump to content

marwan

Banned
  • Posts

    774
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by marwan

  1. updated try this : http://pastebin.com/icqhwFbW
  2. what error
  3. And are you sure its in the right directory ?
  4. just add before this line if(_type < 0 || _type >= CHAT_NAMES.length) the code
  5. You should read the rules , preconfigured packs is not allowed
  6. Source included in download ? if not then it should be locked.
  7. About russian dont know , but _www.web.com yes it should work
  8. No it is just a list no voting
  9. welcome back bro. I'am really glad that you're back to l2j
  10. Hey guys , I have something new to share hall of fame npc , you can add like trusted members to list hall of fame, code : http://pastebin.com/icqhwFbW oh also you will have to make new column in characters table name it famer , tinyint , allow null to add anyone to the npc make famer = 1 inngameserver.java add, HallOfFamer.getInstance(); the npc id should be 1234 you can edit from here private final static int NpcId = 1234; in npc html you will need just one button <button value="Show" action="bypass -h Quest HallOfFame show" width=90 height=25 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"> credits : to me
  11. what do you mean ?
  12. In the code it checks every 30000 ms so 30 seconds not 1 minute
  13. Yea it woulld be hell easier if its in config but I wanted to make something unique I coded on Hi5
  14. Hello guys , I updated my old zone with new things also its configured via XML Create new file in /data and name it customzone.xml <?xml version='1.0' encoding='utf-8'?> <customzone> <enter> <msg>You entered pvp zone</msg> <flag>false</flag> <randomName>true</randomName> <party>true</party> <chat>true</chat> <dieMsg>You have died. You can press Back to Village or some one revive you</diemsg> </enter> <exit> <msg>You exit pvp zone</msg> <flag></flag> </exit> </customzone> <enter> When you enter the zone <msg> send a message when you enter <flag> you get flagged when you enter (true/false) <randomName> every player gets random name when enters <party> allows party or not <chat> allows chat or not <dieMsg> displays message when you die </enter> <exit> When you exit the zone <msg> displays message when you exit <flag> remove flag instantly when you exit </exit> Pastebin : http://pastebin.com/V6HtDaqi I'am still updating it
  15. [Hidden post: You need reply to this topic to see it.]
  16. yes i'am currently reworking it , I will share the new update soon Thanks.
  17. lol man its already share http://maxcheaters.com/forum/index.php?topic=253541.0
  18. I tested it but i didn't test the last two updates. When i get home i will update and fix it TODO : When you enter party are removed and you cant invite any one any ideas are welcome
  19. I'am working on that UPDATED : now when you enter clan are removed http://pastebin.com/nmYzxZwj
  20. you accept USD paysafe ?
  21. Ok i will update it when you enter it make new Random(); and then activeChar.setName(random.nextInt()); it alot easier this way will update in few minutes :D updated : http://pastebin.com/u6UpLHw1
  22. here you go http://pastebin.com/yPmzN4TN interlude l2jesios
  23. coded on H5 but i can adapt to any client for you
  24. Thanks :D
×
×
  • 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