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 08-13-2011, 08:08 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

check your db. gm status gets you in places regular status doesn't
Code:
SELECT short_name, long_name, min_level, min_status FROM zone where short_name like '%hateplane%';
__________________
The Realm
Reply With Quote
  #2  
Old 08-14-2011, 07:58 AM
strider51
Sarnak
 
Join Date: Jan 2011
Posts: 77
Default

So looking at this, hateplaneb has a min lvl of 46, and a min status of 0.

I did notice that regular hateplane had a min status of 100....

The quest that I have in POK to send chars to hateplane was the problem..... oddly enough (even thought he GM char was using the same method)

if ($text =~/hateplane/i){
quest::say ("Enjoy your adventure!");
$client->Message(6, "Wizzie casts a spell to translocate you to another place.");
quest::movepc(76, -353.08, -374.8, 3.75); }

if ($text =~/hateplaneb/i){
quest::say ("Enjoy your adventure!");
$client->Message(6, "Wizzie casts a spell to translocate you to another place.");
quest::movepc(186, -393, 656, 3); }

It picked up "hateplane" first, even if you types in hateplaneb.


I removed hateplane and it seems to be working fine. what is the original hateplane anyways?
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 01:58 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