Page 4 of 46
Re: Autologin revisited
Posted: Thu Jul 08, 2010 8:38 am
by MiesterMan
Sorry, I passed out and let it run last night. The version I currently have went through about 35 characters performing the tasks I required. I'll be honest, I always had trouble using the levelup skills and open giftbag commands so I just gave up on them right after I started using the RoMBot. It wasn't even a consideration, sorry.
I didn't even have to type == nul, AAAAAAAARGH!!
Ok, since I have it working as intended I'm opening a new thread with the completed modifications. Link will be in an edit below.
Edit: Oh yea, about having to start the bot over from the beginning, you're right. Because I was able to control the integer of the account name you can skip to the account you want by changing the variable in the profile but because I couldn't find a way to directly instruct autologin which character to choose in the list you have to start at char 1.
About crashing. With these mods you don't have to worry about crashing, that's why I set it up this way. It will change accounts without crashing (WOOT!).
Edit2: The working version is under the new thread
here.
Re: Autologin revisited
Posted: Mon Jul 12, 2010 4:07 am
by Butterberg
Hello. I've downloaded a fresh mm and the latest rombot.
and this is my Errormessage:
(…)/waypointlist,lua:21 XML Parse Error.
File (…)/waypoints/lala.xml
Line: 4
Column: 1
Pos: 115
Message: not well-formed (invalid token)
this is the lala.xml:
<waypoints>
<!-- # 1 --><waypoint x="32124" z="3468"> </waypoint>
<!-- # 2 --><waypoint x="32215" z="3762">
sendMacro("}LoginNextToon=true;a={")
sendMacro("Logout();"); yrest(3*60*1000) -- wait 3m for next character to load
-- Re-initialize player
player = CPlayer.new();
settings.load();
settings.loadProfile("l1-10"); -- Profile name
yrest (4000)
loadPaths("lala"); -- First script
</waypoint>
</waypoints>
Re: Autologin revisited
Posted: Mon Jul 12, 2010 5:00 am
by rock5
Butterberg wrote:Hello. I've downloaded a fresh mm and the latest rombot.
and this is my Errormessage:
(…)/waypointlist,lua:21 XML Parse Error.
File (…)/waypoints/lala.xml
Line: 4
Column: 1
Pos: 115
Message: not well-formed (invalid token)
this is the lala.xml:
<waypoints>
<!-- # 1 --><waypoint x="32124" z="3468"> </waypoint>
<!-- # 2 --><waypoint x="32215" z="3762">
sendMacro("}LoginNextToon=true;a={")
sendMacro("Logout();"); yrest(3*60*1000) -- wait 3m for next character to load
-- Re-initialize player
player = CPlayer.new();
settings.load();
settings.loadProfile("l1-10"); -- Profile name
yrest (4000)
loadPaths("lala"); -- First script
</waypoint>
</waypoints>
This worked fine for me.
Are you sure this is your 'lala.xml'?
Re: Autologin revisited
Posted: Mon Jul 12, 2010 1:48 pm
by Butterberg
i'am afraid it is. heres a new one:
http://dl.dropbox.com/u/626978/U.jpg
svn version 471
Re: Autologin revisited
Posted: Mon Jul 12, 2010 2:03 pm
by rock5
I don't think there is anything wrong with that file.
I don't see the waypoint list selection so I'm assuming you have your profile automatically load the waypoint file. Maybe the problem lies with the profile?
Re: Autologin revisited
Posted: Mon Jul 12, 2010 7:28 pm
by MiesterMan
The only thing I see that could be wrong with that line is maybe you need a semicolon at the end? For that matter you'd need one after your yrest() too.
Butterberg wrote:Hello. I've downloaded a fresh mm and the latest rombot.
and this is my Errormessage:
(…)/waypointlist,lua:21 XML Parse Error.
File (…)/waypoints/lala.xml
Line: 4
Column: 1
Pos: 115
Message: not well-formed (invalid token)
this is the lala.xml:
<waypoints>
<!-- # 1 --><waypoint x="32124" z="3468"> </waypoint>
<!-- # 2 --><waypoint x="32215" z="3762">
sendMacro("}LoginNextToon=true;a={")
sendMacro("Logout();"); yrest(3*60*1000) -- wait 3m for next character to load
-- Re-initialize player
player = CPlayer.new();
settings.load();
settings.loadProfile("l1-10"); -- Profile name
yrest (4000)
loadPaths("lala"); -- First script
</waypoint>
</waypoints>
Re: Autologin revisited
Posted: Mon Jul 12, 2010 7:45 pm
by Administrator
Use CDATA tags around the waypoint code. Example:
Code: Select all
<waypoint x="1" z="2"><![CDATA[
code goes here
]]> </waypoint>
Re: Autologin revisited
Posted: Sat Jul 24, 2010 5:49 pm
by Rom Botter
great addon, i love it, just one question, how can i make the addon choose a server automaticly? cuz that atm i have to do manually
Re: Autologin revisited
Posted: Sat Jul 24, 2010 10:59 pm
by rock5
Rom Botter wrote:great addon, i love it, just one question, how can i make the addon choose a server automaticly? cuz that atm i have to do manually
It never asks me what server to log into. I guess it automatically logs on to the previously logged on server.
Do you play on multiple servers?
Re: Autologin revisited
Posted: Sun Jul 25, 2010 8:00 am
by Rom Botter
nope, only on the ilsitir server
Re: Autologin revisited
Posted: Sun Jul 25, 2010 8:08 am
by rock5
Rom Botter wrote:nope, only on the ilsitir server
In that case you are probably not clicking 'Record Server' so it remembers the server. It should be at the bottom of the server list when you select it.
Re: Autologin revisited
Posted: Sun Jul 25, 2010 4:32 pm
by Rom Botter
mhmm... for some weird reason that has never worked for me :S
tried everything, first selecting server then selecting record, otherway around, double clicking server name or pressing confirm button... never records it, have to reselect it every time i log in
maybe bug on my side?
Re: Autologin revisited
Posted: Wed Jul 28, 2010 2:44 pm
by Starrider
Hi, i have now the problem that i can not select my characters because Autologin immidiatly relogs after logout, maybe any little wait time would or an setting for this for a chance to manual select another char would be nice...
Re: Autologin revisited
Posted: Fri Aug 13, 2010 8:15 pm
by swietlowka
any way to make it work with the addon i attached?
when i run the bot in multiple windows its much easier to operate iwth a couple of accounts with this addon, but i would really love to use also autologin option... they look similiar but i'm just not good enough at this stuff to make it work

besides using this one we cold make it loop on couple of account not just one
Re: Autologin revisited
Posted: Fri Aug 13, 2010 10:16 pm
by rock5
swietlowka wrote:any way to make it work with the addon i attached?
when i run the bot in multiple windows its much easier to operate iwth a couple of accounts with this addon, but i would really love to use also autologin option... they look similiar but i'm just not good enough at this stuff to make it work

besides using this one we cold make it loop on couple of account not just one
The problem is, I can barely follow what I was doing when I created my autologin. The only reason I was able to do it is because most of the needed features were already in that version. It would have taken a lot more work to get it working with this version and I wouldn't have succeeded. That said, I am tempted to update autologin with these buttons now but at the moment I have the flu and can't muster the energy to do it.
Re: Autologin revisited
Posted: Mon Aug 16, 2010 5:33 am
by swietlowka
theres another addon here:
http://www.solarstrike.net/phpBB3/viewt ... =21&t=1399
maybe we could work together somehow to make one from those tree to make best of all...
like:
having visual pick of accounts form normal gameplay, (best if more than in the addon i uploaded)
function for autoswitching chars on acc
function for autoswitch acc after all chars done (with an array of what acc to load next)
function to auto logout and shut down when finished maybe?
If u guys think it would be nice lets make it, ill help as much as i can

Re: Autologin revisited
Posted: Tue Aug 24, 2010 4:19 am
by Starrider
-- >>>>>>>> ENTER THE NUMBER OF THE CHANNEL YOU WANT TO BE AUTO SELECTED <<<<<<<<
fastLoginRegSel=1
Is there a possibility for random channelselect? When it is what for a value?
Re: Autologin revisited
Posted: Tue Aug 24, 2010 6:14 am
by rock5
Starrider wrote:-- >>>>>>>> ENTER THE NUMBER OF THE CHANNEL YOU WANT TO BE AUTO SELECTED <<<<<<<<
fastLoginRegSel=1
Is there a possibility for random channelselect? When it is what for a value?
I guess you could just use the lua random command
That should give you a random number of 1 or 2.
Re: Autologin revisited
Posted: Wed Aug 25, 2010 1:08 pm
by Starrider
thx, works fine!
Re: Autologin revisited
Posted: Mon Aug 30, 2010 11:53 am
by swietlowka
why do i get this error radomly ?
C:/micromacro/scripts/rom/classes/pawn.lua:184: bad argument #1 to 'bitAnd' ((null))
when switching characters? it sometimes switch to new character and get stuck on this...