Jump to content

gladie

Members
  • Posts

    30
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by gladie

  1. best guide thanks a lot work perfectly
  2. a new day new problem :( i try to spawn classmaster wow wonderfull i can spawn it and it work perfect but if i restart my server the spawn data donot store iin spawn list can some one say me why? i tried it with a new npc but the problem is same i hope someone can help me :D
  3. he is to lazy to press the search button :D
  4. it is because of ur id i gues the are like 999945 or so java have a limit an id i don't know exactly the number in my mind ~35k is limit (gues) change the id of the items to 9550 or so it work 100% :D
  5. u can change the tittle/name in game and also in navicat just take in mind that u have to change nameserverside/tittleserverside to 1 :D
  6. more link for u: http://www.maxcheaters.com/forum/index.php?topic=31876.0 http://www.maxcheaters.com/forum/index.php?topic=9962.0
  7. where is ur error what did not build and how many error do u have more details :]
  8. sorry dude can't find ur mistake but i can take my skill it work 100% u can find the mistake by ur self :D table is not taff pm me if u need help and post please where was ur mistake (thy) <skill id="99" levels="2" name="Rapid Shot" enchantLevels1="30" enchantLevels2="30" > <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table> <enchant1 name="magicLvl" val="#enchantMagicLvl"/> <enchant2 name="magicLvl" val="#enchantMagicLvl"/> <table name="#ench1time"> 1240 1280 1320 1360 1400 1440 1480 1520 1560 1600 1640 1680 1720 1760 1800 1840 1880 1920 1960 2000 2040 2080 2120 2160 2200 2240 2280 2320 2360 2400 </table> <table name="#ench2MpConsume"> 20 20 19 19 19 18 18 18 17 17 17 16 16 16 15 15 15 14 14 14 13 13 12 12 12 11 11 11 10 10 </table> <table name="#ench2MpConsume_Init"> 5 5 5 5 5 5 5 5 5 5 4 4 4 4 4 4 4 4 4 4 3 3 3 3 3 3 3 3 3 3 </table> <table name="#mpConsume"> 10 20 </table> <table name="#mpConsume_Init"> 4 5 </table> <table name="#rate"> 1.08 1.12 </table> <table name="#aggro"> 303 549 </table> <set name="weaponsAllowed" val="32"/> <set name="mpConsume" val="#mpConsume"/> <set name="mpInitialConsume" val="#mpConsume_Init"/> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="reuseDelay" val="10000"/> <set name="hitTime" val="1500"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <set name="aggroPoints" val="#aggro"/> <enchant2 name="mpConsume" val="#ench2MpConsume"/> <enchant2 name="mpInitialConsume" val="#ench2MpConsume_Init"/> <for> <effect count="1" name="Buff" time="1200" val="0"> <mul order="0x30" stat="pAtkSpd" val="#rate"> <using kind="Bow"/> </mul> </effect> </for> <enchant1for> <effect count="1" name="Buff" time="#ench1time" val="0"> <mul order="0x30" stat="pAtkSpd" val="1.12"> <using kind="Bow"/> </mul> </effect> </enchant1for> </skill>
  9. read better the id in navicat :D sort the skills by lvl easy to find :D
  10. gameserver config then change find the line [quote author= #------------------------------------------ # Death Penalty chance if killed by mob (%) #------------------------------------------ DeathPenaltyChance = 20 <<=== change it to 0 if u don't have the line then i can't help noob at moment with java :D
  11. try it with a other mysql version i had the error with version 5.1 and 5.0 work fantastic _D
  12. hello u need to learn client moding or u can use the animation of a skill but it make to much lag :D depend on ur computer my laptop can't handle it. u can add spcial glow to armor(animation effect) or change hero aura i did it :D i can recommend u the toturial http://www.maxcheaters.com/forum/index.php?topic=65468.0 http://www.maxcheaters.com/forum/index.php?topic=59176.0 http://www.maxcheaters.com/forum/index.php?topic=60655.0 more link from Ma3x http://www.maxcheaters.com/forum/index.php?topic=57197.0 i hope it help if not search :D xD xD
  13. Open : \java\net\sf\l2j\gameserver\clientpackets\RequestEnchantItem.java and find these lines : else { sm = new SystemMessage(SystemMessageId.S1_S2_SUCCESSFULLY_ENCHANTED); sm.addNumber(item.getEnchantLevel()); sm.addItemName(item.getItemId()); activeChar.sendPacket(sm); } item.setEnchantLevel(item.getEnchantLevel()+1); item.updateDatabase(); } } and change this : item.setEnchantLevel(item.getEnchantLevel()+1); for your chose ... sample +10 - it working , save and compile and have fun ! and thank to Matim I had the same problem :D
  14. maybe i have the same problem :(
  15. good i need them too :D
  16. i wanna change blessed enchant scroll for example i wanna enchant wepon/armor +10 with eatch schroll. but only with blessed all other scroll had to be normal
  17. i wanna chage enchant: sample: i wanna enchant wepon/ armor with 1 scroll +5 and not like normaly +1 can someone help if u not understand what i mean reply please bad german english :D
×
×
  • Create New...