Daily Wailing Quest

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Uniden65
Posts: 151
Joined: Thu Aug 20, 2009 5:17 pm

Daily Wailing Quest

#1 Post 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
Last edited by Uniden65 on Sun Jul 05, 2020 11:00 pm, edited 1 time in total.
Uniden65
Posts: 151
Joined: Thu Aug 20, 2009 5:17 pm

Re: Daily Wailing Quest part2

#2 Post 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
Post Reply