I found a way to automate the part when my chars are online if u want to i will share this to you now my Problem:
i need to start like 15 clients and let them open my chars. After 8 Charakters it should switch the login is this possible?
It should be later on a one click bot that makes phirius like hell

Update found some thing interessting. But i get an error in the first in the 90.
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL">
<onload>
function relog()
SetCharList({{
{account=1 , chars= {1,2,3,4,5,6,7,8}},
{account=16 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=2 , chars= {1,2,3,4,5,6,7,8}},
{account=17 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=3 , chars= {1,2,3,4,5,6,7,8}},
{account=18 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=4 , chars= {1,2,3,4,5,6,7,8}},
{account=19 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=5 , chars= {1,2,3,4,5,6,7,8}},
{account=20 , chars= {1,2,3,4,5,6,78}},
},{
{account=6 , chars= {1,2,3,4,5,6,7,8}},
{account=21 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=7 , chars= {1,2,3,4,5,6,7,8}},
{account=22 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=8 , chars= {1,2,3,4,5,6,7,8}},
{account=23 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=9 , chars= {1,2,3,4,5,6,7,8}},
{account=24 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=10 , chars= {1,2,3,4,5,6,7,8}},
{account=25 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=11 , chars= {1,2,3,4,5,6,7,8}},
{account=26 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=12 , chars= {1,2,3,4,5,6,7,8}},
{account=27 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=13 , chars= {1,2,3,4,5,6,7,8}},
{account=28 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=14 , chars= {1,2,3,4,5,6,7,8}},
{account=29 , chars= {1,2,3,4,5,6,7,8}},
},{
{account=15 , chars= {1,2,3,4,5,6,7,8}},
{account=30 , chars= {1,2,3,4,5,6,7,8}},
},
})
LoginNextChar()
yrest(30)
player:update();
loadProfile()
loadPaths("VollAutomatischMana");
doRelog = true;
end
doRelog = true;
</onload>
<!-- # 1 --><waypoint x="-9052" z="-5403" y="15" tag="Main"/>
local queststate = getQuestStatus(Heldenhafte Verteidigung);
local occupiedSlots, totalSlots = sendMacro("GetBagCount();");
if occupiedSlots == totalSlots then
item = inventory:findItem( 207051); --newbie pet egg
if item then
item:delete()
end
end
if queststate == "complete" then
player:target_NPC(Tapferer Beeder);
CompleteQuestByName(Heldenhafte Verteidigung);
end
local dqCount, dqPerDay = RoMScript("Daily_count()");
if dqPerDay == dqCount then
if doRelog then
relog()
else
error("Bot stopped.", 0);
end
else
player:target_NPC(Tapferer Beeder);
AcceptQuestByName(Heldenhafte Verteidigung,Tapferer Beeder);
end
<!-- # 2 --><waypoint x="-9052" z="-5403" y="15">
queststate = getQuestStatus(Heldenhafte Verteidigung);
if queststate == "not accepted" then
__WPL:setWaypointIndex(1);
end
</waypoint>
</waypoints>
I updatet the Script its now working
