Party stuff, need some advice

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
sfrattini
Posts: 35
Joined: Wed Jun 03, 2009 3:45 pm

Party stuff, need some advice

#1 Post by sfrattini » Wed Nov 30, 2011 3:55 am

Hi guys,

I have been running my DoD Mad Mallen Bot it for a while so far and I am quite happy about the results, however I would like to optimize meme collection by including a party of Alts in the bot.
Here is my question, is it possible from a script to start another char? Let me explain what I would like to do:

Step 1. Make party with alt - No problem
Step 2. Enter DoD, kill mobs, walk in front of Mad Mallen and stop there - No problem
Step 3. here is the difficult part -> switch to alt who is waiting outside, enter DoD and stop in the middle of corridor.
Step 4. Repeat step 3 for rest of the Alts
Step 5. Switch back to main, Kill Mad mallen, loot - No problem
Step 6. Switch to alts and go looting meme
Step 7. one by one go back to portal

So basically it would be great if somehow with 1 bot window I am able to switch from one char to another and load the proper paths....possible?

Thanks in advance!
Last edited by sfrattini on Wed Nov 30, 2011 8:50 am, edited 1 time in total.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party stuff, need some advice

#2 Post by lisa » Wed Nov 30, 2011 4:33 am

Untested but you can try using this

Code: Select all

selectGame("charactername")
player:update()
Obviously change charactername to the characters name.
Then load path you want to use to move char.

Keep in mind this isn't reloading any profile information so if you want to use any skills you will need to do a load profile aswell.


--=== Added ===--
Actually that won't do what you want on it's own, I'll need to spend more time on this.
I might look into it later tonight but yes it is possible.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

sfrattini
Posts: 35
Joined: Wed Jun 03, 2009 3:45 pm

Re: Party stuff, need some advice

#3 Post by sfrattini » Wed Nov 30, 2011 4:40 am

lisa wrote:Untested but you can try using this

Code: Select all

selectGame("charactername")
player:update()
Obviously change charactername to the characters name.
Then load path you want to use to move char.

Keep in mind this isn't reloading any profile information so if you want to use any skills you will need to do a load profile aswell.
Thanks Lisa, will give it a try definitely.
The Idea is just to use just loot function, no skills.

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Party stuff, need some advice

#4 Post by lisa » Wed Nov 30, 2011 4:43 am

I edited while you were posting, it won't work on it's own.
I'll look into it later tonight.
At very least you will need

Code: Select all

detach();
yrest(500)
attach(getWin("charactername"));
player:update()
but pretty sure more will be needed to do it.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests