Jump to content
  • 0

[Request] Fix for a bug.


Question

Posted

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

  • 0
Posted

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]

Guest
This topic is now closed to further replies.


×
×
  • Create New...