Login Next Char userfunction error

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Login Next Char userfunction error

#1 Post by BeyondNames » Tue Jul 02, 2013 8:13 pm

Hey, its myself being a noob again
Im having another error sadly
when I run elf dailies it does the 10 dailies and it logs out the current char and thats all it does.
I am trying to make it log onto the next char and all it says is last player please help me fix this
Attachments
ElfDaily.xml
This is the waypoint i use does every waypoint 10 times logs out and thats it
(3.65 KiB) Downloaded 156 times
Last edited by BeyondNames on Tue Jul 02, 2013 9:37 pm, edited 2 times in total.

User avatar
Eggman1414
Posts: 111
Joined: Sun Jun 17, 2012 2:27 pm

Re: Login Next Char userfunction error

#2 Post by Eggman1414 » Tue Jul 02, 2013 9:17 pm

if you post your waypoint we can help you out. Without the script it is near impossible to solve your problem.

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#3 Post by BeyondNames » Tue Jul 02, 2013 9:32 pm

Should i post the Loginxml and user function login next char?
ya i was gonna delete my username password stuff
I have it up there^ (first post)
Last edited by BeyondNames on Tue Jul 02, 2013 9:53 pm, edited 2 times in total.

User avatar
Eggman1414
Posts: 111
Joined: Sun Jun 17, 2012 2:27 pm

Re: Login Next Char userfunction error

#4 Post by Eggman1414 » Tue Jul 02, 2013 9:45 pm

dont post anything with your login info. Always delete it before posting. And we need to see your elf daily xml waypoint. The waypoint you are trying to run.

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Login Next Char userfunction error

#5 Post by rock5 » Wed Jul 03, 2013 12:15 am

It says 'last player' if it's the last player or the current character is not in the charlist. I'd double check you charlist for errors.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#6 Post by BeyondNames » Wed Jul 03, 2013 12:38 am

I ran it with several dif char all said the same thing
So im guessing I dont have the char list edited at all so can u specify where to enter my chars name at within the script

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Login Next Char userfunction error

#7 Post by rock5 » Wed Jul 03, 2013 1:11 am

The charlist numbers have to match the account numbers you used in fastLogin. So for example I use buttons 45-49 for my 5 accounts so I use

Code: Select all

SetCharList({
	{account=45,chars={[i]char_numbers[/i]}},
	{account=46,chars={[i]char_numbers[/i]}},
	{account=47,chars={[i]char_numbers[/i]}},
	{account=48,chars={[i]char_numbers[/i]}},
	{account=49,chars={[i]char_numbers[/i]}},
})
If you haven't set up your accounts properly in fastLogin follow the 'Installation' instructions under 'fastLogin here.
http://solarstrike.net/phpBB3/viewtopic ... 350#p10350
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#8 Post by BeyondNames » Wed Jul 03, 2013 10:34 pm

Ya im still having the last player finished problem
I cant find the char list location
Do i enter their names in the char list?
Do i add the char list to the WP?
Is the char list in login folder or userfunction change char?
Sry if your getting frustrated w/me lol
I really apreciate the quick feedback
thx
-Your reliable noob

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Login Next Char userfunction error

#9 Post by rock5 » Thu Jul 04, 2013 1:04 am

If you install fastlogin following the instructions then you should have the folder "Runes of Magic/Interface/loginxml". In that folder you need to edit the account names and passwords in 'accountlogin.lua' and add the secondary passwords to 'logindialog.lua'. Like I said, follow the instructions in the link above.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#10 Post by BeyondNames » Thu Jul 04, 2013 10:59 am

Im gonna get clean copies of both of them and only put info in and not change anything

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#11 Post by BeyondNames » Thu Jul 04, 2013 11:34 am

I am at a stand still
i re-installed copies of both of them
I set the char list to account 1, players 2,3,4,5,6 what i want
i entered all my account info
I followed the instructions for loginxml and userfunction
but when i enter the game it still says last player finished
But the other problem i was having is fixed, with my login info not appearing
I must be as blind as a bat
I am very new 2 this system sry
thx
-Your Reliable noob

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Login Next Char userfunction error

#12 Post by rock5 » Thu Jul 04, 2013 1:51 pm

So you set up you account like this?

Code: Select all

local CustomLogin = {
	Account1  = {	UserName = "accountname",		Password = "mypassword", Server = "",	},
	Account2  = {	UserName = "",		Password = "", Server = "",	},
	Account3  = {	UserName = "",		Password = "", Server = "",	},
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#13 Post by BeyondNames » Thu Jul 04, 2013 11:03 pm

yep

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Login Next Char userfunction error

#14 Post by rock5 » Fri Jul 05, 2013 8:36 am

Use this version of my userfunction. It prints out some info when it get the "Last player finished" message that might help figure out what is happening.
--Obsolete file deleted --
Note: If you rename your current userfunction to keep it as a backup then, if you don't rename it correctly, it could get loaded as well. It's best to move it to another location just to be sure.
Attachments
userfunction_LoginNextChar.lua
(7.16 KiB) Downloaded 141 times
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#15 Post by BeyondNames » Fri Jul 05, 2013 10:27 am

k

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#16 Post by BeyondNames » Fri Jul 05, 2013 10:40 am

I got the same error :(

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Login Next Char userfunction error

#17 Post by rock5 » Fri Jul 05, 2013 11:09 am

Of course you got the same error, I didn't fix anything. What did it print out?
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#18 Post by BeyondNames » Fri Jul 05, 2013 11:37 am

the same thing
i thought i posted it must not have
Last player finished
auto-logging out
auto-logged out
end
heres the whole Rom Bot,micromacro what ever its called

Code: Select all

MicroMacro v1.03
SolarStrike Software
http://www.solarstrike.net
Opening bot.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and load a new script.
-------------------------------------------------------------------------------
Installing userfunctions.
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
Welcome to rom bot! press END to quitñññññññññññññññññññññññññññññññññññññ
RoM Bot Version 3.29, Revision 760ññññññññññññññññññññññññññññññññññññññññ
Press the (End) key to stop/pause the script.
You can resume with the (Delete) key.
Choose your character that you want to play on:

My alt
My Main
Game Version is 6.0.1.2650
RoM windows size is 1920x1028, upper left corner at 0,22
Loading profile My alt.xml
Testing 'ingamefunctions' macro. If it gets stuck here, please update the 'ingam
efunctions' by copying the 'ingamefunctions' folder from 'rom/devtools' to the g
ames 'interface/addons' folder.
MACRO Test: ok
No ranged skills specified in profile; Turning COMBAT_RANGED_PULL off.
Maximum range of range attack skills is less than COMBAT_DISTANCE 200. Reducing
COMBAT_DISTANCE setting to 80.
[DEBUG] CPU Frequency 4101.767
Waypoint files from C:/Program Files (x86)/Runes of Magic/micromacro/scripts/rom
:
  0: wander                 18: demo.xml               36: MillersRanchMilk.xml
  1: 1-10Pioneers/          19: demo1.xml              37: Moon_Orchid.xml
  2: 1-10PioneersQuests/    20: demo2.xml              38: Moon_Silver_Ore.xml
  3: altAT.xml              21: demo3.xml              39: Moxa.xml
  4: AT.xml                 22: demo3_return.xml       40: MRC_Optimized.xml
  5: Barsaleaf.xml          23: demo_npc.xml           41: Oak_Wood.xml
  6: Beetroot.xml           24: demo_return.xml        42: partydps.xml
  7: Bitterleaf.xml         25: Dusk_Orchid.xml        43: partyhealer.xml
  8: blyads_dogmeat_loop.x  26: ElfDaily.xml           44: pathtoshopvaranas.xm
  9: blyads_dogmeat_mail.x  27: ElfValley.xml          45: pathtosnooplimo.xml
 10: blyads_dogmeat_mercha  28: gobsAslan.xml          46: RBAssist.xml
 11: buybelts.xml           29: gobsFurnaces(2).xml    47: Sinners_Palm.xml
 12: buyfusion.xml          30: H-Moxa_W-Oak_Aslanval  48: survivalR5.xml
 13: CommandLine.xml        31: hack-1.xml             49: Tin_Ore.xml
 14: Copper_Ore.xml         32: hack.xml               50: trash.xml
 15: cot.xml                33: Iron_Ore.xml           51: varntoelf.xml
 16: Daily.xml              34: makefusion.xml         52: Willow_Wood.xml
 17: Dark_Crystal.xml       35: Maple_Wood.xml         53: Wizard-Iron_Ore.xml
Enter the number of the path you want to use and press Enter > 26
You chose 26
Loaded waypoint path ElfDaily.xml
No return path with default naming ElfDaily_return.xml found.
We use the normal waypoint path ElfDaily.xml now.
zone:12
GM detection started
Moving to waypoint #1, (31847, 4592)
Use MACRO: Executing RoMScript "GetBagCount();".
Last player finished.
07/05/13 09:42:19  Auto-logging out.
Did not find any crashed game clients.
9:42am - Exiting: Auto-logout


AL lib: FreeContext: (02BECCC8) Deleting 1 Source(s)
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Login Next Char userfunction error

#19 Post by rock5 » Fri Jul 05, 2013 12:01 pm

I think it's using an old version of loginnextchar. The latest version says "Last player finished. We will Quit game" which yours doesn't and it didn't do the print outs I added. If it is up to date then you probably have an older version in the userfunction folder as well that is overwriting the newer version. Note, any file that starts with "userfunction_" and ends with ".lua" will be loaded. Delete or move the older file (if you find it) and try again.

And by the way, put code and copied output in code tags. Just select the text and click the 'Code' button at the top of the edit box.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

BeyondNames
Posts: 104
Joined: Thu Jun 27, 2013 7:39 pm

Re: Login Next Char userfunction error

#20 Post by BeyondNames » Fri Jul 05, 2013 12:09 pm

Heres what i got once i deleted all of the other user functions and downloaded urs again

Code: Select all

MicroMacro v1.03
SolarStrike Software
http://www.solarstrike.net
Opening bot.lua...
Starting script execution - Press CTRL+C to exit.
Press CTRL+L to cancel execution and load a new script.
-------------------------------------------------------------------------------
Installing userfunctions.
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
ññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññññ
Welcome to rom bot! press END to quitñññññññññññññññññññññññññññññññññññññ
RoM Bot Version 3.29, Revision 760ññññññññññññññññññññññññññññññññññññññññ
Press the (End) key to stop/pause the script.
You can resume with the (Delete) key.
Choose your character that you want to play on:

(RoM window 1) - 6.0.1.2650
Shawdowmegon
Game Version is 6.0.1.2650
RoM windows size is 1920x1028, upper left corner at 0,22
Loading profile Elfdailiessss.xml
Testing 'ingamefunctions' macro. If it gets stuck here, please update the 'ingam
efunctions' by copying the 'ingamefunctions' folder from 'rom/devtools' to the g
ames 'interface/addons' folder.
MACRO Test: ok
No ranged skills specified in profile; Turning COMBAT_RANGED_PULL off.
Maximum range of range attack skills is less than COMBAT_DISTANCE 200. Reducing
COMBAT_DISTANCE setting to 80.
[DEBUG] CPU Frequency 4101.767
Waypoint files from C:/Program Files (x86)/Runes of Magic/micromacro/scripts/rom
:
  0: wander                 18: demo.xml               36: MillersRanchMilk.xml
  1: 1-10Pioneers/          19: demo1.xml              37: Moon_Orchid.xml
  2: 1-10PioneersQuests/    20: demo2.xml              38: Moon_Silver_Ore.xml
  3: altAT.xml              21: demo3.xml              39: Moxa.xml
  4: AT.xml                 22: demo3_return.xml       40: MRC_Optimized.xml
  5: Barsaleaf.xml          23: demo_npc.xml           41: Oak_Wood.xml
  6: Beetroot.xml           24: demo_return.xml        42: partydps.xml
  7: Bitterleaf.xml         25: Dusk_Orchid.xml        43: partyhealer.xml
  8: blyads_dogmeat_loop.x  26: ElfDaily.xml           44: pathtoshopvaranas.xm
  9: blyads_dogmeat_mail.x  27: ElfValley.xml          45: pathtosnooplimo.xml
 10: blyads_dogmeat_mercha  28: gobsAslan.xml          46: RBAssist.xml
 11: buybelts.xml           29: gobsFurnaces(2).xml    47: Sinners_Palm.xml
 12: buyfusion.xml          30: H-Moxa_W-Oak_Aslanval  48: survivalR5.xml
 13: CommandLine.xml        31: hack-1.xml             49: Tin_Ore.xml
 14: Copper_Ore.xml         32: hack.xml               50: trash.xml
 15: cot.xml                33: Iron_Ore.xml           51: varntoelf.xml
 16: Daily.xml              34: makefusion.xml         52: Willow_Wood.xml
 17: Dark_Crystal.xml       35: Maple_Wood.xml         53: Wizard-Iron_Ore.xml
Enter the number of the path you want to use and press Enter > 26
You chose 26
Loaded waypoint path ElfDaily.xml
No return path with default naming ElfDaily_return.xml found.
We use the normal waypoint path ElfDaily.xml now.
zone:12
GM detection started
Moving to waypoint #1, (31847, 4592)
Use MACRO: Executing RoMScript "GetBagCount();".
Last player finished.
07/05/13 10:07:57  Auto-logging out.
Did not find any crashed game clients.
10:8am - Exiting: Auto-logout


AL lib: FreeContext: (02A7CCC8) Deleting 1 Source(s)
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 1 guest