Jump to content

vampir

Legendary Member
  • Posts

    1,899
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by vampir

  1. Yeah i know, they shouldnt ban me on their forum, maybe then i wouldnt share it.. And about stealing some1s ideas, l2jmod arent u atm creating same code as Matim wrote? Community board: http://www.l2mods.com/index.php?topic=98.0 So stop talking about stealing ideas..
  2. I wrote from where i have stolen idea :)
  3. :D so much anger.. Anyway as i said, i still can share rest of your codes that i am working on right now
  4. 1. I made the code by my own 2. Coz hidden text sux 3. That was the idea :)
  5. :D i like being bad :D Ventic, btw i still can code rest of your codes and share them here so you should be glad that i didnt do it yet :)
  6. yes :)
  7. yes, anyway its working almost same as on http://www.l2mods.com/index.php?topic=32.0
  8. Hi How my Kino share working: Read the code and u will find out by yourself :P Patch: http://pastebin.com/xG6FG0gM If you have got ideas, just pm me. P.S. I was doing it at freya old revision, so probably patch wont work, paste it manually. Report any errors etc CREDITS: Vampir(me)
  9. yeah, ppl after some time will get bored, you will need to make something else to make ppl stay on server
  10. if (command.startsWith("giveitem") && activeChar.isGM())
  11. if as i see its only for gms, the same thing in on admin panel then its like useless..
  12. i didnt know that, delete this topic or something then
  13. Normally there is code: L2PcInstance.changeLegend(); Change it to: if(Config.LegendEnable){ L2PcInstance.changeLegend(); } And it will work only if LegendEnable is true
  14. In: L2PcInstance Method: public boolean doDie(L2Character killer) Code: if (!(isInsideZone(ZONE_PVP) && !isInsideZone(ZONE_SIEGE))) Delete: !(isInsideZone(ZONE_PVP) && HF, use search next time
  15. make something like that: if(Config.LegendEnable){ L2PcInstance.changeLegend(); }
  16. Most of them are already on mxc or l2jserver forum..
  17. maybe such method already exist?
  18. i dont know whats the problem, i added it manually and i am not getting any errors in console
  19. i will try to make it work now in last rev if it doesnt
  20. you would need a lot of more codes to make it work on interlude
  21. easy to do, i can make it for you in some time since i have got a lot of things to do nowadays
  22. you should delete: Announcements.getInstance().announceToAll("BACK: " + activeChar + " is back."); and add to chatPM.java or something like that code that will not allow to pm players which are away
  23. in client mods help? and there is already such topic and its not dead
×
×
  • 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