EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development: Custom Code (https://www.eqemulator.org/forums/forumdisplay.php?f=665)
-   -   change for merchant heading.. (https://www.eqemulator.org/forums/showthread.php?t=22323)

Cripp 01-18-2007 07:37 PM

change for merchant heading..
 
This makes it so when you use a merchant he DOESNT look at you...

zone/client_process.cpp
Code:

--- client_process.cpp        2006/06/20 02:36:21        1.2
+++ client_process.cpp        2006/06/21 06:07:41        1.3
@@ -846,7 +854,7 @@
        else
                        Message_StringID(10,GENERIC_STRINGID_SAY,merchantname,handy_id,this->GetName());
               
-                merch->CastToNPC()->FaceTarget(this->CastToMob());
+                //merch->CastToNPC()->FaceTarget(this->CastToMob());
    }
               
 //                safe_delete_array(cpi);

also thought this may be a bit useful for some..
goodluck, and have fun! weeee!


All times are GMT -4. The time now is 05:22 AM.

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