How do you apply Ora during the Battle of Paladin?

jinshan

New member
I'm using a hammer, but I don't use aura in combat. How should I set it up?

This is the configuration file I'm using.
 

Attachments

  • PaladinFULL.lua
    21.8 KB · Views: 5
Solution
because you make error for configure and do hammer spell all 😂

do for this
Code:
Config.AttackSkill = {
  -1, -- Preattack skill
  112, -- Primary skill for bosses
  113, -- Primary untimed skill for bosses. Use -1 if above skill is an untimed skill
  112, -- Primary skill for other monsters
  113, -- Primary untimed skill for other monsters. Use -1 if above skill is an untimed skill
  -1, -- Alternate skill for immune monsters
  -1, -- Alternate untimed skill for immune monsters. Use -1 if above skill is an untimed skill
}

ZhiPeiD2

Active member
Staff member
because you make error for configure and do hammer spell all 😂

do for this
Code:
Config.AttackSkill = {
  -1, -- Preattack skill
  112, -- Primary skill for bosses
  113, -- Primary untimed skill for bosses. Use -1 if above skill is an untimed skill
  112, -- Primary skill for other monsters
  113, -- Primary untimed skill for other monsters. Use -1 if above skill is an untimed skill
  -1, -- Alternate skill for immune monsters
  -1, -- Alternate untimed skill for immune monsters. Use -1 if above skill is an untimed skill
}
 
Solution
Top