question about queststate = getQuestStatus

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
stessiberti
Posts: 15
Joined: Tue Jul 05, 2011 1:12 am

question about queststate = getQuestStatus

#1 Post by stessiberti »

Hi there

wondering what kind the queststatus can be

i guess 1) complete
2) incomplete
3) not accepted

but what i want to know if there is a way to find out if a quest with the name , lets say "quest1" is still available , so i mean , not taken so far, and not complete

not talking about dailyquests

thx so far
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: question about queststate = getQuestStatus

#2 Post by rock5 »

Maybe this is what you are after.
http://www.theromwiki.com/API:CheckQuest
  • 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
stessiberti
Posts: 15
Joined: Tue Jul 05, 2011 1:12 am

Re: question about queststate = getQuestStatus

#3 Post by stessiberti »

hmm concerning the link you gave me its exactly what i m looking for

but i tried to copy past the script as it is linked into an onload menue and tried to let it run , but i get


attempt to call global 'CheckQuest' <a nill value>

have i forgotten something ?

and sry for stupid question , but i m pretty fresh to coding with MM
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: question about queststate = getQuestStatus

#4 Post by rock5 »

It's an ingame function so you would have to use.

Code: Select all

queststate = RoMScript("CheckQuest(420678)")
  • 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
stessiberti
Posts: 15
Joined: Tue Jul 05, 2011 1:12 am

Re: question about queststate = getQuestStatus

#5 Post by stessiberti »

great work again ROCK5 !!

got the thing runnin now !!

THX
Post Reply