Jump to content

T9Text

Members
  • Posts

    145
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by T9Text

  1. Perna alo system = http://www.maxcheaters.com/topic/182405-c4-god-patched-systems-file-editors/
  2. More info.... Client / Pack ?
  3. The path? inside : SetPrivateStoreListBuy.java & SetPrivateStoreListSell.java ? And where is for crafters ? :$
  4. And he edit it before i see full code... //On Topic... if somebody can help please :)
  5. How can i do when player is make store near to another send him warning message "You are not allowed to open store near to another player" and to dont let him sit ?
  6. Joke right? its shared.. just dead link -.-
  7. Im looking for something like this aCis Interlude.
  8. Im from phone right now... I will search my files later and if i have something.. I ll send you via PM.
  9. I dont think its something special the client side rip... If they have not xmp/sql... All are useless :$ I cant help you about that... But this server got something like that... Http//:www.iagaming.net/
  10. They need just your texture.. Not itemname/grp/etc to Rip your Items/Npc... So you can just encript just for low skill people.. Cuz skilled guys can rip it anyway.
  11. Pirama... Gt se t 8es help..? //On Topic Ti psaxneis akrivos afou exeis pack...
  12. Nice... you are so helpfull.... if somebody need a doctor go tell him " Google it " -.- i ask if somebody can give me the path .... and i will code it -.- omg.... just delete my topic.. cuz this forum have only guys whos reply for nothing... if you dont want to help dont write nothing.... thx... -.-
  13. How can i do method to delete all recipe from any crafter? public static void DeleteRecpe(L2PcInstance activeChar) { try (Connection con = L2DatabaseFactory.getInstance().getConnection()) { PreparedStatement statement = con.prepareStatement("DELETE FROM character_recipebook WHERE char_obj_id=?"); statement.setInt(1, activeChar.getObjectId()); statement.execute(); statement.close(); } catch (Exception e) { _log.log(Level.WARNING,"Something went wrong", e); } } Its something like this ?
  14. I send him one free share buffer for acis... if he have Zero skill to edit / fix it... its not my problem... then he have to buy the instance / sql (files) any way the "Defaul" buffer is rly... simple and without names. So i dont pref to him.
  15. [Request] Server Dev Help [L2J] The "Tryskell" buffer is Old as hell -.- its not simple just lame design..... +1 to "Pirama" for No name in buffs. and please stop ask for "Buy" Customer... we are not on Marketplace. //Edit About topic... if you want private work .... "special" buffer for only your server... i think you have to pay... else i can pref you : http://www.maxcheaters.com/topic/181807-npc-buffer-scheme-r1n4s/
  16. Can i ask if its possible to edit interlude login screen (wnd) cuz i cant find it inside 'Interface.Xdat' :$
  17. Problem Solved Thanks to Elfosass :)
  18. I make the java... i have this error... ItemTable: Highest used itemID : 9208 TeleportLocationTable: Error while creating tablejava.lang.NullPointerException Exception in thread "main" java.lang.ExceptionInInitializerError at net.sf.l2j.gameserver.datatables.IconList.getInstance(IconList.java:2 5) at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:169) at net.sf.l2j.gameserver.GameServer.main(GameServer.java:404) Caused by: java.lang.NullPointerException at net.sf.l2j.gameserver.datatables.IconList.load(IconList.java:65) at net.sf.l2j.gameserver.datatables.IconList.<init>(IconList.java:30) at net.sf.l2j.gameserver.datatables.IconList$SingletonHolder.<clinit>(Ic onList.java:77) ... 3 more
  19. i dont know how to code this ( IconTable.java ) i have no idea how works XML :/
  20. Thank you for your opinion but that not help me :/ Somebody please.... ?
  21. Then can help me with that XML ? http://pastebin.com/E6cAXHv6
  22. If i add this code ( http://pastebin.com/TmngATeH ) you think i will have lag or any problem ?
×
×
  • Create New...