Page 1 of 1

question about queststate = getQuestStatus

Posted: Sat Jul 09, 2011 3:39 am
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

Re: question about queststate = getQuestStatus

Posted: Sat Jul 09, 2011 4:11 am
by rock5
Maybe this is what you are after.
http://www.theromwiki.com/API:CheckQuest

Re: question about queststate = getQuestStatus

Posted: Sat Jul 09, 2011 5:12 am
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

Re: question about queststate = getQuestStatus

Posted: Sat Jul 09, 2011 5:30 am
by rock5
It's an ingame function so you would have to use.

Code: Select all

queststate = RoMScript("CheckQuest(420678)")

Re: question about queststate = getQuestStatus

Posted: Sat Jul 09, 2011 8:04 am
by stessiberti
great work again ROCK5 !!

got the thing runnin now !!

THX