Improvement for party healer

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Improvement for party healer

#41 Post 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.
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
romaniac
Posts: 79
Joined: Sat Feb 04, 2012 8:25 am

Re: Improvement for party healer

#42 Post 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.
romaniac
Posts: 79
Joined: Sat Feb 04, 2012 8:25 am

Re: Improvement for party healer

#43 Post 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?
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Improvement for party healer

#44 Post by lisa »

probably an address that needs updating, was there a patch recenty?
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
kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: Improvement for party healer

#45 Post 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
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Improvement for party healer

#46 Post by lisa »

Just start it using partyhealer and then in party chat do

Code: Select all

com"nofollow"
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
kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: Improvement for party healer

#47 Post by kuripot »

like this??

Code: Select all

sendPartyChat("nofollow")
or

Code: Select all

sendPartyChat(com"nofollow")


edited.... disregard my last post... i find the answer in previous post

Code: Select all

SendChatMessage('com"nofollow"', 'PARTY')
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Improvement for party healer

#48 Post by lisa »

or you can literally type in game

Code: Select all

/p com"nofollow"
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
kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: Improvement for party healer

#49 Post by kuripot »

i try to use this

Code: Select all

SendChatMessage('com"nofollow"', 'PARTY')
but not working.. so i try this

Code: Select all

sendPartyChat('com"nofollow"')
and its work
kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: Improvement for party healer

#50 Post by kuripot »

but my question is.... why when my main is respawn... my alt dont rebuff him
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Improvement for party healer

#51 Post by lisa »

It should, does it buff when you first start partyhealer?
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