Slaughterer Posted December 25, 2010 Posted December 25, 2010 Hello, im having a problem with olympiad skill refresh. After match my olympiad system doesnt refresh skills like it supposed to... does any1 have script for this or know what could be wrong ? im using l2jserver gracia epilogue pack. cheers.
0 Tryskell Posted December 26, 2010 Posted December 26, 2010 Dunno how is gracia epilogue olympiad, but in the current L2J, this can be found in AbstractOlympiadGame.java, located in model.olympiad removals() remove all type of buffs and bonuses at entrance, when playerStatusBack() add all them back when you're out. You surely miss one part in playerStatusBack. The best is too compare the 2 files. If it wasn't this sort of "skill refresh", explain better :D.
0 Slaughterer Posted December 26, 2010 Author Posted December 26, 2010 i'm talking about skills like for example, during olympiad match you use ud or something like that.. after match oly system suppose to refresh that skill when player gets teleport'ed back to city, in my server it doesn't happen, also i don't have such directory as model or file as AbstractOlympiadGame.java.
0 DnR Posted December 26, 2010 Posted December 26, 2010 i'm talking about skills like for example, during olympiad match you use ud or something like that.. after match oly system suppose to refresh that skill when player gets teleport'ed back to city, in my server it doesn't happen, also i don't have such directory as model or file as AbstractOlympiadGame.java. You are wrong here. Skills refresh when the match starts and players get ported to arena.
0 Slaughterer Posted December 26, 2010 Author Posted December 26, 2010 You are wrong here. Skills refresh when the match starts and players get ported to arena. doesnt matter i still need to fix it when player gets teleported in or back :) omg no1 have any idea how to do this, too bad :S
0 Slaughterer Posted December 27, 2010 Author Posted December 27, 2010 still looking for some help about this problem :S
0 Trance Posted December 27, 2010 Posted December 27, 2010 Olympiad.java ExAutoSoulShot atk = new ExAutoSoulShot(itemId, 0); player.sendPacket(atk); } + + for (L2Skill skill : player.getAllSkills()) + if (skill.getReuseDelay() <= 900000) + player.enableSkill(skill.getId()); + player.sendSkillList(); + player.updateEffectIcons();
0 Slaughterer Posted December 28, 2010 Author Posted December 28, 2010 my serverpack doesnt even have such file as olympiad.java :S (l2jlive)
0 SensationWhite Posted December 28, 2010 Posted December 28, 2010 my serverpack doesnt even have such file as olympiad.java :S (l2jlive) Hmm, client ?
Question
Slaughterer
Hello, im having a problem with olympiad skill refresh. After match my olympiad system doesnt refresh skills like it supposed to... does any1 have script for this or know what could be wrong ? im using l2jserver gracia epilogue pack.
cheers.
10 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now