View Single Post
  #1  
Old 01-18-2007, 07:37 PM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default 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!
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote