complete quest problem

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
cheater
Posts: 33
Joined: Fri Jun 17, 2011 9:17 am

complete quest problem

#1 Post by cheater »

The NPC serond in Ravenfell, Abandoned Fortress.
i Want ot complete the daily quest at him with sendMacro("CompleteQuest()"), but it dont work.. why? 0.o
my code for complete quest:

Code: Select all

player:target_NPC(112158, 750);
sendMacro("CompleteQuest()"); yrest(2000);
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: complete quest problem

#2 Post by lisa »

That user function will complete a quest but you need to click on the quest before being able to complete it.

I would suguest using this userfunction here
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Post Reply