View Single Post
  #2  
Old 07-05-2005, 11:32 PM
zelgar
Fire Beetle
 
Join Date: Jul 2004
Location: Traverse City, MI
Posts: 27
Default

The first part of that is fairly straightforward. Use your favorite editor (VIM all the way... down with EMacs!) to edit ./source/common/Item.cpp, and change line 271 to public instead of protected. (I haven't found any problems with doing it this way, if it's going to mess things up, the devs are sure to let me know)

As for the Network.cpp problems, the stem from an incorrect declaration statement. Again, use your favorite VIM on ./source/common/EQNetwork.cpp, and change the first part of line 80 to be "a" instead of "x"
Code:
type HI_LOSWAPlong (type a) ...

Hope it helps.
__________________
MUDding: the process of getting dirty in wet dirt; Driving big trucks through muddy two-tracks; Multi-User Dimension.

Admin of Dark Rifts (MUD)
darkrifts.org port 5000

Last edited by zelgar; 07-06-2005 at 07:35 AM..
Reply With Quote