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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 03-15-2019, 09:54 AM
Sturm
Hill Giant
 
Join Date: Dec 2015
Posts: 116
Default

1. You'll need to edit your "zone" table and either set the min_level to higher than your players can obtain, or the min_status to 80 or anything really that's higher than the base status given to players. 80 is Guide level access.

2. This is all handled in the "zone_points" table.

3. There's alot of different ways to go about this depending on your situation but here are a couple examples:

Code:
quest::gmmove(x, y, z);
quest::movegrp(zone_id, x, y, z);
quest::movepc(zone_id, x, y, z, heading);
quest::MovePCInstance(zone_id, instance_id, x, y, z);
quest::moveto(x, y, z, heading, saveguardspot);
quest::Zone(zone);
$client->MovePC(zoneID, x, y, z, heading);
$client->MovePCInstance(zoneID, instanceID, x, y, z, heading);
Bookmark this page: https://github.com/EQEmu/Server/wiki/Perl-API
You're going to reference the stuff on there alot. haha
Happy Dev'ing!
__________________
Developer of the Imperium Server.
https://imperium-eq.com/

Last edited by Sturm; 03-15-2019 at 09:58 AM.. Reason: Added link to Github resource.
Reply With Quote
 

Tags
teleporting, zones, zoning


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:56 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