Page 1 of 1

Question about new Public Quests

Posted: Thu Feb 21, 2013 6:43 am
by AngelDrago
Hello Everyone,

So as you all know their are new Public quests available but the problem i have been seeing is this. If you select the quest for instant "Block Attack" who requires to kill 2 different mob's for instant Korum Warriors and Korum Hunter. how would i go about that doing it so it sees only the two and than go back and finishes the Public quest.

Thx for the help.

Re: Question about new Public Quests

Posted: Thu Feb 21, 2013 7:52 am
by rock5
Just use the mob list. You can set it in the waypoint file. There is more than 1 way of doing it. I would just do

Code: Select all

settings.profile.mobs = {"Korum Warriors","Korum Hunter"}
Make sure you reset it to an empty list if you are going to chain another waypoint file after this that requires you to kill something else.

Re: Question about new Public Quests

Posted: Thu Feb 21, 2013 9:06 am
by AngelDrago
great, thx for the reply i will try that