Gokou135 Posted October 21, 2006 Share Posted October 21, 2006 Yea i even set the summon to defenseive combat only and it still attacks guards on site, when i turn down agression it stops but it wont attack when im attacked or when i attack. Help would be greatly appreciated. Thanks peace Link to comment Share on other sites More sharing options...
lilleku Posted October 21, 2006 Share Posted October 21, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.