View Single Post
  #1  
Old 03-04-2010, 06:01 PM
RichardoX
Hill Giant
 
Join Date: Dec 2004
Location: in your closet....
Posts: 169
Default SendAppearanceEffect

Trevius: Added new Perl::Mob quest object SendAppearanceEffect(effect1, effect2, effect3, effect4, effect5) which can send up to 5 particle effects at once.

Trevius, do you have any information on this? What effects are there and where could I get a list of these effects? Is this the same effects that I would add in the zonename_emitter file for a zone?

Also, how would I use it? Like this?

sub EVENT_SPAWN {
$mob->SendAppearanceEffect(effectname, effectname); #in this instance, I'd want 2 effects.
}

??
__________________
a hill giant slashes YOU for 25 points of damage!
You have been slain!
LOADING, PLEASE WAIT...
Reply With Quote