View Single Post
  #5  
Old 09-30-2017, 12:24 PM
Ueguvil
Hill Giant
 
Join Date: Mar 2004
Posts: 139
Default

Quote:
Originally Posted by ghanja View Post
eqstr_us.txt I believe you're looking for.

entity.cpp for reference.

going by memory, would research/verify but already typing on busted up hand.
Thanks, that lead me to this on line 1083 in clientlist.cpp which I think is where the /who is pulling from:

Code:
sprintf(line, "  %s[%i %s] %s (%s)%s zone: %s%s%s", tmpgm, cle->level(), GetEQClassName(cle->class_(),cle->level()), cle->name(), GetRaceName(cle->race()), tmpguild, tmpZone, LFG, accinfo);
GetEQClassName is pulling from classes.h but I can't figure out why it would put the base class name in brackets beside higher level class name in /who. I'm a total amateur though lol.
Reply With Quote