Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 02-23-2012, 03:39 PM
Harcourt
Sarnak
 
Join Date: Jul 2011
Posts: 33
Default

No space, probably just a typo.
Reply With Quote
  #2  
Old 02-23-2012, 07:42 PM
Luccian
Sarnak
 
Join Date: Sep 2009
Posts: 32
Default

Just for closure, the final result I used was this. In the future if anyone has questions similar to mine they could always save the trouble and check out here!

Code:
sub EVENT_SPAWN
{
quest::settimer("feature",1);
}

sub EVENT_TIMER
{
	if ($timer eq "feature")
	{
		quest::stoptimer("feature");
		my $randomweapon=quest::ChooseRandom(10648,10649,10650,10688,10692);
			quest::wearchange(7,$randomweapon);
			quest::wearchange(8,$randomweapon);
		plugin::SpawnDynNPC(quest::ChooseRandom(1,2,3,4,5,6,7,8,9,10,11,12,128,130,330,522),quest::ChooseRandom(1,2,3),quest::ChooseRandom(0,1));
		plugin::RandomFeatures($npc);
	}
}
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 10:30 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3