Hi, I've been searching google for about a day now and i cant find this anywhere. How do I make a quest where it enters you into a phase on accept? Preferably using LUA.
I tried stuff like this:
function HighlordsAid_OnAcceptQuest (plr, quest)
player = plr
PhaseSet(2)
End
But, obviously, no success. I am a total noob at LUA.
At the bottom of the script i have:
RegisterQuestEvent(44463, 3, "HighlordsAid_OnAcceptQuest");
but no luck. Please help!!