Jump to content

rodox

Members
  • Posts

    452
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by rodox

  1. Sig is cool, but is 180 px, so 7/10
  2. Maybe try sth like: delete from droplist where itemId in (select item_id from etcitem where item_type like material)
  3. The site states Enchant : Safe+7 max +25
  4. Change on forum Technical Assistence to Assistance.
  5. Normal x15 - x35 Stacksubs are always full of bugs.
  6. Something is wrong with the registration at http://red-dragon.xaa.pl/register/index.php
  7. Blockout, - tetris-like but in 3D. Very old, I was surprised they still have site :D http://www.blockout.de/
  8. LOL, you can make tests on another machine, for GM test will be enough to run it on home PC.
  9. Only Zealot is supposed to add 20% to pAtkSpd with bow, so it's better to fix the skills not to ad stupid restrictions.
  10. The server have also nice features... the upper right corner of webpage is cool ;-)
  11. Look at his name and title What do you expect from such guy?
  12. OMG the page itself redirects you to mainpage, you have there a link to download. Cheatengine is free and opensource.
  13. http://www.maxcheaters.com/forum/index.php?topic=119892.0;topicseen
  14. add: PoF: Prophecy of Fire (buff increasing many stats) PoW: Prophecy of Water (buff increasing many mage stats) fix: zerk: buff Berserker Spirit (increases attack capabilities, decreases defense capabilities) bb: bye-bye or buff Bless the Body (increases the HP)
  15. To get right coords use /loc in game in places you wish the spawns. To get random spawns use in jython ...rest of script... landing == Rnd.get(100) if landing < 33: st.getPlayer().teleToLocation(143209,43968,-3038) elif landing < 66: st.getPlayer().teleToLocation(143209,43968,-3038) else: st.getPlayer().teleToLocation(1454209,44968,-2138) ...rest of script... Dont forget to add at the beggining of the script: from com.l2jserver.util import Rnd If using different version than l2j epilogue you must check how the imports works in your pack and change to look like others.
×
×
  • Create New...