Hi,
Is there a way to make the bot spam Mystic Air Ally whenever its spirit is less than X even without monsters around? I tried changing the values in monk.cs but I didn't get it to work (I'm not familiar with DB/Trinity commands).
Currently I have:
I have read the sticky [Guide] A walkthrough of changing skill activation criteria (range etc) for Dummies! but can not get it to work..
Any help would be appreciated.
Is there a way to make the bot spam Mystic Air Ally whenever its spirit is less than X even without monsters around? I tried changing the values in monk.cs but I didn't get it to work (I'm not familiar with DB/Trinity commands).
Currently I have:
Code:
// Mystic ally
if (CombatBase.CanCast(SNOPower.X1_Monk_MysticAlly_v2) && Player.PrimaryResource <= 170)
{
return new TrinityPower(SNOPower.X1_Monk_MysticAlly_v2, 0f, Vector3.Zero, CurrentWorldDynamicId, -1, 2, 2);
}
I have read the sticky [Guide] A walkthrough of changing skill activation criteria (range etc) for Dummies! but can not get it to work..
Any help would be appreciated.






