Go Back   EQEmulator Home > EQEmulator Forums > General > General::Server Discussion

General::Server Discussion Discussion about emulator servers.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-13-2016, 07:23 PM
N0ctrnl's Avatar
N0ctrnl
Discordant
 
Join Date: Jan 2007
Posts: 443
Default

Look at the player.pl file for PoKnowledge. Specifically:
Code:
 if($doorid == 25)
        {
                $zonename = "Freeport West";
                if(($client->GetClientVersionBit() & 3)!= 0) #062/Titanium
                {
                        quest::movepc(9,77.31,-660.57,-30.24);
                }
                elsif(($client->GetClientVersionBit() & 4294967264)!= 0) #RoF+
                {
                        quest::movepc(383,-173,-188,-69,192);
                }
                else  #SoF/SoD/UF
                {
                      # quest::popup("$zonename","Send you to the Classic $zonename? $popuptext",6,1);
                      # quest::settimer(6,5);
                      quest::movepc(9,77.31,-660.57,-30.24);
                }
        }
This is determining your client, and then sending you to the old version for old clients and the new version for newer. You can change it to send any of the clients to the old (freportw - zone ID 9) instead of new (westfreeport - zone ID 383)
__________________
Ender - Lead GM/Developer
Vegarlson Asylum Server - http://www.vegarlson-server.org/
Reply With Quote
  #2  
Old 06-13-2016, 07:52 PM
Allairus
Sarnak
 
Join Date: May 2016
Posts: 33
Default

Where would I find the player.pl file? I have looked through the forums and see lots of references to the .PL files. I have a folder in my EQEmu folder called plugins and it has a bunch of PL files but none that say player.

To get the server setup I used the "from scratch" installer on the site. I have since got bots and mercs enabled and that is the only change. I am wondering if the auto installer does things differently and you do not have some of these files or they are files used to make the build.

Thanks for the reply.
Reply With Quote
Reply

Thread Tools
Display Modes

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 06:15 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