me english very bad

I hoffe jemand kan mir helfen, es geht um Chupura tq in Xaviera.
Mache die mit 1 Acount manuel, andere acounts bleiben und warten.
Hab es hinbekommen das der annimmt und abgibt, aber mus jedes mal manuel starten nach 5 chupura.
kan man das irgednwie in 1 Waypoint hin bekommen?
Quest anehmen und warten bis die fertig ist, danach nächste char?
Waypoint 1 - Chupura-1-7-9
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
startGMDetect()
-- end if all dailies are done
local dqCount, dqPerDay = RoMScript("Daily_count()");
if (dqCount>=10) then
loadPaths("Chupura-1-7-9R")
end;
</onLoad>
<!-- # 1 --><waypoint x="10133" z="9364" y="4">
player:target_NPC(118060) -- Sofie Paichu
AcceptQuestByName(424165) -- Sie zum Schweigen bringen
player:sleep();
loadPaths("Chupura-1-7-9F")
</waypoint>
</waypoints>
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
startGMDetect()
</onLoad>
<!-- # 1 --><waypoint x="10129" z="9366" y="4">
player:target_NPC(118060) -- Sofie Paichu
CompleteQuestByName(424165) -- Sie zum Schweigen bringen
startGMDetect()
loadPaths("Chupura-1-7-9")
</waypoint>
</waypoints>
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
startGMDetect()
SetCharList({
{account=1,chars={5}},
{account=7,chars={1}},
{account=9,chars={1}},
})
</onLoad>
<!-- # 1 --><waypoint x="10129" z="9366" y="4">
startGMDetect()
SetChannelForLogin(2)
LoginNextChar()
SetChannelForLogin(2)
loadPaths("Chupura-1-7-9")
</waypoint>
</waypoints>