View Single Post
  #2  
Old 08-30-2009, 10:56 PM
Shadow-Wolf
Dragon
 
Join Date: Oct 2003
Posts: 511
Default

Quote:
Originally Posted by ChaosSlayerZ View Post
Does EVENT_AGGRO only triggers once? or does it triggers every time someone aggroes the mob /gets added to hate list?

For example Player A aggroed the mob, EVENT_AGGRO was triggered, now Player B joins in and starts beating on the mob to - does EVENT_AGGRO will trigger again?

if its not - how could I detect every instance when new player/new mob gets added to the hate list beyond the first?

thanks!


PS. One more thing if EVENT_AGGRO only fires once (until mob looses all aggro) then how its different from EVENT_COMBAT? Aren't they then redundant?
pretty sure the aggro event triggers only once. The combat event is not redundant cause it gives the script writer the ability to have code executed at the end of a battle that didn't necessarily mean the mob killed the players, like if they zoned.
__________________
How about the power to kill a yak from 200 yards away...WITH MIND BULLETS! thats telekinesis kyle.
Reply With Quote