Jump to content

T9Text

Members
  • Posts

    145
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by T9Text

  1. 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/
  2. 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.
  3. Pirama... Gt se t 8es help..? //On Topic Ti psaxneis akrivos afou exeis pack...
  4. 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... -.-
  5. 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 ?
  6. 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.
  7. [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/
  8. Can i ask if its possible to edit interlude login screen (wnd) cuz i cant find it inside 'Interface.Xdat' :$
  9. Problem Solved Thanks to Elfosass :)
  10. 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
  11. i dont know how to code this ( IconTable.java ) i have no idea how works XML :/
  12. Thank you for your opinion but that not help me :/ Somebody please.... ?
  13. Then can help me with that XML ? http://pastebin.com/E6cAXHv6
  14. If i add this code ( http://pastebin.com/TmngATeH ) you think i will have lag or any problem ?
  15. I make the xml by myself :) http://pastebin.com/V8iHWBC8 If you want to help me with java side im waiting :) //Edit Pastebin
  16. How ? :S im new on aCis :P i was use l2jfrozen and i know only how to connect sql :S can you give me the method ? and i miss and xml atm :S
  17. I dont know how to connect html with xml :/ <img width=32 height=32 src=" + itemId.getIcon() + "> ?? or what... dont need on java side something ? only one xml ?
  18. No :/ but i think i can find this .xml ( i think is shared like) <list> <id=57 icon=icon.etc_adena_i00> <id=.....> </list>
  19. Hello guys :) I have end my "Shift Click Action" but i dont know how to link (Item Icon) If somebody can help me :) Preview : //EDIT Source : l2jaCis
  20. Solved.... Lock it :)
  21. How can i do when one player kill a mob with "X" id to give him a buff with 50% Chance for "X" seconds ? Thanks.
  22. Hello guys.. I want to make on "EnterWorld.java" method with "server time" like this: if (serverTime > 12:00 && serverTime < 14:00) { player.teleToLocation(X, Y, Z, 0); } else if (serverTime > 14:00 && serverTime < 16:00) { player.teleToLocation(X2, Y2, Z2, 0); } else.... So when a player Join to be auto teleport. How can i do that ? :) Thanks.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..