EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   Need help on this event (https://www.eqemulator.org/forums/showthread.php?t=18425)

canehdian 04-27-2005 05:04 PM

Need help on this event
 
ok im trying to make a event like the Vulak ring in ToV, but cant seem to get it to work....and one have ideas of what to do on this, or how to do it?

heres what ive tried so far...



sub EVENT_ITEM
{
if ($itemcount{77948} == 4)
{
quest::shout("....");
quest::settimer(1, 30);
}
}

sub EVENT_TIMER
{
if($timername == 1)
{
quest::spawn(189615,0,0,($x-10),$y,$z);
quest::spawn(189615,0,0,($x+10),$y,$z);
quest::spawn(189615,0,0,($x-20),$y,$z);
quest::settimer(2, 30);
}
else
{
quest::spawn(189616,0,0,($x-10),$y,$z);
quest::spawn(189616,0,0,($x+10),$y,$z);
quest::spawn(189616,0,0,($x-20),$y,$z);
}
}

any ideas?


All times are GMT -4. The time now is 05:09 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.