1. setup an acolyte class bot (aco, priest, champ, etc) that has Heal skill.
2. add this skill block:
Code: Select all
partySkill Heal {
lvl 10
target_hp < 90%
}
4. relog the bot, and it will start spamming level 1 Heal on party members.
5. if you type 'party' in the console, you'll see what the bot sees:
- it sees the party members (sees them as "online" correctly),
- it sees their map and coordinates correctly,
- but it doesn't see their HP yet.
6. the bot will keep spamming heal on those party member(s) until it gets an update on their HP
(one way is to take damage from a monster. Then the bot receives your updated HP and it'll Heal you properly, then stop spamming)
