Page 1 of 1

Abandon Quest With Bot?

Posted: Mon Jun 25, 2012 1:38 pm
by langelot133
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?

Posted: Mon Jun 25, 2012 2:19 pm
by rock5
"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 quests

Code: Select all

CancelQuest(nameorid)
Just use that.

Re: Abandon Quest With Bot?

Posted: Tue Jun 26, 2012 12:41 pm
by langelot133
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?

Posted: Thu Jun 06, 2013 8:50 pm
by grande
Can this work to abandon "ALL" quests? would I just do CancelQuest() ?

Re: Abandon Quest With Bot?

Posted: Thu Jun 06, 2013 9:48 pm
by lisa
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.

Code: Select all

for i = 1, 10 do
CancelQuest("")
end

Re: Abandon Quest With Bot?

Posted: Fri Jun 07, 2013 9:20 pm
by grande
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