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
  #6  
Old 03-02-2007, 07:49 AM
Wizardanim
Sarnak
 
Join Date: Jul 2005
Location: Super Top Secret
Posts: 64
Default

Perhaps that command is broken then...

ive had trouble with some commands in the past, that dont work... you could try this tho:

see if the server 'thinks' your in a guild..

Quote:
$uguildid - Returns the ID of the guild of the user that triggered the Event.
$uguildrank - Returns the guild rank of the user that triggered the Event.
so...
Code:
sub EVENT_SAY {
     if ($text=~/guild status/i) {
          quest::say("You are in $uguildid.");
   }
}

or...

sub EVENT_SAY {
     if ($text=~/guild rank/i) {
          quest::say("In the guild you are a(n) $uguildrank");
   }
}
stick it on some npc...?

Other than this, since im not a huge coder, i wouldent have any other ideas
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 04:24 PM.


 

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