2515209 1 Posted April 4, 2013 Share Posted April 4, 2013 So I want my paladin to heal when ever my health get below a certain percent. But I dont know how to. Right now he can only heal after the fight, I want the paladin to heal during the fight. Link to comment https://wrobot.eu/forums/topic/298-paladin/ Share on other sites More sharing options...
Ohren 106 Posted April 4, 2013 Share Posted April 4, 2013 What type of paladin is it? Attached is an example of how to cast Flash Heal when your health is below 50%. To make sure it is checked before other spells, keep it's priority high in your fight class. pallyhealexample.xml Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-1978 Share on other sites More sharing options...
2515209 1 Posted April 4, 2013 Author Share Posted April 4, 2013 It is a holy paladin Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-1980 Share on other sites More sharing options...
Ohren 106 Posted April 4, 2013 Share Posted April 4, 2013 If you're doing a healing bot for your whole party, the conditions would be different. If you're soloing, you will use heal spells around the same type as what I posted. Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-1981 Share on other sites More sharing options...
2515209 1 Posted April 4, 2013 Author Share Posted April 4, 2013 I put in a different healing spell but using the same option as you but it didnt heal me Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-1982 Share on other sites More sharing options...
Shadow 100 Posted April 4, 2013 Share Posted April 4, 2013 could you post what you have used? Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-1983 Share on other sites More sharing options...
Ohren 106 Posted April 4, 2013 Share Posted April 4, 2013 Yes, what spell did you use? Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-1984 Share on other sites More sharing options...
2515209 1 Posted April 4, 2013 Author Share Posted April 4, 2013 <FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <FightClassGeneralSettings> <FightClassName/> </FightClassGeneralSettings> <FightClassSpells> <FightClassSpell> <SpellName>Denounce</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>HolyPower</ContionType> <Param xsi:type="FightClassConditionNumber"/> </FightClassCondition> </FightClassConditions> <Priority>2</Priority> </FightClassSpell> <FightClassSpell> <SpellName>Flash of Light</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>HealthPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>Smaller</Type> <Value>80</Value> </Param> </FightClassCondition> </FightClassConditions> <Priority>1</Priority> <CombatOnly>false</CombatOnly> </FightClassSpell> </FightClassSpells> </FightClass> I dont know how to attach file so just paste this into a notepad and save it as a .XML file Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-2008 Share on other sites More sharing options...
Loki 47 Posted April 4, 2013 Share Posted April 4, 2013 Click Advanced Options below your textbox to the right. Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-2009 Share on other sites More sharing options...
Ohren 106 Posted April 4, 2013 Share Posted April 4, 2013 That fight class I uploaded worked fine for me. It is probably an issue with your settings. Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-2010 Share on other sites More sharing options...
2515209 1 Posted April 4, 2013 Author Share Posted April 4, 2013 than is there something that I might of done wrong? I cant make him heal during combat. Because something monster just come in 3 packs ,and I want my paladin to take them out but I dont know how to make him heal during combat. I only know how to heal after combat Link to comment https://wrobot.eu/forums/topic/298-paladin/#findComment-2011 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now