Maybe we could wait til the player level is above 0.
And then sendind a macro which creates a second wihich indicates that
the client is ready again, because memory datas are set while the loading screen is active.
So we must have a errorcheck free SendMacro.
Can't someone help me? I only want the bot.lua to autostart after having executed in MicroMacro. So that i don't have to press the Del key, it can loose the ability for multiclients. I need this because i wrote a tool which is closing RoM and MicroMacro after loosing connection to the gameserver, an...
id = RoMScript("GetCurrentParallelID()");
if id == 1 then
RoMScript("ChangeParallelID(2)");
elseif id == 2 then
RoMScript("ChangeParallelID(1)");
end;
yrest(30000);
changes to channel 2 when on channel 1 and the other way round
Hi there, i have changed the createpath.lua to be able to insert quest accept and complete commad. It also inserts a one second break after target a npc and complete or accept a quest. note for use: if there is one quest to accept and under it one to complete then you must use 1 instead of 2 because...