Jump to content

crash_8675

Members
  • Posts

    119
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by crash_8675

  1. Thanks man for share here with us, I appreciate your work. I love you!!! :) If I could I'd give you karma, thank you very much again. It made my day!
  2. Wow only I can say Beauty cloaks!!! Amazing Job. Thank you
  3. Thanks is perfect. I needed. Take care :D
  4. Why do you insult people? You should learn to respect. btw thanks for share byorion. keep working good ;)
  5. Good work, thanks, I was searching for this. What tools you used to create ddf's files? I want to learn. Take care :D xD
  6. Thanks for this Matim, good work my friend :)
  7. Thanks so much for your work. I aprecciate it. :D
  8. Thanks for this share. An thanks so much Critical,your guides always help me a lot :) Take care
  9. thanks ExTrEmEDwarf :)
  10. Icons there are in Icon.utx from GOD client. You can extract it from file icon.utx using umodel tool and create new utx with icons god weapons. And later modify in weapongrp lines with new icons. Sorry for my english is too bad. XD
  11. Hi, Eclipse give me error in file AdminCTFEngine.java in this part: CTF.sit() The method sit() is undefined for the type CTF maybe you forget add this method in CTF.java: Index: java/com/l2jserver/gameserver/model/entity/CTF.java =================================================================== --- java/com/l2jserver/gameserver/model/entity/CTF.java (révision 0) +++ java/com/l2jserver/gameserver/model/entity/CTF.java (révision 0) @@ -1947,6 +1951,7 @@ unspawnEventNpc(); unspawnAllFlags(); teleportFinish(); } + + public static void sit() + { + if (_sitForced) + _sitForced = false; + else + _sitForced = true; + + for (L2PcInstance player : _players) + { + if (player != null) + { + if (_sitForced) + { + player.stopMove(null, false); + player.abortAttack(); + player.abortCast(); + + if (!player.isSitting()) + player.sitDown(); + } + else + { + if (player.isSitting()) + player.standUp(); + } + } + } + } + public static void dumpData() { _log.warning("");
  12. Hi, nice idea but i think this is in wrong section ¿?
  13. Very nice! Make others shares like this. :D
  14. i is not missing, this share is only client part. You need make the xml file. ;)
  15. Thanks my friend for this!
  16. Thanks for this share very usefull! Keep working good my friend xD
  17. Oh i love you man! Thanks for this amazing share :) . Please, when you could share the armor? Take care :D
  18. Hi! try open armorgrp.dat and itemname-e.dat with this L2 FileEdit http://www.mediafire.com/?4vphre4xw8zpwwj is for High Five.
  19. Yes is a texture, put Mantelli.utx inside Systextures folder, and add the lines in armorgrp.dat and itemname.dat
  20. Same here, i cant open it. Someone have a patched system H5?. Thanks
×
×
  • 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