Jump to content

madzkull

Members
  • Posts

    149
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by madzkull

  1. Adenaman I dont know what to say but very very very thanks my friend =) it now solves it =) THANKS AGAIN
  2. hi there guys I manage to add this to my server but want to change the subclass... When you do subclass it will only stack the active skill not the passive skill.... I know you'll edit somewhere in the code.. Please help.. ========================================= try { boolean isAcumulative = Config.ACUMULATIVE_SUBCLASS_SKILLS; // Retrieve all skills of this L2PcInstance from the database con = L2DatabaseFactory.getInstance().getConnection(); PreparedStatement statement = con.prepareStatement(isAcumulative ? ACUMULATE_SKILLS_FOR_CHAR_SUB : RESTORE_SKILLS_FOR_CHAR); statement.setInt(1, getObjectId()); if (!isAcumulative) statement.setInt(2, getClassIndex()); ResultSet rset = statement.executeQuery(); ============================================================ maybe you have some idea where to edit to make the stack subclass work only for active skill not the passive skill... THANKS GUYS
  3. please help I've been trying to make this work but I got compile errors T_T
  4. I got compile errors I change the imports ============================================================================================================== [javac] Compiling 1495 source files to E:\workspace\l2jspartan\L2Spartan-Game\build\classes [javac] E:\workspace\l2jspartan\L2Spartan-Game\java\com\l2spartan\gameserver\model\actor\instance\L2CraftManagerInstance.java:57: cannot find symbol [javac] symbol : method SeparateAndSend(int,com.l2spartan.gameserver.model.actor.instance.L2PcInstance,boolean,double) [javac] location: class com.l2spartan.gameserver.model.L2Multisell [javac] L2Multisell.getInstance().SeparateAndSend(Integer.parseInt(command.substring(9).trim()), player, false, getCastle().getTaxRate()); [javac] ^ [javac] E:\workspace\l2jspartan\L2Spartan-Game\java\com\l2spartan\gameserver\model\actor\instance\L2CraftManagerInstance.java:103: cannot find symbol [javac] symbol : method isHeroitem() [javac] location: class com.l2spartan.gameserver.model.L2ItemInstance [javac] && !_item.isHeroitem()) [javac] ^ [javac] E:\workspace\l2jspartan\L2Spartan-Game\java\com\l2spartan\gameserver\model\actor\instance\L2CraftManagerInstance.java:297: cannot find symbol [javac] symbol : method getEquipSlot() [javac] location: class com.l2spartan.gameserver.model.L2ItemInstance [javac] L2ItemInstance[] unequiped = player.getInventory().unEquipItemInSlotAndRecord(_item.getEquipSlot()); [javac] ^ [javac] 3 errors =================================================================================================== Sir Onix any ideas about this?
  5. Thanks for re working I hope this time I got it right since I got compile errors using the other craft manager shared here.. Does this one works on epilogue?
  6. oh I see hehehehe I thought theres a config or somthing in the server... THanks guys for quick reply =)
  7. Sorry for this noob question but how can I change the in game time to GMT +8? wherein you press M theres a time there how do I change it? need help please... ???
  8. I was looking for this kind of NPC thanks for the share
  9. THanks for sharing :) although this one is in korean
  10. Can someone share their patched system for freya client of NA version? 8)
  11. I'll see if it works for me =) thanks for the share
  12. can anyone share this that works on epilogue?
  13. does this protects all bots like IGbot?
  14. yes thats my main problem I dont know wheres the source of merchant buy list maybe you have an idea where to search it....
  15. Hi guys can you help me with somthing I'm trying to add soulshots in one of the traders in aden I sucessfully added it using shift click on the npc and the use of admin menus but I got one problem everytime server restarts all the soulshots are gone... where can I find the shops in the database so I can edit it manually thanks... sorry for nooob questions
  16. I need help I followed the steps and I'm stuck on server selection screen when I press confirm the server doesn't go to character selection but I manage to loggin user and pass but the problem is I'm stuck there after I press Agree in terms...
  17. I'm trying to adapt it on epilogue dont worry I got it... :D intense patience is the key of it
  18. hmmmm for domain they can still know the ip of the server they can just ping the domain and it will reveal the WAN IP of the server I think...
  19. try to use this man I can open weapongrp.dat using this prog... http://rapidshare.com/files/321381431/L2_FileEdit_CT2.4_v0.9.rar good luck
  20. what file edit you are using? use file edit for epilogue..... =) I manage to open it but then my problem is I can't encrypt it =(
  21. hello guys I ask again another help from you since I'm trying to adapt chandys freya weapons in epilogue since freya for epilogue by Neo is incomplete........But when I tried decrypting weapongrp.dat and itemname-e.dat I got critical error on client... and also I'm having problems in encrypting weapongrp.dat maybe you can help guys... Thanks ========= U P D A T E ====================== I GOT IT I've figure it out myself.... ;D Please lock the topic..
  22. Thank you I already got it =)
  23. hi guys I'm having trouble with the sql of this shared file by chandy http://www.maxcheaters.com/forum/index.php?topic=125154.0 I got this kind of error in navicat when I execute the SQL [Err] 1136 - Column count doesn't match value count at row 1 can you guys help me with this? thanks masters
  24. hmmm I think its the same? why dont you give it a try
  25. can anyone upload the xml and sql file for this?
×
×
  • 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