Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Paladin

Featured Replies

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.

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.

  • Author
<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

  • Author

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

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.