I must be dumb cause I can't find anything on how to make a daily quest so it must be obvious .. Well I can't figure out so : ..
How do I make a quest daily?
+ Rep for the person that helps me![]()
I must be dumb cause I can't find anything on how to make a daily quest so it must be obvious .. Well I can't figure out so : ..
How do I make a quest daily?
+ Rep for the person that helps me![]()
The field to edit is IsRepeatable set it to 2 for daily quests
Hmm. Value 2 for daily quests, Gnome? I have a list of quest types, *Escort, daily, heroic and all* and I see Daily going for value 87, not 2. I'd like to see some sort of picture that proves me wrong though. I'm not exactly well informed with quest types *I don't make my own yet.* So, yeah.
Caeli Absolutio.
Picking back up C++, learning Lua later.
EDIT: Ah, yeah you wanted proof....
From Aspire HearthStone [HEAD]
Code:enum RepeatableTypes { REPEATABLE_QUEST = 1, REPEATABLE_DAILY = 2, };
Last edited by namelessgnome; 07-06-2009 at 02:49 PM.
What about for Arc - Emu?
Yes, It looks like that for ArcEmu too![]()
Last edited by namelessgnome; 07-07-2009 at 06:32 AM. Reason: typo
Ah kk, I have 87 from the above above post, 2 from you and 8 says my friend![]()
If you understand the C++ Code above It's rather obvious that 2 is the correct value
It should go in the IsRepeatable field of your quests database