L2 Shrine strongly condemns the aggression of the barbaric russian federation. 🇺🇦 Slava Ukraini! 🇺🇦

Recommended Posts

Maybe consider it done and give me the exp i should take with full vit on both chars + pets ! The boss was 50% hp on 12 minutes ! Or you will just tell me to do it again like nothing happened ? No offense but you did not answer after your question you made !

 

Thank you,

Edited by NickTheGreek
Link to post
Share on other sites

I'm no admin but I'm 100% sure you're not getting exp for something you haven't killed. Even if the boss were at 1%, tough luck, try again.

And make sure that after you die, you rebuff and start hitting the boss again quickly. If you don't hit it for a while (3 or 5 minutes, don't remember exactly), it just gives up and leaves.

Link to post
Share on other sites

Hi, sorry for waiting, I was checking it in logs and in AI. I've found that when you don't attack the boss for more than 60 seconds, it will despawn and end your instance zone:

	EventHandler TIMER_FIRED_EX(timer_id,i0,i1,i10,i11,c0,party0,h0,private,maker0)
	{
		if( timer_id == 1001 )
		{
			i0 = GetCurrentTick() - myself.i_quest4;
			if( i0 > 60 )
			{
				BroadcastScriptEvent(4, 0, 4000);
				InstantZone_Finish(5);
				Despawn();
			}
			AddTimerEx(1001, 60 * 1000);
		}
		super;
	}

It's not a bug, it's something NCsoft made intentionally.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.