ChangeChar question
Posted: Wed Jan 06, 2016 9:24 pm
Hey guys i know how to make the bot use for dailys
but my question is can i make it change char after i complete a quest, is there anyway for the bot to know that one quest is done then log on to the next.
Code: Select all
player:target_NPC(110691) -- Locken
CompleteQuestByName(420424) -- Enduring Armor
if 10 > RoMScript("Daily_count()") then
__WPL:setWaypointIndex(__WPL:findWaypointTag("quest"))
else
ChangeChar()
loadProfile()
player:update()
__WPL:setWaypointIndex(__WPL:findWaypointTag("quest"))
end