Jump to content

madzkull

Members
  • Posts

    149
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by madzkull

  1. First you have to edit the l2.ini so they can connect to your server then create a zip file of your system folder using winrar or winzip then upload it on http://www.multiupload.com or http://www.4shared.com Good luck ;)
  2. can someone share a compatible L2 file edit or share system folder created by critical error? :D
  3. hi there can someone share the system folder of Goddess of Destruction? or teach me how to translate it?
  4. I looking for a server that is close to retail style..... No class change manager, no buffer npc or teleport.. no gm shop.. and has a .noexp feature..... exp rate is 10x - 20x thanks
  5. Problem solved thanks xAddytzu =) mods Please lock the topic
  6. Well as you can see I only need a code that represents L2NPC MultiSell.getInstance().separateAndSend(Integer.parseInt(command.substring(9).trim()), player,IDONTKNOW, false); wherein I need this (int, L2PcInstance, L2NPC, boolean) and that will be int - Integer.parseInt(command.substring(9).trim()) L2PcInstance - player L2NPC - IDONTKNOW <--------- This is my problem boolean - false I hope someone help me figure this out.. 8)
  7. Sorry for being noob but what do you mean pass a whole l2npc object?
  8. I tried it but I never got it :( UPDATE nevermind I think the epilogue version and freya are the same I tried it and implement it without problems... PLEASE LOCK THE TOPIC
  9. I remove the last integer and still I got this error its now like this MultiSell.getInstance().separateAndSend(Integer.parseInt(command.substring(9).trim()), player,32076, false); how do I edit this (int, l2pinstance, int, boolean) to this (int, l2pinstance, L2NPC, boolean) I think the code has a problem in it and I can't understand where it is :(
  10. Thanks Please lock the topic
  11. here is the separateAndSend in MultiClass.java public final void separateAndSend(int listId, L2PcInstance player, L2Npc npc, boolean inventoryOnly) { ListContainer template = _entries.get(listId); if (template == null) { _log.warning("[MultiSell] can't find list id: " + listId + " requested by player: " + player.getName() + ", npcId:" + (npc != null ? npc.getNpcId() : 0)); return; } final PreparedListContainer list = new PreparedListContainer(template, inventoryOnly, player, npc); int index = 0; do { // send list at least once even if size = 0 player.sendPacket(new MultiSellList(list, index)); index += PAGE_SIZE; } while (index < list.getEntries().size()); player.setMultiSell(list); } 8)
  12. I got it its in L2PcInstance.java not in the database =) plz lock the topic
  13. hmmmmmmm I did a clean install on this one
  14. Thanks Problem solved
  15. hi there guys I use L2J server but I got problem with this I hope someone can help me
  16. I've got wierd problems every time I launch L2 its kinda dim... and needs more brightness
  17. I can't download it please upload it on 4shared
  18. hi there I was wondering how to modify number of buffs of cancel I tried to follow this http://www.maxcheaters.com/forum/index.php?topic=34151.0 but still cancel skill just remove only 2 - 3 buffs <skill id="1056" levels="12" name="Cancellation"> <table name="#mpInitialConsume"> 9 10 11 11 11 12 12 13 13 13 14 14 </table> <table name="#mpConsume"> 35 38 41 43 44 46 48 49 51 52 53 55 </table> <table name="#magicLvl"> 48 52 56 58 60 62 64 66 68 70 72 74 </table> <set name="mpInitialConsume" val="#mpInitialConsume" /> <set name="mpConsume" val="#mpConsume" /> <set name="magicLvl" val="#magicLvl" /> <set name="power" val="25" /> <!-- Base Land Rate --> <set name="target" val="TARGET_ONE" /> <set name="reuseDelay" val="30000" /> <set name="hitTime" val="6000" /> <set name="skillType" val="CANCEL" /> <set name="isMagic" val="true" /> <set name="operateType" val="OP_ACTIVE" /> <set name="castRange" val="600" /> <set name="effectRange" val="1100" /> <set name="maxNegated" val="5" /> </skill> I tried changing this "<set name="power" val="25" /> <!-- Base Land Rate --> " from 25 to 75 but still cancel gets only 2 buffs not all buffs sorry for this noob help :(
  19. hi guys I reopen this topic since after L2J released freya I've updated my source here and now I've got problems I've solve some of it but not this problem here so I might need your help on this one thanks devs I've also checked MultiSell.java but the spelling is the same its kinda wierd... 8) [javac] E:\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2CraftManagerInstance.java:57: separateAndSend(int,com.l2jserver.gameserver.model.actor.instance.L2PcInstance,com.l2jserver.gameserver.model.actor.L2Npc,boolean) in com.l2jserver.gameserver.datatables.MultiSell cannot be applied to (int,com.l2jserver.gameserver.model.actor.instance.L2PcInstance,int,boolean,double) [javac] MultiSell.getInstance().separateAndSend(Integer.parseInt(command.substring(9).trim()), player,32076, false, getCastle().getTaxRate()); [javac] ^ [javac] 1 error BUILD FAILED
  20. thats why I need help because I can't adopt it :(
  21. question: whats the difference with your files and the one with 007florin?
  22. can I request Custom castle cloaks for freya like the one made by LauQ. Can someone adopt it in freya 8) Thanks
  23. Yes it is just a question about it since you guys have tried is does the new skill works?
×
×
  • Create New...