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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-03-2012, 07:50 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default Faction and invisibility

Regarding a quest in sseru, in particular the a_file_cabinet.pl does a separate check need to be done in an 'or' statement to detect invisibility or does faction change when invisible ? I have a player that is trying to complete this quest and he is invisible.

Code:
sub EVENT_ITEM {
  if ($faction<=5) { # you must be indiff, or invisible
    # 29855 :  Replacement Records
    if (plugin::check_handin(\%itemcount,29855=>1)) {
      quest::summonitem(29856); # 29856  Original Records
      quest::emote("slams shut after you take the original records out.");
      # the chest spawns Guard Hargrar
      $guardhargrar = quest::spawn2(159687,0,0,$x,$y,$z,$h);
      $attack = $entity_list->GetMobID($guardhargrar);
      $gogetem = $attack->CastToNPC();
      $gogetem->AddToHateList($client, 1);
    }
    plugin::return_items(\%itemcount); # return unused items
  } else { # not at least indiff, he will say this
    quest::say("I will do nothing to aid beings like you.");
  }
}

#End of File, Zone:sseru  NPC:159420 -- A_File_Cabinet
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 05:41 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