View Single Post
  #19  
Old 11-02-2012, 01:11 AM
Dunge0nMastr
Hill Giant
 
Join Date: Oct 2002
Location: Rockville, MD
Posts: 124
Default

yep works like a charm, had to use $npc->SendTo, for what im doing now, but i think that would definatley be the best way to have Vulak or anyone summon mobs like they did on live.

Thanks maze :P
This is what i was working on and the syntax i used it in
Code:
sub EVENT_HP {
if ($hpevent <= 80 && $hpevent >= 79) {
	quest::signalwith(63129,1,0);
	quest::modifynpcstat("special_attacks","ABSERFTMCNIDf");
	$npc->SendTo(-64.0,636.4,-20.0);
	quest::modifynpcstat("runspeed","0.0");
	}
}
__________________
Bront -Server Admin/Owner and Lead Quest Dev for Kildrukaun's Prophecy
http://kpemu.com/
Reply With Quote