Cindy
Posts: 237 Joined: Fri Sep 28, 2012 4:23 pm
#1
Post
by Cindy » Sun Nov 18, 2012 12:44 pm
I solved the problem
Code: Select all
<onLoad>
settings.profile.options.WANDER_RADIUS = 0
PartyHeals()
</onLoad>
What would be nice if the bot would return the dps to the leader at the end of every fight.. i'm afraid to take my characters into an instance with the partydps being so adventurous
beanybabe
Posts: 647 Joined: Wed Mar 06, 2013 1:27 am
#2
Post
by beanybabe » Fri Mar 08, 2013 3:36 am
there is still one problem they will run off if the lead has the timer set to log after a certain time say 1 hour. After it logs the healbot will just keep running its current direction.
I think the assist bot needs to log out if other disappears.
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#3
Post
by rock5 » Fri Mar 08, 2013 5:04 am
Can't you just send a command to the healer to log off with the party chat thingy?
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
How to: copy and paste in micromacro
________________________
Quote:
“They say hard work never hurt anybody, but I figure, why take the chance.”
lisa
Posts: 8332 Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia
#4
Post
by lisa » Fri Mar 08, 2013 5:22 am
rock5 wrote: Can't you just send a command to the healer to log off with the party chat thingy?
You could for sure, they are using the profile thing though which just gets to a time and then logs itself out.
Code: Select all
<option name="LOGOUT_TIME" value="180" />
I have never tried it with any of the party bots, no idea if it would work or not with them.
Just had a look and it shouldn't check for the logout timer but it is easy enough to add in.
Code: Select all
function Party(heal)
player:logoutCheck()