Page 1 of 1

Daily Wailing Quest

Posted: Sun Jul 05, 2020 1:37 am
by Uniden65
i want this to gather all the items then finish all the dailies and use a new ticker when it done so but i cant get it to use a ticket well i can 5 tickets ... any help here would be great


<?xml version="1.0" encoding="utf-8"?><waypoints>

<onload>
UseDailyTickets = true; <-- Cant get to work

changeProfileOption("WAYPOINT_DEVIATION", 7);

function Chek_Quest()
queststate = getQuestStatus("426483");
if queststate == "not accepted" then
-- player:sleep();
inventory:useItem(202434) -- Daily Reset Ticket
inventory:update()
else return
end
end

</onload>
please let me know

Re: Daily Wailing Quest part2

Posted: Sun Jul 05, 2020 1:40 am
by Uniden65
i know all my issue is above i would like it to check the quest before using a new Dailie ticket ..... so it will run all night using tickets.....

Any help would be great


Fixed just had to think it out .... close this