Search found 6 matches

by Savior
Sat Feb 05, 2011 9:12 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5&swietlowka Autologin v2.1 with boxes and secondarypass
Replies: 193
Views: 53904

Re: swietlowka Autologin 1.31 with boxes

Would I be able to combine this addon with rombot to run multiple characters through daily quests, have the bot log the character it is using out, then have this addon auto-log the next character in? What would I need to edit in order to do that, so far I can only get it to log the same character ba...
by Savior
Sat Feb 05, 2011 12:47 am
Forum: Runes of Magic
Topic: Multiple character problem
Replies: 11
Views: 3234

Re: Multiple character problem

lisa wrote:yup and when starting the first mage use this in MM window

Code: Select all

rom/bot.lua profile:DailyElf path:Daily
how do I make it so I can do multiple accounts with 1 run instead of just 1 account at a time?
by Savior
Fri Feb 04, 2011 7:40 am
Forum: Runes of Magic
Topic: Multiple character problem
Replies: 11
Views: 3234

Re: Multiple character problem

i do this daylie with 64 chars, and i must be crazy to make 64 profiles. as lisa said, create just one profile calls "Daylie.xml" and use it for every char doing elven daylie. So if I edit the file to work with mages and then make 8 mages(no matter their names) this code will work with it...
by Savior
Fri Feb 04, 2011 6:33 am
Forum: Runes of Magic
Topic: Multiple character problem
Replies: 11
Views: 3234

Re: Multiple character problem

I did say profile didn't I? Yes I mean for the profile, copy the file profiles/Default.xml paste it in same folder and you get profiles/Default - Copy.xml rename it to anything you want, I suguested daily.xml if you prefer then name it dailyprofile.xml. the actual name means nothing as long as you ...
by Savior
Fri Feb 04, 2011 4:49 am
Forum: Runes of Magic
Topic: Multiple character problem
Replies: 11
Views: 3234

Re: Multiple character problem

If it is just for the low lvl dailys then just copy the default profile and rename the new copy to be something like "daily" then just add that into the code settings.loadProfile("daily"); I believe you would put 'daily' for the 'your way point here' place, as in load the daily ...
by Savior
Fri Feb 04, 2011 12:18 am
Forum: Runes of Magic
Topic: Multiple character problem
Replies: 11
Views: 3234

Multiple character problem

So I have this daily quest script <?xml version="1.0" encoding="utf-8"?><waypoints type="TRAVEL"> <!-- # 1 --><waypoint x="31847" z="4592" tag ='Main'> local dqCount, dqPerDay = RoMScript("Daily_count()"); if 10 > dqCount then queststate = ...