Jump to content

costismaros

Members
  • Posts

    29
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by costismaros

  1. Omg that a really good job. Thnx i will add those to my server.
  2. [Greek] Kalispera sas. Den einai kati spoudeo se sxesi me ta alla share , alla emena mou edose tin xara tou Share. [English]Hello This is not hard to be done but the idea is great and i d like to share it . [Greek]Epidi iparxoun polla atoma pou exoun anoiksei server xoris na einai programmatistes (opos ego), to en logo share tha tous voithisei na apofigoun tin diagrafi olokliris tis diadikasias certification skills "mias kai exo dei na ta diagrafoun entelos gia logous "balance" ". Me ayti tin enalaktiki lisi mporoun na exoun ta cerifications skills xoris na iparxoun ta class skills se autin. [English] This is a topic for new Developers (like me) . With this modifications they will be able to have cerifications skills and process of it without class skills. [Greek]Topothetiste to parakato link ston fakelo : gameserver\data\scripts\village_master [English] Replace the current folder with this one . gameserver\data\scripts\village_master http://www.4shared.com/file/qd3Gtif-/9002_SubClassCertification.html [Greek]Topothetiste to parakato link ston fakelo : gameserver\data\scripts\custom [English] Replace the current folder with this one gameserver\data\scripts\custom http://www.4shared.com/file/rKfqY_W1/8005_SubClassSkills.html Euxaristo. Thank you . And sorry for my english.
  3. Well dude after 4 hours searching on forum , finally found what i was looking for . Thanks a lot.
  4. Thanks dude . Can u tell us which file is for color system ? I mean the colored critical , colored damage done , colored resist . Which file we modify ?
  5. im trying to add the code at l2jserver epilogue pack but i get this error. Announcements _an = Announcements.getInstance(); _an.announceToAll("RaidBoss : " + raidboss.getName() + " has spawning!"); Announcements cannot be resilved to a type help me bro i d like to add this to my server
  6. Den mporousa dioti allaza mono to host kai oxi to l2.ini. Close topic plz.
  7. To vrika se ena allo site kai to metafero . Den einai diko mou . 1. Index: java/com/l2jserver/gameserver/model/entity/Siege.java 2. =================================================================== 3. --- java/com/l2jserver/gameserver/model/entity/Siege.java (revision 3770) 4. +++ java/com/l2jserver/gameserver/model/entity/Siege.java (working copy) 5. @@ -26,7 +26,6 @@ 6. import com.l2jserver.Config; 7. import com.l2jserver.L2DatabaseFactory; 8. import com.l2jserver.gameserver.Announcements; 9. -import com.l2jserver.gameserver.SevenSigns; 10. import com.l2jserver.gameserver.ThreadPoolManager; 11. import com.l2jserver.gameserver.datatables.ClanTable; 12. import com.l2jserver.gameserver.datatables.MapRegionTable; 13. @@ -1113,14 +1112,6 @@ 14. setNextSiegeDate(); 15. } 16. 17. - if (!SevenSigns.getInstance().isDateInSealValidPeriod(getCastle().getSiegeDate())) 18. - { 19. - // no sieges in Quest period! reschedule it to the next SealValidationPeriod 20. - // This is usually caused by server being down 21. - corrected = true; 22. - setNextSiegeDate(); 23. - } 24. - 25. if (corrected) 26. saveSiegeDate(); 27. } 28. @@ -1406,19 +1397,9 @@ 29. { 30. while (getCastle().getSiegeDate().getTimeInMillis() < Calendar.getInstance().getTimeInMillis()) 31. { 32. - if (getCastle().getSiegeDate().get(Calendar.DAY_OF_WEEK) != Calendar.SATURDAY && getCastle().getSiegeDate().get(Calendar.DAY_OF_WEEK) != Calendar.SUNDAY) 33. - getCastle().getSiegeDate().set(Calendar.DAY_OF_WEEK, Calendar.SATURDAY); 34. - // from CT2.3 Castle sieges are on Sunday, but if server admins allow to set day of the siege 35. - // than sieges can occur on Saturdays as well 36. - if (getCastle().getSiegeDate().get(Calendar.DAY_OF_WEEK) == Calendar.SATURDAY && !Config.CL_SET_SIEGE_TIME_LIST.contains("day")) 37. - getCastle().getSiegeDate().set(Calendar.DAY_OF_WEEK, Calendar.SUNDAY); 38. - // set the next siege day to the next weekend 39. - getCastle().getSiegeDate().add(Calendar.DAY_OF_MONTH, 7); 40. + getCastle().getSiegeDate().setTimeInMillis(getCastle().getSiegeDate().getTimeInMillis() + 604800000L); 41. } 42. 43. - if (!SevenSigns.getInstance().isDateInSealValidPeriod(getCastle().getSiegeDate())) 44. - getCastle().getSiegeDate().add(Calendar.DAY_OF_MONTH, 7); 45. - 46. SystemMessage sm = new SystemMessage(SystemMessageId.S1_ANNOUNCED_SIEGE_TIME); 47. sm.addString(getCastle().getName()); 48. Announcements.getInstance().announceToAll(sm); Parakalo opos metakinithei to topic an einai se lathos section . Aplos prospatho na kliso ta topic pou anoiksa
  8. Sosta to ekana apla den itan sosta pathnodes. Close the topic plz.
  9. Distixos ston epilogue den ifistate ksexorsta buff slot gia pet kai char opote auto pou zitisa den ginete . Close the topic plz .
  10. Exo kanei ena xorio pvp area kai thelo otan pigainei o kosmos ekei gia pvp na ginete to party disband kai otan zitane party na leei disabled. Einai oraia skepsi oste stis pvp area na min ginonte party kai kai na einai free for all pvp . An exete kamia idea pos na to kanoume, euxaristos na tin akouso . To exo psaksei pantou sto forum kai den vrisko pouthena info gi to sigkekrimeno . To exo dei omos se ena server.
  11. Psaxno developer gia to parakato error. Fisika me xrimata ta opoia tha ta sizitiso me ton idio. Vrika developer idi pou den mporese na to diorthosei . Nov 7, 2010 11:28:16 AM com.l2jserver.L2DatabaseFactory$ConnectionCloser run WARNING: Unclosed connection! Trace: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:223) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1289125455975.onAdvEvent$14(__init__.py:756) at org.python.pycode.serializable._pyx1289125455975.call_function(__init__.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$423.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:405) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:1791) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:221) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:93) 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) Nov 7, 2010 11:28:16 AM com.l2jserver.L2DatabaseFactory$ConnectionCloser run WARNING: Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:223) at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1289125455975.onAdvEvent$14(__init__.py:756) at org.python.pycode.serializable._pyx1289125455975.call_function(__init__.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$423.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:405) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:1791) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:221) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:93) 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) Nov 7, 2010 11:28:18 AM com.l2jserver.L2DatabaseFactory$ConnectionCloser run
  12. Server Version=4422 Datapack Version=7669 Psaxno developer gia ta eksis themata . 1.Thelo ta pets na exoun 10 slot gia buffs kai 5 slot gia dance. 2.Thelo sto TvT na ginonte spawn Buffers. 3.Iparxei ena error to opoio emfanizete ston gameserver kai den mporo na to liso monos mou . WARNING: Unclosed connection! Trace: sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) java.lang.RuntimeException at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:223) at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.python.core.PyReflectedFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyInstance.invoke(Unknown Source) at org.python.pycode.serializable._pyx1288910531370.onAdvEvent$14(__init__.py:756) at org.python.pycode.serializable._pyx1288910531370.call_function(__init__.py) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyTableCode.call(Unknown Source) at org.python.core.PyFunction.__call__(Unknown Source) at org.python.core.PyMethod.__call__(Unknown Source) at org.python.core.PyObject.__call__(Unknown Source) at org.python.core.PyObject._jcallexc(Unknown Source) at org.python.core.PyObject._jcall(Unknown Source) at org.python.proxies.main$Quest$423.onAdvEvent(Unknown Source) at com.l2jserver.gameserver.model.quest.Quest.notifyEvent(Quest.java:405) at com.l2jserver.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:1791) at com.l2jserver.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:221) at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:93) 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) Tha prepei na mporo na episteuto ton developer . Na exei arketo karma. O developer tha kerdisei mia sinexi sinergasia efoson to epithimei , kai oso afora gia tin timi tha mou pei o idios .
  13. Den iparxei pantisi gi auto ? Voithiste me ligo plz
  14. Kalispera Paidia exo l2jserver pack kai antimetopizo ena provlima me ta pet. Exo valei buffer o opoios buffarei pets alla ta buffarismena pets einai poli dinata. Thelo na alakso ta slot buffs pou mporoun na paroun ta pets . Anti gia 20 buffs kai 10 dance pou isxiei gia tous players , na ginoun 10/5 . Mporeite sas parakalo na mou peite pos tha to kano . O serve vgainei online 6-11-2010
  15. Exo epilogue server kai thelo na alakso to max skill enchant opos kai to success rate. pou mporo na to kano kai pos ? euxaristo . EDIT: Re sis paidia . Exo datapack apo l2jerver . Stin sql den exo enchant_skill_tree alla exo enchnat skill groups. Apo ekei mesa tha alkso to max enchant sta skills ?
  16. Kalispera paidia. Paidia prospatho na anavathmiso ta geodata kai ta pathnodes pou exo kai mou vgazei ena soro errors. Tha ithela na rotiso an to provlima parousiazete logo oti exo kanei dikes mou farm zones . Tha ithela na mou peite se periptosi pou einai auto to provlima ti tha prepei na kano oste na mporeso na valo ta nea geodata la2ulti.ru_geodata_epilgue_l2j_rev.102 kai ta pathnodes la2ulti.ru_pathnode_epilgue_rev.102. Vasika auto pou kano einai oti svino ta palia geodata apo ton fakelo data\geodata kai to antistixo data\pathnodes .
  17. Paidia prospatho na anavathmiso ta geodata kai ta pathnodes pou exo kai mou vgazei ena soro errors. Tha ithela na rotiso an to provlima parousiazete logo oti exo kanei dikes mou farm zones . Tha ithela na mou peite se periptosi pou einai auto to provlima ti tha prepei na kano oste na mporeso na valo ta nea geodata la2ulti.ru_geodata_epilgue_l2j_rev.102 kai ta pathnodes la2ulti.ru_pathnode_epilgue_rev.102. Vasika auto pou kano einai oti svino ta palia geodata apo ton fakelo data\geodata kai to antistixo data\pathnodes .
  18. Re sis paidia to anti ddos leitourgei ? Einai safe ? Einai toso aplo stin litourgia tou ? Einai simantiko na ksero an mporo na to empisteuto. Euxaristo
  19. Kalispera sas . Gnorizo pos mporo na alakso tin proti imera tou siege. Thelo omos to Giran Siege na ginete kathe treis imeres kai i epilogi oras apo tous Owner na ginete mesa se ena euros oron (14:00 eos 22:00) . Iparxei kapoios tropos na to epitixo auto ? Euxaristo
  20. signomi gia to lathos section. Euxaristo gia tin apantisi
×
×
  • Create New...