Maxim number of quests in questbook!

Talk about anything in Runes of Magic. This does not need to pertain to botting.
Post Reply
Message
Author
User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Maxim number of quests in questbook!

#1 Post by beanybabe » Tue Dec 15, 2015 12:38 pm

Maxim number of quests in questbook!

I notice this message comes up in white text in bot chat frame. Is there a way to check for this message and if it happens to occur then stop the char from attempting to do quest without obtaining it?

kenzu38
Posts: 279
Joined: Sun Dec 02, 2012 8:52 am

Re: Maxim number of quests in questbook!

#2 Post by kenzu38 » Thu Jan 07, 2016 4:32 am

Can't be bothered finding that particular code from the bot.

But you can just put the checking code in your waypoint before it accepts a quest:

Code: Select all

if RoMScript("GetNumQuestBookButton_QuestBook()") == maxnumberofquestsallowed then
	-- can't take any more quests.
else
	AcceptQuest()
end	
Edit: retyped code, forgot to add RoMScript earlier.

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Maxim number of quests in questbook!

#3 Post by beanybabe » Fri Jan 08, 2016 4:05 am

My solution was simple I just deleted all the quests from questbook on them. Then set dailynotes to auto quest. It seemed easier than trying to code the questbook.


Thanks for the Idea that may be useful.

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests