Belzebul Posted February 9, 2010 Posted February 9, 2010 Well, is there any way to fix this battle/spell force bug? It goes like this: 1) Someone spell/battle forces you 2) You click to teleport to one zone 3) You let the window opened 4) Open restart's window 5) Click them fast (both of them) 6) You get critical @ the first time you log with your character 7) The bug succeed I havent found anything here (forum), does somebody knows how to fix it? Also i havent seen any java server that have it fixed. thank you.
0 down Posted February 9, 2010 Posted February 9, 2010 well.. here's sth that's not very pro but can be a temp solution Find this in EnterWorld.java if (activeChar.isCharViP()) { if(Config.CHAR_VIP_COLOR_ENABLED) activeChar.getAppearance().setNameColor(Config.CHAR_VIP_COLOR); } [/Code] And put this after [Code] if (activeChar.getFirstEffect(5104) != null || activeChar.getFirstEffect(5105) != null) { activeChar.stopSkillEffects(5104); activeChar.stopSkillEffects(5105); activeChar.broadcastUserInfo(); } [/Code]
0 Belzebul Posted February 9, 2010 Author Posted February 9, 2010 thanks for the answer, i will test it. More suggestions are welcomed ofc.
0 down Posted February 9, 2010 Posted February 9, 2010 this bug is for unlimited battle/spell force buff?
0 Belzebul Posted February 9, 2010 Author Posted February 9, 2010 this bug is for unlimited battle/spell force buff? yes
0 Belzebul Posted February 9, 2010 Author Posted February 9, 2010 Than your problem is solved so thanks a lot ;p
Question
Belzebul
Well, is there any way to fix this battle/spell force bug?
It goes like this:
1) Someone spell/battle forces you
2) You click to teleport to one zone
3) You let the window opened
4) Open restart's window
5) Click them fast (both of them)
6) You get critical @ the first time you log with your character
7) The bug succeed
I havent found anything here (forum), does somebody knows how to fix it?
Also i havent seen any java server that have it fixed.
thank you.
6 answers to this question
Recommended Posts