
Luna20
Members-
Posts
39 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by Luna20
-
WTS Wts Chars / Adena L2 Conflict H5 20X
Luna20 replied to Luna20's topic in Marketplace [Items & Chars]
Bump -
WTS Wts Chars / Adena L2 Conflict H5 20X
Luna20 replied to Luna20's topic in Marketplace [Items & Chars]
Bump -
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
-
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.
-
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
-
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
-
Problem solved :) Thanks anyway U can lock the topic.
-
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 :/
-
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... :/
-
Actually doesn't make sense the limitation, cuz the first time it happened i had 10 matches and went to 3, so...
-
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!
-
ofc, I'll let you know about it on 1st of september. Ty very much for all the help you gave :) Appreciate allot!
-
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?
-
thanks for the help anyway :( unfrtntly i can't get it working no matter what i try :s
-
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
-
[javac] L2J Server\workspace\L2J_Server\java\com\l2jserver\Config.java:2877: error: variable propertySplit is already defined in method load() [javac] String[] 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
-
Just one thing, where do I add the lines in config.java ty very much anyway and I hope it works :)
-
It says i have 3matches, 2 won, 1 lost. The thing is, when i open navicat, inside olympiad_data i see all the matches there... and yesterday when i did /olympaidstat it showed all the 10 matches, it only changed after a while for some weird reason. And yeah i was trying to change the period from 1 month to 2 weeks, and i believe i failed... >.< Btw, talkin' about it, can any of u redirect me to a post on "how to change it to 2 weeks", cuz all the ones i saw i dont believe that they are for h5, atleast the files they ask to change i dont even have them, i mean the lines...
-
Ok here's the deal, I was testing some stuff inside olys for the first time on my server (last h5 files) and i did 10 matches. After like 2 hours i went back online and did /olympiadstat on my char and it only had 3 matches done. Any1 clue on what's going on? Thanks in advance
-
Wish I knew how to do it, thanks anyway :(
-
The thing is i dont want em' all, and adjusting isnt that easy for me, that's why I'm asking :) Specially cuz that's pretty much all I need to get the sv done :P
-
After a while looking for it and trying to do it myself, I'm gonna have to ask for it. So, here it goes, I'd like to know if there's any1 out there, that could make me the 2 next things: Item #1: after double click it opens a normal buffer. Item #2: after double click it opens a scheme buffer.
-
exactly
-
5 seconds
-
hi5 last pack, no, i mean on the skill bar I'd like to see the reuse of the mana potion like u see on the skills.