What's HolyUrgent_dispels.ini?
it wont load the CC for me, get the message it cant find CustomClasses\Config\HolyUrgent_dispels.ini'.
[9:37:31 PM:833] Spell_C::CastSpell(20473, 0, 0x700000001A7E592, 0) [323]
[9:37:38 PM:892] System.NullReferenceException: Object reference not set to an instance of an object.
at HolyPaladinCC.HolyPaladinCC.Self() in e:\My Documents\Quick Launch\Apps\Dem Bros\CustomClasses\HolyCow\HolyPaladinCC.cs:line 227
at HolyPaladinCC.HolyPaladinCC.Combat() in e:\My Documents\Quick Launch\Apps\Dem Bros\CustomClasses\HolyCow\HolyPaladinCC.cs:line 119
at HolyPaladinCC.HolyPaladinCC.Pulse() in e:\My Documents\Quick Launch\Apps\Dem Bros\CustomClasses\HolyCow\HolyPaladinCC.cs:line 60
at Styx.WoWPulsator.Pulse(PulseFlags flags)
at Styx.Logic.BehaviorTree.TreeRoot.Tick()
at Styx.Logic.BehaviorTree.TreeRoot.Run()
[9:37:49 PM:387] Spell_C::CastSpell(85673, 0, 0x700000001A7E592, 0) [324]
It's hanging a bit when trying to use trinkets that can't be used. For example, when you have something like Figurine - King of Boars in the first trinket slot, everything is fine, but if you are using something like Heart of the Unliving (which has no on use effect), this happens:
Code:[9:37:31 PM:833] Spell_C::CastSpell(20473, 0, 0x700000001A7E592, 0) [323] [9:37:38 PM:892] System.NullReferenceException: Object reference not set to an instance of an object. at HolyPaladinCC.HolyPaladinCC.Self() in e:\My Documents\Quick Launch\Apps\Dem Bros\CustomClasses\HolyCow\HolyPaladinCC.cs:line 227 at HolyPaladinCC.HolyPaladinCC.Combat() in e:\My Documents\Quick Launch\Apps\Dem Bros\CustomClasses\HolyCow\HolyPaladinCC.cs:line 119 at HolyPaladinCC.HolyPaladinCC.Pulse() in e:\My Documents\Quick Launch\Apps\Dem Bros\CustomClasses\HolyCow\HolyPaladinCC.cs:line 60 at Styx.WoWPulsator.Pulse(PulseFlags flags) at Styx.Logic.BehaviorTree.TreeRoot.Tick() at Styx.Logic.BehaviorTree.TreeRoot.Run() [9:37:49 PM:387] Spell_C::CastSpell(85673, 0, 0x700000001A7E592, 0) [324]
It'll cast a spell, try to use the trinket, hang and do nothing for some time, and then (usually when combat ends) start casting spells as normal to top people off. Full log attached if you want it.
Other than this, the CC is working excellently. Well done!
Please add if (Me.Race == Tauren) { StopTheBot() };
I find it racist that other classes can use this.
im pretty new to all this so where do i change the aura at?
ok i went into HolySettings.cs and this is what i changed
[Setting, DefaultValue("Concentration Aura")]
public string Aura_SET { get; set; }
not sure if thats what i was supposed to do, but after doing it and restarting he still stays in Resistance...i apologize for being n00bish as this is new to me
When you go to config folder u should see something like Holy Paladin cc-settings-yourtoonname.xml The command is not in there so I had to like manually type it in there. Type in <Aura_SET>Concentration Aura</Aura_SET>
Hi,
How to switch off hand of protection? He did hop a main tank..![]()
if (!IsTank(tar)
&& hp < 10
&& CC("Hand of Protection", tar))
{
SpellManager.StopCasting();
C("Hand of Protection", tar);
}