Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-11-2016, 06:07 PM
Asdaddy1
Fire Beetle
 
Join Date: Mar 2016
Posts: 27
Default Couple of Questions

1. I am trying to set up where characters that are level 1 to join a default guild. How do i set up it to automatically force them to join?
I created a quest but it didn't work, here it is
Code:
sub EVENT_ENTER {
  if($ulevel eq 1) { 
		$client->Message(15,"Young Warrior is what they call you. Upon being placed into the Dashing Warrior Guild is a massive step for you to being the best there is! Now adventure ahead and conquer the world of Everquest");
		quest::setguild(1,0);
  }
}
2. How to prevent mercs from despawning on zoning?
Reply With Quote
  #2  
Old 05-11-2016, 06:26 PM
atrayas
Hill Giant
 
Join Date: Jun 2010
Posts: 105
Default

sub EVENT_ENTER is triggered by any client who enters a mob's proximity.

thats why most likely...could use sub EVENT_ENTERZONE and use it for the start zone
Reply With Quote
  #3  
Old 05-11-2016, 06:37 PM
Esildor
Hill Giant
 
Join Date: Feb 2010
Posts: 207
Default

Quote:
Originally Posted by atrayas View Post
sub EVENT_ENTER is triggered by any client who enters a mob's proximity.

thats why most likely...could use sub EVENT_ENTERZONE and use it for the start zone
This, in the player.pl folder ... probably easier to do it in the world player.pl
Reply With Quote
  #4  
Old 05-11-2016, 06:45 PM
Asdaddy1
Fire Beetle
 
Join Date: Mar 2016
Posts: 27
Default

thanks, i will try it out
Reply With Quote
  #5  
Old 05-11-2016, 07:00 PM
Asdaddy1
Fire Beetle
 
Join Date: Mar 2016
Posts: 27
Default

i done it and it is in the global folder but still not working
Reply With Quote
  #6  
Old 05-11-2016, 09:27 PM
Esildor
Hill Giant
 
Join Date: Feb 2010
Posts: 207
Default

You did #reloadquest?

If it's in your global folder you probably need to do #reloadworld
Reply With Quote
Reply


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:21 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3