Valakas bug
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 13
- Joined: Sat Feb 20, 2010 10:56 am
Valakas bug
Hey. When I want to kill valakas it says The attack has been blocked. Why?
- momo61
- Posts: 1648
- Joined: Fri Jun 06, 2008 2:05 pm
- Location: Europe
Re: Valakas bug
Did you take the quest when you ported in?
Don't test with your GM character.
Don't test with your GM character.
-
- Posts: 13
- Joined: Sat Feb 20, 2010 10:56 am
Re: Valakas bug
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?
Or which Quest you was talking about?
- rock and roll
- Posts: 63
- Joined: Mon Feb 08, 2010 11:39 am
Re: Valakas bug
I don't find this bug, work fine.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
Long life for free servers.
-
- Posts: 71
- Joined: Mon Sep 28, 2009 4:51 am
Re: Valakas bug
Exist a Valakas buff with invincible effect. Check it!
- NoGeRa
- Posts: 26
- Joined: Wed Jun 24, 2009 9:23 pm
- Location: Chile
Re: Valakas bug
Valakas appears with a "buff" of invincibility, but after a time you can kill, on my server works fine.
-
- Posts: 575
- Joined: Wed Dec 02, 2009 7:59 pm
Re: Valakas bug
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?
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.
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) {} }
true problem is sometimes players cant enter if valakas is allready on , there. then he is invulnerable.
but it shouldnt happen.