Abandon Quest With Bot?
-
langelot133
- Posts: 18
- Joined: Sun Jun 17, 2012 6:41 pm
Abandon Quest With Bot?
i've been searching on the forum to find the script to leave/abandon/Give up a quest but i could'nt find it, could someone give me a hand?
Re: Abandon Quest With Bot?
"leave/abandon/giveup", you didn't try 'cancel' lol. If you did you would have found this post.
http://www.solarstrike.net/phpBB3/viewt ... 771#p36771
Anyway I added a function to the bot to cancel questsJust use that.
http://www.solarstrike.net/phpBB3/viewt ... 771#p36771
Anyway I added a function to the bot to cancel quests
Code: Select all
CancelQuest(nameorid)- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
-
langelot133
- Posts: 18
- Joined: Sun Jun 17, 2012 6:41 pm
Re: Abandon Quest With Bot?
thank you Rock'5 sorry haven't tried every word, moreover i'm French so my english is not very good...
Re: Abandon Quest With Bot?
Can this work to abandon "ALL" quests? would I just do CancelQuest() ?
Re: Abandon Quest With Bot?
Since it uses string.find doing "" will delete the first quest but since the function returns after deleting a quest it wouldn't delete ALL quests.
You could simply just do a loop for it though, something like this might work.
You could simply just do a loop for it though, something like this might work.
Code: Select all
for i = 1, 10 do
CancelQuest("")
endRemember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: Abandon Quest With Bot?
Thank you Lisa. Haven't got to play around with that yet but I have it saved. The project I was looking at using it for isn't as appetizing and I'm too busy screwing around with exploring new ways to get eojs since they nerfed some of the old ways