looking for example of wp with main char and alts following

Talk about anything in Runes of Magic. This does not need to pertain to botting.
Post Reply
Message
Author
User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

looking for example of wp with main char and alts following

#1 Post by beanybabe » Sat Oct 25, 2014 11:15 pm

Looking to have 1 char kill mobs or gather, the others follow dumbly and talk npc as needed . Thinking of making some wp for dailys or quests but not sure how to get alts to talk to npc and such. Possibly they would need be running an script that could take orders from the main so they know when to talk to npcs. Im not sure if the party function included would do this.

If anyone has seen example of this I'd be excited to see it also.

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

Re: looking for example of wp with main char and alts follow

#2 Post by lisa » Mon Oct 27, 2014 12:51 am

well I can tell you it is possible with the party stuff already included in the bot.

Following chars can just use partydps or partyhealer

Main char will of course need a specially built WP to do what it normally does but also to give commands to the following chars.

example.

Main character targets quest NPC and while still having it targeted it posts in party chat

Code: Select all

npc"accept"
This will complete and accept all quests that NPC has.

If you want the followers to target NPC and use a choice option, just as snoop.

Code: Select all

npc"silverspring"
it will target NPC and look for an option that contains silverspring

You can also tell them to stop following or follow again

Code: Select all

com"follow"

Code: Select all

com"nofollow"
You can also tell the followers to do any code you want, could be to call a function or just perform some code.

Code: Select all

code"logloot()"

Code: Select all

code"print('I am printing to MM')"
So basically anything you want the followers to do, can be done.
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

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: looking for example of wp with main char and alts follow

#3 Post by beanybabe » Sat Nov 22, 2014 9:10 pm

rom has some ability to use macro to make chars follow this is what i ended up doing it was simplest way and did what i needed for now.

I tried some of the follow you have in this app and can see why you are working on version 2 to try to make it much better. Thanks again.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 0 guests