Page 1 of 1
looking for example of wp with main char and alts following
Posted: Sat Oct 25, 2014 11:15 pm
by beanybabe
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.
Re: looking for example of wp with main char and alts follow
Posted: Mon Oct 27, 2014 12:51 am
by lisa
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
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.
it will target NPC and look for an option that contains silverspring
You can also tell them to stop following or follow again
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"print('I am printing to MM')"
So basically anything you want the followers to do, can be done.
Re: looking for example of wp with main char and alts follow
Posted: Sat Nov 22, 2014 9:10 pm
by beanybabe
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.