EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Server Code Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=669)
-   -   GetBindZoneID (https://www.eqemulator.org/forums/showthread.php?t=36374)

wolfwalkereci 01-29-2013 08:50 PM

GetBindZoneID
 
As is right now this returns the Loc X of bind point. I doubt that is the intended use and it is certainly not how I intend to use it. If I am mistaken then just ignore this.

Code:

Index: C:/Everquest/EMU_Server/PEQ_DB/source/trunk/EQEmuServer/zone/perl_client.cpp
===================================================================
--- C:/Everquest/EMU_Server/PEQ_DB/source/trunk/EQEmuServer/zone/perl_client.cpp    (revision 2468)
+++ C:/Everquest/EMU_Server/PEQ_DB/source/trunk/EQEmuServer/zone/perl_client.cpp    (working copy)
@@ -5685,7 +5685,7 @@
        newXSproto(strcpy(buf, "GetBindY"), XS_Client_GetBindY, file, "$$");
        newXSproto(strcpy(buf, "GetBindZ"), XS_Client_GetBindZ, file, "$$");
        newXSproto(strcpy(buf, "GetBindHeading"), XS_Client_GetBindHeading, file, "$$");
-        newXSproto(strcpy(buf, "GetBindZoneID"), XS_Client_GetBindX, file, "$$");
+        newXSproto(strcpy(buf, "GetBindZoneID"), XS_Client_GetBindZoneID, file, "$$");
        newXSproto(strcpy(buf, "MovePC"), XS_Client_MovePC, file, "$$$$$$");
        newXSproto(strcpy(buf, "MovePCInstance"), XS_Client_MovePCInstance, file, "$$$$$$$");
        newXSproto(strcpy(buf, "ChangeLastName"), XS_Client_ChangeLastName, file, "$$");


c0ncrete 01-29-2013 08:58 PM

agreed.

http://www.eqemulator.org/forums/showthread.php?t=36282

wolfwalkereci 01-29-2013 09:11 PM

Quote:

Originally Posted by c0ncrete (Post 217316)

You are king, my search returned nothing so I fail twice now on using search.


All times are GMT -4. The time now is 11:56 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.