Bulleye1234
New Member
- Joined
- Sep 17, 2014
- Messages
- 60
- Reaction score
- 2
1. This code:
is check for Chaneling Pylon buff, how to check for Empower Shrine buff, how it's called in Trinity?
2. How to check if mob position is stay in AoE(Molten Core/Ice Ball etc). I want to make check for that before charging with Furious Charge in to "Best mob". Is there some function like:
Thanks!.
Code:
GetHasBuff(SNOPower.Pages_Buff_Infinite_Casting)
is check for Chaneling Pylon buff, how to check for Empower Shrine buff, how it's called in Trinity?
2. How to check if mob position is stay in AoE(Molten Core/Ice Ball etc). I want to make check for that before charging with Furious Charge in to "Best mob". Is there some function like:
Code:
IsCoveredWithAOE(CurrentTarget.Position)
Thanks!.