thatwouldbestealing
Member
- Joined
- Oct 22, 2012
- Messages
- 510
- Reaction score
- 11
Hi,
Question: can someone tell me how to amend the .cs file to the effect of summoning a pet immediately if Demonic Rebirth aura is active ?
In a little more detail, my interest is currently survivability whilst questing/grinding through Northrend (71-78). That said, I've had a go at editing the CC myself, adding the code below. Any tips on the above or making the CC a little more survivable would be greatly appreciated. My character is decked out in mostly Heirloom gear, but struggling on a few grinding areas and I want to get to a point where I don't need to monitor so much if I switch from Quests to Grinding.
Cheers!
Question: can someone tell me how to amend the .cs file to the effect of summoning a pet immediately if Demonic Rebirth aura is active ?
Code:
Summon pet IF !StyxWoW.Me.HasAura("Demonic Rebirth")
In a little more detail, my interest is currently survivability whilst questing/grinding through Northrend (71-78). That said, I've had a go at editing the CC myself, adding the code below. Any tips on the above or making the CC a little more survivable would be greatly appreciated. My character is decked out in mostly Heirloom gear, but struggling on a few grinding areas and I want to get to a point where I don't need to monitor so much if I switch from Quests to Grinding.
Code:
Spell.BuffSelf("Unending Resolve", ret => StyxWoW.Me.HealthPercent < 25),
Spell.BuffSelf("Harvest Life", ret => StyxWoW.Me.HealthPercent < 50),
Cheers!