C creativextent New Member Joined Aug 18, 2012 Messages 85 Reaction score 0 Sep 2, 2012 #1 does ignoreCombat work? I cannot seem to make it work, what is the proper line? Thanks!
vd3 New Member Joined Jul 30, 2012 Messages 40 Reaction score 1 Sep 3, 2012 #2 ignoreCombat is no longer recognized, instead use ToggleTargeting at the beginning of the <Order> block: <ToggleTargeting questId="1" combat="True" looting="True" lootRadius="60" killRadius="60" /> then <ToggleTargeting questId="1" combat="False" looting="False" lootRadius="60" killRadius="60" /> then back to <ToggleTargeting questId="1" combat="True" looting="True" lootRadius="60" killRadius="60" /> (obviously set radii to whatever you want)
ignoreCombat is no longer recognized, instead use ToggleTargeting at the beginning of the <Order> block: <ToggleTargeting questId="1" combat="True" looting="True" lootRadius="60" killRadius="60" /> then <ToggleTargeting questId="1" combat="False" looting="False" lootRadius="60" killRadius="60" /> then back to <ToggleTargeting questId="1" combat="True" looting="True" lootRadius="60" killRadius="60" /> (obviously set radii to whatever you want)