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
question about queststate = getQuestStatus
-
stessiberti
- Posts: 15
- Joined: Tue Jul 05, 2011 1:12 am
Re: question about queststate = getQuestStatus
Maybe this is what you are after.
http://www.theromwiki.com/API:CheckQuest
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
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
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
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
great work again ROCK5 !!
got the thing runnin now !!
THX
got the thing runnin now !!
THX