Jump to content

Luna20

Members
  • Posts

    39
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About Luna20

Profile Information

  • Gender
    Not Telling

Luna20's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Heyo fellows, I got some chars full geared to sell asap at l2 conflict h5 20x. Phoenix Knight - Full Skills +15+30, Olf Shirt +10, Elegia Heavy Set +6 Lv7, claw of destruction +6 Lv7, elegia jews +6, freya neck +9, blessed zaken +6 Cardinal - Full Skills +15+30, Olf Shirt +8, VNR Found Set +6 Lv 7, 4x Vesper Weps +6 Lv7 w/ Active Augs (Fire, Wind, Water, Earth), 2x Alt Weps w/ active Celestial & Reflect, Dyn Mace Found, 3x elegia jewes +6, blessed freya +6, blessed zaken +6, elegia tunic, stocks, gloves, shoes +6 Extra Accounts w/o gear but full skills +15+30 Cardinal 35€ Overlord 35€ Spellsinger 35€ Spelhowller 35€ Adena: 1.5kkk = 1€ Stock = 200kkk atm Skype ID: jalbertino20
  2. Where exatcly do I find this? Btw I was thinking to use elixirs since I can see their reuses on the skill bar but when I changed their reuse from 5 minutes to 15 seconds the reuse on bar disappeared... So I'm back to 0.
  3. 2673 String[] Split = Olympiad.getProperty("AltOlyEndDate", "1").split(","); 2674 ALT_OLY_END_DATE = new int[split.length]; 2675 for (int i = 0; i < Split.length; i++) 2676 { 2677 ALT_OLY_END_DATE = Integer.parseInt(Split); 2678 } 2679 Split = Olympiad.getProperty("AltOlyEndHour", "12:00:00").split(":"); 2680 for (int i = 0; i < 3; i++) 2681 { 2682 ALT_OLY_END_HOUR = Integer.parseInt(Split); 2683 } Those are the lines of config.java
  4. I changed the rev from stable to the unst. and tried to get the olympiad system u gave me working again and im getting this error: [javac] C:\Users\Luna\Desktop\L2J Server\workspace\L2J_Server_BETA\java\com\l2jserver\Config.java:2673: error: cannot find symbol [javac] String[] Split = Olympiad.getProperty("AltOlyEndDate", "1").split(","); [javac] ^ [javac] symbol: method getProperty(String,String) [javac] location: variable Olympiad of type PropertiesParser [javac] C:\Users\Luna\Desktop\L2J Server\workspace\L2J_Server_BETA\java\com\l2jserver\Config.java:2679: error: cannot find symbol [javac] Split = Olympiad.getProperty("AltOlyEndHour", "12:00:00").split(":"); [javac] ^ [javac] symbol: method getProperty(String,String) [javac] location: variable Olympiad of type PropertiesParser [javac] 2 errors BUILD FAILED
  5. Problem solved :) Thanks anyway U can lock the topic.
  6. I srsly dont understand why is it happening... can't find any limitation anywhere, and all the fights are inside the DB in olympiad_fights. I've been looking arround, couldn't find any1 with a similar problem :/
  7. h5 trunk, going to test it now. i'll be in touch soon Only when i restart the server. Did 1 more match, restarted the char and nothing happened, then, i restarted the server and it went back to 8 matches... :/
  8. Actually doesn't make sense the limitation, cuz the first time it happened i had 10 matches and went to 3, so...
  9. Soz to be opening a new topic, but had no choice since the last one was closed. The first problem remains, I have these 2 chars, made 12 matches with them, and restarted the sv, when logged again only had 8 matches, did +4 matches with boht again, so had 12 once again, restarted the sv and went back to 8... at start i had 3 matches on them, so... either they keep losing 4 matches every time i restart the sv or i have some sort of limit for the oly matches = 5 Hope any of you have a clue on this, if you need me to run any tests just let me know. Thanks in advance!
  10. ofc, I'll let you know about it on 1st of september. Ty very much for all the help you gave :) Appreciate allot!
  11. BUILD SUCCESSFULL atleast no errors doing that :P Btw, it's suppose to get new heros every 1st and 15th of the month now, right?
  12. thanks for the help anyway :( unfrtntly i can't get it working no matter what i try :s
  13. compile: [javac] Compiling 1662 source files to C:\Users\Paps\Desktop\L2J Server\workspace\L2J_Server\build\bin [javac] L2J Server\workspace\L2J_Server\java\com\l2jserver\Config.java:2878: error: cannot assign a value to final variable propertySplit [javac] propertySplit = Olympiad.getProperty("AltOlyEndDate","1").split(","); [javac] ^ [javac] L2J Server\workspace\L2J_Server\java\com\l2jserver\gameserver\model\olympiad\Olympiad.java:608: error: cannot find symbol [javac] cals[nearest].set(Calendar.HOUR_OF_DAY, Config.ALT_OLY_END_HOUR[0]); [javac] ^ [javac] symbol: variable ALT_OLY_END_HOUR [javac] location: class Config [javac] L2J Server\workspace\L2J_Server\java\com\l2jserver\gameserver\model\olympiad\Olympiad.java:609: error: cannot find symbol [javac] cals[nearest].set(Calendar.MINUTE, Config.ALT_OLY_END_HOUR[1]); [javac] ^ [javac] symbol: variable ALT_OLY_END_HOUR [javac] location: class Config [javac] L2J Server\workspace\L2J_Server\java\com\l2jserver\gameserver\model\olympiad\Olympiad.java:610: error: cannot find symbol [javac] cals[nearest].set(Calendar.SECOND, Config.ALT_OLY_END_HOUR[2]); [javac] ^ [javac] symbol: variable ALT_OLY_END_HOUR [javac] location: class Config [javac] 4 errors BUILD FAILED Still having these 4 errors :s
×
×
  • Create New...