hey there, its me again and i´d like to know how i change a normal quest to a daily quest? i created one with wow-v and want to change it to a daily.. ty for any help!
hey there, its me again and i´d like to know how i change a normal quest to a daily quest? i created one with wow-v and want to change it to a daily.. ty for any help!
I'm not sure about daily but you can make it repeatable, this is done in wow-v when you make it. I expect you can edit it in your database, google is your friend.
Baboch, I haven't really messed around with quests much, but I would imagine that:
-There is a flag setting in the database or some equivelent
-That there is a guide here on MMOwned.
Try searching for "quest creation" or "daily quest creation." Something along those lines.
You need to flag it as "2" in the field "isrepeatable".
So something along the lines of:
0=normalCode:Update quests set isrepeatable=2 where entry=YOURQUESTID;
1=repeatable
2=daily
Hope this helps!