Page 1 of 1
Valakas bug
Posted: Sun Feb 21, 2010 9:34 pm
by lisike
Hey. When I want to kill valakas it says The attack has been blocked. Why?
Re: Valakas bug
Posted: Sun Feb 21, 2010 9:37 pm
by momo61
Did you take the quest when you ported in?
Don't test with your GM character.
Re: Valakas bug
Posted: Sun Feb 21, 2010 10:13 pm
by lisike
I tested with non-gm char. I'm able to buy Floating stone from GM shop, and I also speak to Wathcher of Valakas then enter with the heart. That's why I don't understand.
Or which Quest you was talking about?
Re: Valakas bug
Posted: Mon Feb 22, 2010 1:57 am
by rock and roll
I don't find this bug, work fine.
Re: Valakas bug
Posted: Tue Feb 23, 2010 3:49 pm
by adamss
Exist a Valakas buff with invincible effect. Check it!
Re: Valakas bug
Posted: Thu Apr 01, 2010 4:28 am
by NoGeRa
Valakas appears with a "buff" of invincibility, but after a time you can kill, on my server works fine.
Re: Valakas bug
Posted: Fri May 28, 2010 7:42 am
by babyjason
happend to me too, all attacks are blocked, crazy.
and it is NOT It s buff, since i used npc cancel , to dispell all his buffs, didnt work. he had no buff on himself.
maybe this part of the script is the problem?
Code: Select all
public void run() { try { _valakas.setCurrentHpMp(hp, mp); if (_status != FIGHTING) _valakas.setIsInvul(true); _valakas.setRunning(); } catch (Throwable e) {} }
yes, that s the problem, indirectly.
true problem is sometimes players cant enter if valakas is allready on , there. then he is invulnerable.
but it shouldnt happen.