Freya Raid instance

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
User avatar
ShinichiYao
Advanced User
Advanced User
Posts: 262
Joined: Tue Jan 12, 2016 3:53 am

Freya Raid instance

Post by ShinichiYao »

Party leader finished "meeting with Sierra" quest, but member not, they can enter the instance. but if member died out they cannot enter again themselves.

Some how player after Freya Raid always in invulnerable mode after they leave the IceQueensCastle instances, until next login. :o

Code: Select all

	case "SPAWN_SUPPORT":
	{
		for (L2PcInstance players : world.playersInside)
		{
			if ((players != null) && (players.getInstanceId() == world.getInstanceId()))
			{
				players.setIsInvul(false);
			}
		}
	...
I think in this case if player died out or somehow they not inside they become invulnerable until next login.
User avatar
ShinichiYao
Advanced User
Advanced User
Posts: 262
Joined: Tue Jan 12, 2016 3:53 am

Re: Freya Raid instance

Post by ShinichiYao »

Another thing: In the last part of quest MeetingSirra, after entering the IceQueensCastle instance, NPC just look on and wont join the fight?
Post Reply