Page 1 of 1

CompleteQuestByName("name",1) dosn´t work

Posted: Tue Jan 10, 2012 3:48 pm
by tibet
Hello i need help

i try to make a new waypointfile, and there are quests with rewards.

Code: Select all

CompleteQuestByName("Golden",1);
it opens the quest i can look on the reward but the bot dosn´t choice the reward.
bot stops at this point with open reward window.

when i click on Cancel , the bot choice the first reward.
ty

Re: CompleteQuestByName("name",1) dosn´t work

Posted: Tue Jan 10, 2012 11:15 pm
by rock5
Why didn't you ask this on the QuestByName topic?

Anyway, what version are you using? Are you using 0.97?

Re: CompleteQuestByName("name",1) dosn´t work

Posted: Wed Jan 11, 2012 4:16 am
by tibet
sry for post here.

yes its the 0,97

Re: CompleteQuestByName("name",1) dosn´t work

Posted: Wed Jan 11, 2012 4:55 am
by rock5
i don't know. It's working fine for me. Are you sure you don't have more than one version of QuestByName in your userfunctions folder? Maybe you still have the old "addons_questbyname.lua" file? If you do, it would conflict with the newer "userfunction_questbyname.lua" file.