Search found 8 matches

by power3322
Wed Nov 03, 2021 2:39 pm
Forum: Runes of Magic
Topic: Issue with daily elv and character switch
Replies: 14
Views: 9219

Re: Issue with daily elv and character switch

:o :o :o :o :o :o

Works, big thanks!! Didnt think that the day would ever come true :D
by power3322
Mon Nov 01, 2021 10:12 am
Forum: Runes of Magic
Topic: Issue with daily elv and character switch
Replies: 14
Views: 9219

Re: Issue with daily elv and character switch

if dqCount == 10 then
sendMacro("}LoginNextToon=true;a={")
sendMacro("Logout();");
waitForLoadingScreen();
settings.load();
settings.loadSkillSet(player.Class1);
settings.loadProfile("userdefault"); -- Profile name
loadPaths("DailyElf");

same error
by power3322
Sat Oct 30, 2021 1:28 pm
Forum: Runes of Magic
Topic: Issue with daily elv and character switch
Replies: 14
Views: 9219

Re: Issue with daily elv and character switch

Ok by removing these two line "player:update();player = CPlayer.new();"
I get a new error so atleast something new :D

...RunesOfMagic/micromacro/scripts/rombo/classes/player.lua:1263: bad argument #1 to 'pairs' (table expected, got nil)

Can you say if its a code error or from rombot something ...
by power3322
Sat Oct 30, 2021 1:52 am
Forum: Runes of Magic
Topic: Issue with daily elv and character switch
Replies: 14
Views: 9219

Re: Issue with daily elv and character switch

yes

But I remember that I had once that case, that after logging in as Mage first and second again Mage I had the case he was running without
a problem sadly it was more an roulett effect then a rule. But that was before your changes but I didnt mentioned it because it was too random
by power3322
Fri Oct 29, 2021 12:26 pm
Forum: Runes of Magic
Topic: Issue with daily elv and character switch
Replies: 14
Views: 9219

Re: Issue with daily elv and character switch

Hmm what did i try:

Didnt close RoM Client after SVN Update RomBot Folder
Tried the 2 last codes we tried once with moved and once without moving the player statement
In both cases didnt change the problem it is the same.

Rom Bot Version was/is 4.10
and Game Version 7.4.0.2953
by power3322
Wed Oct 27, 2021 11:37 am
Forum: Runes of Magic
Topic: Issue with daily elv and character switch
Replies: 14
Views: 9219

Re: Issue with daily elv and character switch

Yes, I missunderstood you there :D. I tried it like you said but still the same error with undefined. :evil: :evil:
by power3322
Mon Oct 25, 2021 6:48 am
Forum: Runes of Magic
Topic: Issue with daily elv and character switch
Replies: 14
Views: 9219

Re: Issue with daily elv and character switch

Hi,

thanks for the reply. I removed it and tested it but sadly same result. Could a sleep or waiting help?
or a second waitingLoginscreen because the one before is for the LogOut()?

When using the startbot.bat it is working fine only when I use it by this way. Can I somehow say
startbot.bat and ...
by power3322
Mon Oct 25, 2021 5:54 am
Forum: Runes of Magic
Topic: Issue with daily elv and character switch
Replies: 14
Views: 9219

Issue with daily elv and character switch

Hello everyone,

I`m using a elv daily quest script from Lisa with some optimations by me so I can switch characters
without opening a new cmd RoM Bot windows. At the moment I have the problem that I can`t load the
profile of the characters after a logout and login of a new character.

Does someone ...