Page 1 of 1
DoD Heal Help
Posted: Sun Apr 22, 2012 11:17 am
by iceer
Hallo im trying to get to work an Heal file for DoD
i testet with some things rom/bot.lua path:partyhealer
only will follow but wont heal...
i dont know how to get the bot to heal party members.....
Re: DoD Heal Help
Posted: Sun Apr 22, 2012 6:43 pm
by lisa
As always if you have issues with the bot then first follow the instructions in my signature.
partyhealer works fine, make sure to set up your profile appropriately.
Code: Select all
<skills_priest>
<skill name="PRIEST_SOUL_SOURCE" hotkey="MACRO" priority="110" inbattle="true" hpper="30" />
<skill name="PRIEST_URGENT_HEAL" hotkey="MACRO" priority="100" hpper="85" />
<skill name="PRIEST_REGENERATE" hotkey="MACRO" priority="90" hpper="60" />
<skill name="PRIEST_GRACE_OF_LIFE" hotkey="MACRO" priority="20" rebuffcut="60" inbattle="false" />
<skill name="PRIEST_AMPLIFIED_ATTACK" hotkey="MACRO" priority="20" rebuffcut="60" inbattle="false" />
<skill name="PRIEST_HOLY_AURA" hotkey="MACRO" priority="100" inbattle="true" hpper="24" />
<skill name="PRIEST_MAGIC_BARRIER" hotkey="MACRO" priority="20" rebuffcut="60" inbattle="false" />
<skill name="PRIEST_HEALING_SALVE" hotkey="MACRO" priority="95" />
<skill name="PRIEST_EMBRACE_OF_THE_WATER_SPIRIT" hotkey="MACRO" priority="95" inbattle="false" />
</skills_priest>
Code: Select all
<!-- Party Bot options -->
<option name="PARTY" value="true" />
<option name="PARTY_ICONS" value="false" />
<option name="PARTY_INSTANCE" value="true" />
Re: DoD Heal Help
Posted: Mon Apr 23, 2012 4:08 am
by iceer
Hey
I did everything in your sugnature. I have everything in my profile like you said...
But it wont work.
Bot heals only himself. But no others. i Dont know why but its so...
And one more Problem i sont get him to go inside the instance and leave instance.
The same with looting. Only loots if he hits the boss first. I saw this and will test it if im at home to solve this with attacking.
http://solarstrike.net/phpBB3/viewtopic ... 737186e824
It should be an bot for an DD and an Healer...
So we can farm 24/7 DoD normal very fast.
But i dont get it to work that he loots boss and run out of instance.
am i able to do something like this?
If("Bossname") hp = 0 {
loot("Bossname")
loadPaths("xxx.xml")
};
Dont know how to write that in the way for this bot...
im an total noob at wryting the waypoint files here.
Thans for help again
Re: DoD Heal Help
Posted: Mon Apr 23, 2012 4:21 am
by jasn
im guessing that your healer is party leader.
Choose another one that starts party and invites healer to party.
Re: DoD Heal Help
Posted: Mon Apr 23, 2012 5:45 am
by iceer
Hm i testedin both ways to invite with healer and to let someone other invite the healz.
But i think i can get that to work....
Main Problem is how to let that work proberly?
Go into the instance ( waypoints and loadpaths partyhealer)
Heal in instance if boss is dead leave instance (thats my main problem)
Because healer is at healing so he wont target the boss.
and if he heal he will loose his target and cant check boss hp anymore.
so anyone knows a way? He should follow another char that work. but if boss is dead he should load another waypointfile...
i have another file for the main acc to kill boss and so on that works withoutof any problem