Page 3 of 3
Re: Improvement for party healer
Posted: Tue Aug 21, 2012 3:56 am
by lisa
romaniac wrote:Only glitch I found: Using the DD with icon IV sometimes it could not make up its mind. It would run towards the nearest mob like attacking in normal mode, return before actually attacking, run towards the mob again, return, attack etc. About 6 cycles before it settled for following as it should.
hmm for that to happen it would have to leave player:fight(), maybe try reducing the distance in it's profile so it doesn't try to run to far and can just start doing damage.
There is a time out in the player:fight() if no damage but I thought it was like 3 seconds or so.
Re: Improvement for party healer
Posted: Tue Aug 21, 2012 8:37 am
by romaniac
Yes, the aggro timeout is several seconds. But that can't be it, the bot was running back and forth with zero pauses.
Re: Improvement for party healer
Posted: Tue Sep 04, 2012 2:50 am
by romaniac
The party healer has worked nicely for a while. Now I ran into a weird problem. The healer would fight (it has icon VI) but no longer heal. It just did heal and buff itself.
It seems to be some kind of targetting problem. When I manually click the lead char in the healer client and bring it into the target, the healer immediately starts buffing and healing as it should. But the bot seems unable (or unwilling) to select the lead char as a target.
I haven't figured out yet what the reason for this change of behaviour is. Might be the last client or bot update. Restarting the healer client and restarting the bot did not help.
Any ideas?
Re: Improvement for party healer
Posted: Tue Sep 04, 2012 5:44 am
by lisa
probably an address that needs updating, was there a patch recenty?
Re: Improvement for party healer
Posted: Tue Sep 04, 2012 1:50 pm
by kuripot
i have i question.,.. how can i disable the autofollow.. i only want to buff..example my main is in dungeon... my alt is outside dungeon.. so when my main in spawn my alt check the buff and buff my main but not to follow
Re: Improvement for party healer
Posted: Wed Sep 05, 2012 8:09 am
by lisa
Just start it using partyhealer and then in party chat do
Re: Improvement for party healer
Posted: Fri Sep 07, 2012 3:35 am
by kuripot
like this??
or
edited.... disregard my last post... i find the answer in previous post
Code: Select all
SendChatMessage('com"nofollow"', 'PARTY')
Re: Improvement for party healer
Posted: Fri Sep 07, 2012 5:47 am
by lisa
or you can literally type in game
Re: Improvement for party healer
Posted: Fri Sep 07, 2012 6:46 am
by kuripot
i try to use this
Code: Select all
SendChatMessage('com"nofollow"', 'PARTY')
but not working.. so i try this
and its work
Re: Improvement for party healer
Posted: Fri Sep 07, 2012 6:47 am
by kuripot
but my question is.... why when my main is respawn... my alt dont rebuff him
Re: Improvement for party healer
Posted: Fri Sep 07, 2012 8:38 am
by lisa
It should, does it buff when you first start partyhealer?