Scn AALCStopTheFightBegin GameModeif ( getDistance player < 90000 ) && Player.IsInCombat == 1Protect.Cast AALCspell01 ProtectEndifEnd
--Thanks
-MNPred
Scn AALCStopTheFightBegin GameModeif ( getDistance player < 90000 ) && Player.IsInCombat == 1Protect.Cast AALCspell01 ProtectEndifEnd
Scn AALCStopTheFightshort fighstoppedBegin GameModeif fightstopped == 0 if ( getDistance player < 90000 ) && Player.IsInCombat == 1 Protect.Cast AALCspell01 Protect Set fighstopped to 1 EndifEndIfEnd
Scn AALCStopTheFightshort fighstoppedfloat timerBegin GameModeif fightstopped == 0 if ( getDistance player < 90000 ) && Player.IsInCombat == 1 Protect.Cast AALCspell01 Protect Set fighstopped to 1 set timer to 0 Endifelse set timer to timer + getsecondspassed if timer >= 15 ;activator will be ready to cast the spell every 15 seconds set fighstopped to 0 endifEndIfEnd
Scn AACLNOfightingTESTBegin GameModeIf (Protect.Getdistance Player<90000) && (Player.IsInCombat == 1)Source.Moveto Player 0,0,150Source.Cast AALCSpell PlayerEndifIf (Player.isincombat == 0)ReturnEndifEnd
Scn AACLNOfightingTESTBegin GameModeIf (Protect.Getdistance Player<90000) && (Player.IsInCombat == 1)EnableSource.Moveto Player 0,0,150Source.Cast AALCSpell PlayerEndifIf (Player.isincombat == 0)DisableEndifEnd