You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client.SendOptionsDialog(Mundane,"Travel to either Western or Eastern Woodlands, search and kill two Wisps. Return to me when you've completed your task");
@@ -349,6 +374,11 @@ public override void OnResponse(WorldClient client, ushort responseID, string ar
349
374
break;
350
375
case0x17:
351
376
if(!args.Equals("Brown"))return;
377
+
if(client.Aisling.ExpLevel<110)
378
+
{
379
+
client.SendOptionsDialog(Mundane,"You are not ready for this attainment yet.");
client.SendOptionsDialog(Mundane,"I promise this will be the last run to the crypt I send you on. I need you to kill a Lich Lord. Return to me when you've completed your task");
@@ -433,6 +468,11 @@ public override void OnResponse(WorldClient client, ushort responseID, string ar
433
468
break;
434
469
case0x19:
435
470
if(!args.Equals("Black"))return;
471
+
if(client.Aisling.ExpLevel<200)
472
+
{
473
+
client.SendOptionsDialog(Mundane,"You are not ready for this attainment yet.");
client.SendOptionsDialog(Mundane,"Soon I will call you my equal, my brother. Go find and kill an ancient one called -Old One-, return to me when you've completed your task");
0 commit comments