char wont mount
Posted: Fri Jun 19, 2015 8:52 pm
first char mounts up fine, after it completes and logs into the next it wont mount, im not sure what im missing
thanks
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onload>
__WPL:setWaypointIndex(__WPL:findWaypointTag("quest"))
player:mount()
CharList = {
{account=46 , chars={1}},
{account=57 , chars={2}},
}
</onload>
<!-- # 1 --><waypoint x="-2655" z="-17952" y="826" tag="quest">
player:target_NPC(120577) -- Forem Mone
AcceptQuestByName(425495) -- Keeping the Veiled Encampment Disguised
</waypoint>
<!-- # 2 --><waypoint x="-2814" z="-18157" y="828"> </waypoint>
<!-- # 3 --><waypoint x="-2938" z="-18017" y="827">
inventory:useItem(241196)
</waypoint>
<!-- # 4 --><waypoint x="-2807" z="-18156" y="827">
inventory:useItem(241196)
</waypoint>
<!-- # 5 --><waypoint x="-2650" z="-17953" y="827">
inventory:useItem(241196)
player:target_NPC(120577) -- Forem Mone
CompleteQuestByName(425495) -- Keeping the Veiled Encampment Disguised
if 10 > RoMScript("Daily_count()") then
__WPL:setWaypointIndex(__WPL:findWaypointTag("quest"))
else
SetCharList(CharList)
LoginNextChar()
loadProfile()
player:update()
__WPL:setWaypointIndex(__WPL:findWaypointTag("quest"))
end
</waypoint>
</waypoints>
thanks