Jump to content

Need help getting summon to attack only when im attacked


Gokou135

Recommended Posts

you could try making a script that checks wether you are attacking \ being attacked, maybe in combat mode or not. and according to that sets the aggression....

 

Begin GameMode
if player.IsInCombat == 1
set "summonid" aggression 100  ## or "summonid".setav ##
else
set "summonid" aggression 0 ## or "summonid".setav ##
endif
end

 

you may also have to use addspell and just give it frenzy or something....

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...