Jump to content

madzkull

Members
  • Posts

    149
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About madzkull

Profile Information

  • Gender
    Male

madzkull's Achievements

Newbie

Newbie (1/16)

0

Reputation

  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
×
×
  • 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