Sersn wrote:how do it work?
where i have to put the files?
Sweitlowka should really add some instructions but basically you add the 'loginxml' folder to the "Runes of Magic\Interface\" folder. If the Interface folder doesn't exist, create it.
Edit: I just noticed Sweitlowkas download doesn't include my 'logindialog' files for the secondary password. Add those to the loginxml folder as well. You can find them in this thread
here but I'll try to added them to the first post.
Edit the files to add the ids and passwords then in your waypoint files, add the something like the following to switch to the next character.
Code: Select all
RoMScript("}LoginNextToon=true;a={")
sendMacro("Logout();"); waitForLoadingScreen() -- wait for next character to load
-- Re-initialize player
player = CPlayer.new();
settings.load();
settings.loadProfile("Profile_Name");
yrest (4000)
loadPaths("WaypointFile"); -- First script
I think that's still correct. I haven't used it in a long while. I'm not sure but I don't think Sweitlowka ever got the ability to choose which character to load, working. And because of the secondary password we still can't change accounts.
Auto Pilot wrote:I'll probably feel stupid when getting the answer but (when not botting), how can I return to character selection screen without getting auto relogged ? (the few things I tried with ingame macros did nothing)
Set fastLoginRelog to false in accountlogin.lua so it doesn't automatically relog. Then when you use LoginNextToon=true in your waypoint files, it overides the fastLoginRelog value and relogs.