Valakas bug

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
lisike
Posts: 13
Joined: Sat Feb 20, 2010 10:56 am

Valakas bug

Post by lisike »

Hey. When I want to kill valakas it says The attack has been blocked. Why?
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Valakas bug

Post by momo61 »

Did you take the quest when you ported in?

Don't test with your GM character.
lisike
Posts: 13
Joined: Sat Feb 20, 2010 10:56 am

Re: Valakas bug

Post 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?
User avatar
rock and roll
Posts: 63
Joined: Mon Feb 08, 2010 11:39 am

Re: Valakas bug

Post by rock and roll »

I don't find this bug, work fine.
Lineage 2 Servers need rock'n roll sounds.
Long life for free servers.
adamss
Posts: 71
Joined: Mon Sep 28, 2009 4:51 am

Re: Valakas bug

Post by adamss »

Exist a Valakas buff with invincible effect. Check it!
User avatar
NoGeRa
Posts: 26
Joined: Wed Jun 24, 2009 9:23 pm
Location: Chile

Re: Valakas bug

Post by NoGeRa »

Valakas appears with a "buff" of invincibility, but after a time you can kill, on my server works fine.
babyjason
Posts: 575
Joined: Wed Dec 02, 2009 7:59 pm

Re: Valakas bug

Post 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.
Post Reply