Page 1 of 1
Butterflied with daily reset
Posted: Sun Jan 20, 2013 7:54 pm
by bruenor9
so i got 100 flies to do with my daily reset. Is there a way I can make ascript automatically click a reset ticket and then start again?
Re: Butterflied with daily reset
Posted: Sun Jan 20, 2013 8:44 pm
by lisa
this will use the reset ticket
Code: Select all
inventory:update()
if inventory:itemTotalCount(202434) > 0 then
inventory:useItem(202434)
end
it is a good idea to check you have done all 10 quests for the day before using a ticket though.
Code: Select all
local dqCount, dqPerDay = RoMScript("Daily_count()")
if dqCount == 10 then
--use reset code here
end
Re: Butterflied with daily reset
Posted: Sun Jan 20, 2013 11:42 pm
by bruenor9
What script should I use
Re: Butterflied with daily reset
Posted: Mon Jan 21, 2013 12:15 am
by lisa
top right of the forum page you will see a thing that says
Search for:
That is the forum search, add in a word you want to search for, I did "butterfly" and got many results, 1 of which was of 2 WP I posted.
http://www.solarstrike.net/phpBB3/viewt ... fly#p38616
Learning to use forum search will make your life so much easier, and mine.