Need Help with a Waypoint

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
AngelDrago
Posts: 133
Joined: Fri May 06, 2011 10:39 am

Need Help with a Waypoint

#1 Post by AngelDrago » Wed Feb 20, 2013 4:46 pm

Hello everyone so i decided to check out the new Aria and wanted to see if i learned anything yet from you guys... but it seems that i failed...lol

here is the script so it runs to the aria and attacks the beast but it does not pickup the eggs so what do i do wrong. as always any help is very help full.thx

<?xml version="1.0" encoding="utf-8"?><waypoints>
<!-- # 1 --><waypoint x="3575" z="-8984" y="449">
player:target_NPC("Weybott Stohan");
CompleteQuestByName("Eat Well, Sleep Well, Get Well II");
yrest(1);
player:target_NPC("Weybott Stohan");
AcceptQuestByName("Eat Well, Sleep Well, Get Well II");
yrest(1);
__WPL:setDirection(WPT_FORWARD);
</waypoint>
<!-- # 2 --><waypoint x="3608" z="-8888" y="442">
queststate = getQuestStatus("Eat Well, Sleep Well, Get Well II");
if queststate == "incomplete" then
yrest(1);player:target_Object("Sugon Armored Beast Egg");yrest(1);
queststate = getQuestStatus("Eat Well, Sleep Well, Get Well II");
if queststate == "incomplete" then
__WPL:setDirection(WPT_FORWARD);
else
__WPL:setDirection(WPT_BACKWARD);
end
else
__WPL:setDirection(WPT_BACKWARD);
end
</waypoint>
<!-- # 3 --><waypoint x="3641" z="-8807" y="442"> </waypoint>
<!-- # 4 --><waypoint x="3787" z="-8613" y="442"> </waypoint>
<!-- # 5 --><waypoint x="3876" z="-8483" y="443"> </waypoint>
<!-- # 6 --><waypoint x="3860" z="-8278" y="443"> </waypoint>
<!-- # 7 --><waypoint x="3842" z="-8132" y="445"> </waypoint>
<!-- # 8 --><waypoint x="3845" z="-8036" y="443"> </waypoint>
<!-- # 9 --><waypoint x="3869" z="-7926" y="442"> </waypoint>
<!-- # 10 --><waypoint x="3926" z="-7760" y="444"> </waypoint>
<!-- # 11 --><waypoint x="3994" z="-7628" y="444"> </waypoint>
<!-- # 12 --><waypoint x="4067" z="-7489" y="444"> </waypoint>
<!-- # 13 --><waypoint x="4121" z="-7384" y="435"> </waypoint>
<!-- # 14 --><waypoint x="4125" z="-7380" y="434"> </waypoint>
<!-- # 15 --><waypoint x="4197" z="-7252" y="415"> </waypoint>
<!-- # 16 --><waypoint x="4200" z="-7228" y="417"> </waypoint>
<!-- # 17 --><waypoint x="4196" z="-7215" y="417"> </waypoint>
<!-- # 18 --><waypoint x="4235" z="-7147" y="415"> </waypoint>
<!-- # 19 --><waypoint x="4257" z="-7082" y="423"> </waypoint>
<!-- # 20 --><waypoint x="4267" z="-7031" y="418"> </waypoint>
<!-- # 21 --><waypoint x="4253" z="-6977" y="424"> </waypoint>
<!-- # 22 --><waypoint x="4231" z="-6917" y="429"> </waypoint>
<!-- # 23 --><waypoint x="4225" z="-6892" y="431"> </waypoint>
<!-- # 24 --><waypoint x="4239" z="-6999" y="423"> </waypoint>
<!-- # 25 --><waypoint x="4238" z="-7068" y="421"> </waypoint>
<!-- # 26 --><waypoint x="4223" z="-7144" y="416"> </waypoint>
<!-- # 27 --><waypoint x="4213" z="-7163" y="417"> </waypoint>
<!-- # 28 --><waypoint x="4097" z="-7345" y="439"> </waypoint>
<!-- # 29 --><waypoint x="4028" z="-7514" y="444"> </waypoint>
<!-- # 30 --><waypoint x="4024" z="-7525" y="444"> </waypoint>
<!-- # 31 --><waypoint x="3953" z="-7690" y="444"> </waypoint>
<!-- # 32 --><waypoint x="3884" z="-7851" y="443"> </waypoint>
<!-- # 33 --><waypoint x="3825" z="-8073" y="443"> </waypoint>
<!-- # 34 --><waypoint x="3859" z="-8230" y="443"> </waypoint>
<!-- # 35 --><waypoint x="3909" z="-8414" y="443"> </waypoint>
<!-- # 36 --><waypoint x="3743" z="-8644" y="440"> </waypoint>
<!-- # 37 --><waypoint x="3635" z="-8810" y="442"> </waypoint>
<!-- # 38 --><waypoint x="3599" z="-8918" y="444"> </waypoint>
<!-- # 39 --><waypoint x="3579" z="-8967" y="448">

</waypoint>
</waypoints>

and after this it will ask me for the second quest so where do i add it below this one like this way or do i do something wrong again
player:target_NPC("Weybott Stohan");
CompleteQuestByName("Eat Well, Sleep Well, Get Well II");
CompleteQuestByName("Eat Well, Sleep Well, Get Well I");
yrest(1);
player:target_NPC("Weybott Stohan");
AcceptQuestByName("Eat Well, Sleep Well, Get Well II");
AcceptQuestByName("Eat Well, Sleep Well, Get Well I");
yrest(1);
so each quest needs to be finished first before the other quest is given thx. for the help

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 11 guests