Page 1 of 1

Freya Raid instance

Posted: Fri Aug 25, 2017 1:08 am
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.

Re: Freya Raid instance

Posted: Fri Aug 25, 2017 10:30 am
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?