Jump to content

Jeremy_

Members
  • Posts

    257
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Jeremy_

  1. This pack doesn't cost more than 5 euros. Every feature is shared..... Anyway Trusted member !
  2. The file link that you requested is not valid. Please contact link publisher or try to make a search.
  3. vasika tora checkara kai me allo pack na kanw compile (L2JFrozen) kai egine mia xara to Rar :D mallon to L2JDC Project exei prob.
  4. [GR]nai kala ? :o :P plk kanw.. afto lewwwwwww den exei RAR ARXEIO EKEI!!!!!!!!!!
  5. hmm..... is L2JFrozen GM SHOP ? :o nothing special ... anyway.. tnx.
  6. Hello FG. I Have a Problem.... When i compile Without Error. i go to. C:\Users\USER\workspace\Dc_gameserver\build and i cant find the .RAR File. can someone tell me WTF Happening ? :@ P.S Is not my first time to compile i have do it up to 10-15 times and first time i have this problem. --------------------------------------------------------------------------------------------------------------- Buildfile: C:\Users\USER\workspace\Dc_gameserver\build.xml clean: [delete] Deleting directory C:\Users\USER\workspace\Dc_gameserver\build checkRequirements: [echo] Verification of your JDK version. version: [echo] Dc gameserver revision: 65M init: [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\classes [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\login [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver compile: [javac] Compiling 1304 source files to C:\Users\USER\workspace\Dc_gameserver\build\classes jar: [jar] Building jar: C:\Users\USER\workspace\Dc_gameserver\build\l2jserver.jar [copy] Copying 1 file to C:\Users\USER\workspace\Dc_gameserver\build\dist\login\libs [copy] Copying 1 file to C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\libs dist: [copy] Copying 4 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\login\libs [copy] Copying 10 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\libs [copy] Copying 7 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\login [copy] Copying 3 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\log [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\login\log [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\config [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\login\config [copy] Copying 9 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\config [copy] Copying 4 files to C:\Users\USER\workspace\Dc_gameserver\build\dist\login\config [mkdir] Created dir: C:\Users\USER\workspace\Dc_gameserver\build\dist\gameserver\data BUILD SUCCESSFUL Total time: 27 seconds
  7. listen what says anothers! ........................................... Someone can show me the real code ? :/
  8. ### Eclipse Workspace Patch 1.0 #P L2jFrozen_GameServer Index: head-src/com/l2jfrozen/gameserver/GameServer.java =================================================================== --- head-src/com/l2jfrozen/gameserver/GameServer.java (revision 986) +++ head-src/com/l2jfrozen/gameserver/GameServer.java (working copy) @@ -116,6 +116,7 @@ import com.l2jfrozen.gameserver.model.L2World; import com.l2jfrozen.gameserver.model.PartyMatchRoomList; import com.l2jfrozen.gameserver.model.PartyMatchWaitingList; +import com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance; import com.l2jfrozen.gameserver.model.entity.Announcements; import com.l2jfrozen.gameserver.model.entity.Hero; import com.l2jfrozen.gameserver.model.entity.MonsterRace; @@ -244,6 +245,41 @@ ExperienceData.getInstance(); DuelManager.getInstance(); + ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(new Runnable() { + + @Override + public void run() + { + + for (L2PcInstance player:L2World.getInstance().getAllPlayers()) { + + if (player.isDonator()) { + + if (player.whichColor == 1) { + player.getAppearance().setNameColor(Integer.decode("0xFF0000")); + player.whichColor++; + break; + }else if (player.whichColor == 2) { + player.getAppearance().setNameColor(Integer.decode("0x0000FF")); + player.whichColor++; + break; + }else if (player.whichColor == 3) { + player.getAppearance().setNameColor(Integer.decode("0x00FF00")); + player.whichColor = 1; + break; + } + + } + + } + + + } + + + + }, 10000, 1000); + if (Config.ENABLE_CLASS_DAMAGES) ClassDamageManager.loadConfig(); Index: head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java (revision 986) +++ head-src/com/l2jfrozen/gameserver/model/actor/instance/L2PcInstance.java (working copy) @@ -294,6 +294,8 @@ /** The _last teleport action. */ private long _lastTeleportAction = 0; + public int whichColor = 1; + /** * Gets the actual status. * i found this... can someone tell me if is this?
  9. An Error Has Occurred! You are not allowed to search for posts in this forum.
  10. Hello Mxc If someone can do it, really i will appreciate it. When i will give to someone VIP / DONATOR member, his name will change color automatically to "blue". Then every 1 second his color name will change to other color, like "red" and after 1 second to "green". I mean. When i will give on this character VIP member his name will change to red color, after one second to blue and after one second to green. Then again from begin. So every 1 second his name will change colors. Thank you a lot.
  11. [Hidden post: You need reply to this topic to see it.] (Hidden Notes: 1)
  12. alla3es kt sto arxeio l2jfrozen mesa sto config... kane search to 3696 kai pes mou pou akrivos sto vgazei......
  13. try this ;) http://www.4shared.com/file/p_u78EcK/Goddess_of_Destruction_PTS_Eng.html
×
×
  • Create New...