Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Completed

Quests::Completed This is where Completed quests are.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 04-11-2008, 07:24 AM
fault
Hill Giant
 
Join Date: Sep 2005
Posts: 114
Default

here is what I have for deyid, I am stil uncertain as to the `grid` field in the spawn2, is that the walk grid? or what?

PHP Code:
sub EVENT_SPAWN {
quest::setnexthpevent(61);
}

#During the fight he summons a ring of Corrupt Treants ID 204068 in PEQ
# By the time you kill deyid they are upon you and attacking you.
#when Deyid Dies you have succeeded, you are not required to kill the spawns.
sub EVENT_HP {

    if (
$hpevent == 61) {
    
quest::spawn2(Corrupt_Treant,grid,0,922,1028,280);
    
quest::spawn2(Corrupt_Treant,grid,0,947,1117,200);
    
quest::spawn2(Corrupt_Treant,grid,0,1031,1164,276);
    
quest::spawn2(Corrupt_Treant,grid,0,1121,1154,277);
    
quest::spawn2(Corrupt_Treant,grid,0,1206,1067,280);
    
quest::spawn2(Corrupt_Treant,grid,0,1237,887,272);
    }  


  
sub EVENT_DEATH {
    
quest::emote("An eerie silence settles onto the forest as Deyid the Twisted slumps over, defeated");
    
quest::signalwith(20404751);    # Send signal # 5 to Seilaen 1 second after death

I got myself a test base up (server) was going to be testing it, but first I must search the forums here and figure out why When I hail npcs like th eosulbinders they ignore me
Reply With Quote
 


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 12:38 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