Jump to content

costismaros

Members
  • Posts

    29
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About costismaros

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

costismaros's Achievements

Newbie

Newbie (1/16)

0

Reputation

  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
×
×
  • Create New...