Jump to content

JustLikeMe

Members
  • Posts

    221
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by JustLikeMe

  1. Look, you got 2 options. The first is to delete from data/scripts.cfg then change the type of those bosses from sql/npc from GrandBoss to RaidBoss. This will disable the special behavior of those bosses and *possibly* their skills. So they will only attack normal. Or with knowledge of java disable only their quests needed to attack them from those files: I search for the second option too i dont know how to do it. Can someone help us?
  2. Thanks for the previous solutions, i got one more problem. The buffer in olympiad dont works. I press the buffs buttons and i dont get the buffs. Maybe this is a restriction, or i have to check the buffer? Thx in advance.
  3. Nice PvP/PK Color Engine. How can i disable this feature for Admin/GMs ? I can't change the color of my name cuz the engine affects mine too. So i need a restriction e.g. if a player has more access than 1 the engine does not takes effect on him. Thx in advance.
  4. How can you make automated announcement when a player take 10 pvps in a row he is announced.
  5. Yea i founded it before check your post :S its in Character.properties. Ok and what about the hero skills with subclass? How can i make subclass characters to be able to cast hero skills?
  6. Ummm i read it 100% but didnt find anything like minimum required players . . . maybe its called with another words. Can you find it please? The code is too big :S get the file here : http://rapidshare.com/files/361037482/Olympiad.java Thanks in advance .
  7. This can be done with java-only too. No need to edit files from system.
  8. Will this work in Gracia Final if i change only the imports?
  9. Ok found it on net.sf.l2j.gameserver.model.olympiad.olympiad.java. How to change the number of needed players to start olympiad? Edit: Should i post the code from olympiad.java here?
  10. Hello again, i use l2jserver and i use last rev of gf. My olympiad confing looks like this: # --------------------------------------------------------------------------- # Olympiad Settings # --------------------------------------------------------------------------- # The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like. # Warning: # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server. # --------------------------------------------------------------------------- # Default: 1 CurrentCycle = 1 # Default: 0 Period = 0 # Default: 0 OlympiadEnd = 1267437600250 # Default: 0 ValidationEnd = 0 # Default: 0 NextWeeklyChange = 1266347137250 Also i searched some and found that i dont have net/sf/l2j/gameserver/olympiad java file. The second thing i would like to do is for the players who have subclass, when they are in their sub they cant use hero skills. How can i fix this? Thanks in advance.
  11. Thanks alot :D buffs were a big problem, i forgot to excecute my old buffer sql file thx again :)
  12. Which init.py ? i have the buffer from html/mods/NpcBuffer.htm . Thanks much for your reply .
  13. Hello, i use l2jserver the last revision of gracia final and i have some problems. Chants and Special (like Sheraphim) dont work.(for the buffer) A player with doom cryer can cast chants but the buffer cant give them. Only buffs/dances/songs works. Is this java? how can i fix this?
  14. Yea, i will change OS to my pc and i need to install sql again. As i've changed/added many things in sql i want to transfer all the tables.
  15. How can i transfer my tables to mysql from navicat to a new mysql? Maybe with the "duplicate table" (or smth else) and then copy the .sql files(tables) to the datapack > sql where the files are copied for you in the db via datapack > tools > database_installer.bat .
  16. a developer fixed it, but different, anywayz its ok thx
  17. [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build\classes [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build\dist [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build\dist\login [mkdir] Created dir: C:\Users\user\workspace\L2_GameServer\build\dist\gameserver version: compile: [javac] Compiling 1361 source files to C:\Users\user\workspace\L2_GameServer\build\classes [javac] C:\Users\user\workspace\L2_GameServer\java\net\sf\l2j\loginserver\SelectorHelper.java:38: '{' expected [javac] IClientFactory<L2LoginClient>, IAcceptFilter [javac] ^ [javac] C:\Users\user\workspace\L2_GameServer\java\net\sf\l2j\loginserver\SelectorHelper.java:187: reached end of file while parsing [javac] } [javac] ^ [javac] 2 errors BUILD FAILED C:\Users\user\workspace\L2_GameServer\build.xml:76: Compile failed; see the compiler error output for details. Total time: 18 seconds
  18. Hello, i have added the l2j killer/attacker fix in eclipse and i get those errors: In SelectorHelper.java In IPv4Filter i have this error: http://img186.imageshack.us/img186/6759/aaaaay.png[/img] In GameServer.java this error: http://img685.imageshack.us/img685/1787/aaaaab.png[/img] I use those codes: http://www.pastebin.cz/32158
×
×
  • Create New...