Page 1 of 1
[UPDATE] Working with quests!
Posted: Mon Nov 15, 2010 7:37 am
by jduartedj
This is to notify the admins/mods that a very important information is missing in the wiki, under "
Working with Quests"
The code:
Code: Select all
OnClick_QuestListButton(3, index);
Should be included to specifically tell people that to select a quest to COMPLETE you need a different argument, i.e.,
3 and not 1.
I was messed up by this for at least 5 days!
Re: [UPDATE] Working with quests!
Posted: Mon Nov 15, 2010 9:41 am
by rock5
Not really, they're just examples of the in game functions that you could use.
Obviously you would go to the Runes of Magic Wiki for more information on those functions if you need it. It wouldn't be practical to reproduce all the information about those function that you could find at ROM wiki.
http://www.theromwiki.com/List_of_Functions
Edit: I've added links for more info.
Re: [UPDATE] Working with quests!
Posted: Mon Nov 15, 2010 10:07 am
by jduartedj
rock5 wrote:Not really, they're just examples of the in game functions that you could use.
Obviously you would go to the Runes of Magic Wiki for more information on those functions if you need it. It wouldn't be practical to reproduce all the information about those function that you could find at ROM wiki.
http://www.theromwiki.com/List_of_Functions
Edit: I've added links for more info.
I meant at least a note... because ppl get choosing, accepting and completing and don't get "choosing to complete" is different than "choosing to accept"... that's all.