GilesTrinity.cs
open with editor then look for Arcane Strike this is the part out of my CS (distance <= 0f is my solution to get the skill out)
// Arcane Strike (Arcane Strike) Rapid Spam at close-range only
if (!bOOCBuff && !playerStatus.bIsIncapacitated && targetCurrent.fRadiusDistance <= 0f &&
(targetCurrent.bThisEliteRareUnique || targetCurrent.bThisBoss))
{
return new GilesPower(SNOPower.Wizard_Archon_ArcaneStrike, 0f, vNullLocation, -1, targetCurrent.iThisACDGUID, 1, 1, USE_SLOWLY);
}
// Disintegrate
open with editor then look for Arcane Strike this is the part out of my CS (distance <= 0f is my solution to get the skill out)
// Arcane Strike (Arcane Strike) Rapid Spam at close-range only
if (!bOOCBuff && !playerStatus.bIsIncapacitated && targetCurrent.fRadiusDistance <= 0f &&
(targetCurrent.bThisEliteRareUnique || targetCurrent.bThisBoss))
{
return new GilesPower(SNOPower.Wizard_Archon_ArcaneStrike, 0f, vNullLocation, -1, targetCurrent.iThisACDGUID, 1, 1, USE_SLOWLY);
}
// Disintegrate
Last edited: