Jump to content

کpooKNοF®

Members
  • Posts

    279
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by کpooKNοF®

  1. prosopika emena mou litourgi etc opws to exo kanei share edw...
  2. anarotieme den xeris tis diafores anamesa se l2jfree kai l2jemu kai pas kai mou les se members prosexe? gia 8emata l2 hmmm nice..
  3. *Topic Locked brikes tin apantisi sou oti 8elis se pm ton Mafia
  4. kano /leave geia sas den mporo helparete ton esis.. 8a me trelani meta 8a mas rotisi kai pws kanei char..
  5. re file diabase kanena guide gia to pws stinis server edw sto forum eimaste gia na helparoume atoma pou exoune otos anagki to help mas esi mas les pou na bris to c:\myserver? eleoc dld kai twra mas petas ena exo error MISO LEPTO MIRIZO TA NIXIA MOU GIA NA SOU PW TI EINAI..
  6. ama to brite kiolas postarete to kai edw :D
  7. na sto exigiso me apla ellinika ama balis esi ton o fakelos c:\myserver den iparxi pou8ena mesa sto pc sou! ektos kai ama ton dimiouirgisis esi esi mporis na balis ta arxia pou exei o server mesa! opou 8es se opion fakelo 8elis kai na ton onomasis opws 8eli ekei pou sou lei c:\myserver mporis na balis c:\eleoc c:\ti na pw .. ktlp katalabes?
  8. hahaha siga re file ti kerdizi autos 8a plironi tin dei kai esi 8a eisai o admin dld? poli exipnos eisai.. arack3 ligo.. :P stin ousia signomi kiolas ton malaka tis ipo8esis psaxnis..
  9. zitaw tin telia gineka me tis telies analogies kai ton telio xaraxtira na tis leo katse kai na ka8ete na tis leo siko kai na sikonete na tin beep opote 8elo xoris na bgazi axna kai na min milaei...postarete edw re magkes oti mporite thx opws exoume xanapei se polla post pou prepei na kaneis ligo search to forum den einai meros pou apetoume.. kanoume search koitame gia pragmata ta opia einai toso efkola na broume sigkekrimena to mxc einai gemato me guides kai shares apo server gia l2j packs..
  10. CastleBlacksmith now work download new svn :)
  11. who are you to say Becarful? Becarful next time Killer4Fun..
  12. 8a balis 18 gia na xekinisi 6 to apogeuma.. 00 gia na stamatisi stis 12 :D
  13. to idio einai.. lol to lei kai to name sou :p
  14. http://www.maxcheaters.com/forum/index.php?topic=22801.0 prosexe alloi fora pou kaneis post...
  15. auto legete stuck.. dld stuckaroune.. prepei na ftiaxis to pack sou me compile na dior8osis tin java tou pws to lene..
  16. efoson iparxoune guide pou lei pws na kaneis to diko sou system giati na kanoume kai alla ola ta system to idio einai pff paff
  17. this error if you use salvation skill and you die..in gameserver Client: [Character: admin - Account: root - IP: 127.0.0.1] - Failed running: [C] 5b SendBypassBuildCmd - L2J Server Version: ${l2j.revision} - DP Revision: ${l2 jdp.revision} java.lang.NullPointerException at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.reviveRequest (L2PcInstance.java:9053) at net.sf.l2j.gameserver.model.L2Character.doDie(L2Character.java:1488) at net.sf.l2j.gameserver.model.actor.instance.L2PlayableInstance.doDie(L 2PlayableInstance.java:90) at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.doDie(L2PcIns tance.java:4234) at net.sf.l2j.gameserver.model.actor.status.CharStatus.reduceHp(CharStat us.java:209) at net.sf.l2j.gameserver.model.actor.status.PlayableStatus.reduceHp(Play ableStatus.java:44) at net.sf.l2j.gameserver.model.actor.status.PcStatus.reduceHp(PcStatus.j ava:110) at net.sf.l2j.gameserver.model.actor.status.PcStatus.reduceHp(PcStatus.j ava:48) at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.reduceCurrent Hp(L2PcInstance.java:9256) at net.sf.l2j.gameserver.handler.admincommandhandlers.AdminKill.kill(Adm inKill.java:140) at net.sf.l2j.gameserver.handler.admincommandhandlers.AdminKill.useAdmin Command(AdminKill.java:128) at net.sf.l2j.gameserver.clientpackets.SendBypassBuildCmd.runImpl(SendBy passBuildCmd.java:68) at net.sf.l2j.gameserver.clientpackets.L2GameClientPacket.run(L2GameClie ntPacket.java:79) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
  18. apo class 114.. 31289 114 31327 114 31978 114 apo class 48 30501 48 30506 48 30509 48 30514 48 30569 48 30570 48 30683 48 30705 48 30866 48 30914 48 31289 48 31327 48 31978 48 32151 48 10 sec doulia..
  19. ti id exei o tyrant...
  20. akou to forum auto einai ena forum gia 8emata ta opia den mporis na bris den mporis na mpenis edw kai na zitas ola ta skills id gia tyrant eleoc dld pws tin exoume dei edw mesa einai pragmata ta opia einai paneukola na ta bris.. ti einai afta eleoc
  21. Pros timin tou fogotenx tou banarismenou anr8wpou ton 5 ipiron protino 10 lepta sigi..
  22. clientpackets/l2world
  23. *** SQL *** CREATE TABLE IF NOT EXISTS character_color ( obj_id decimal(11,0) NOT NULL default '0', name_color CHAR(6) NOT NULL DEFAULT 'FFFFFF', title_color CHAR(6) NOT NULL DEFAULT 'FFFF77', PRIMARY KEY (obj_Id) ); *** Core *** private void restoreColor() { ThreadConnection con = null; try { con = L2DatabaseFactory.getInstance().getConnection(); FiltredPreparedStatement statement = con.prepareStatement("SELECT name_color,title_color FROM character_color WHERE obj_id=?"); statement.setInt(1, getObjectId()); ResultSet rset = statement.executeQuery(); while (rset.next()) { setNameColor(Integer.decode((new StringBuilder()).append("0x").append(rset.getString("name_color")).toString()).intValue()); setTitleColor(Integer.decode((new StringBuilder()).append("0x").append(rset.getString("title_color")).toString()).intValue()); } DatabaseUtils.closeDatabaseCSR(con,statement,rset); } catch (SQLException e) { setNameColor(0xFFFFFF); setTitleColor(0xFFFF77); } } private void storeColor() { if(getNameColor() == 0xFFFFFF && getTitleColor() == 0xFFFF77) return; ThreadConnection con = null; FiltredPreparedStatement statement=null; try { con = L2DatabaseFactory.getInstance().getConnection(); statement = con.prepareStatement("UPDATE character_color SET name_color=?,title_color=? WHERE obj_id=?"); statement.setString(1, Integer.toHexString(getNameColor()).toUpperCase()); statement.setString(2, Integer.toHexString(getTitleColor()).toUpperCase()); statement.setInt(3, getObjectId()); statement.execute(); DatabaseUtils.closeDatabaseCS(con,statement); } catch (SQLException e) { con = L2DatabaseFactory.getInstance().getConnection(); statement = con.prepareStatement("INSERT INTO character_color(obj_id, name_color, title_color) VALUES (?,?,?)"); statement.setInt(1, getObjectId()); statement.setString(2, Integer.toHexString(getNameColor()).toUpperCase()); statement.setString(3, Integer.toHexString(getTitleColor()).toUpperCase()); statement.execute(); DatabaseUtils.closeDatabaseCS(con,statement); } } Gredits botvans l2jfree forum
  24. e twra kane compile to pack sou kai ftiaxe to problima sou xriazese kai eclipse omws..
×
×
  • 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..