View Single Post
  #11  
Old 10-13-2004, 08:43 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by ajb20
415 = Big ugly rat
416 = Bat that had too much caffeine and can't sit still
427 = Still unknown

Want to add them to any zone? Just add this to your zoneshortname_chr.txt file in your EQ directory. If the zone does not have a file, just make one and paste this as is, if it does, add everyone on to the end and add the number 34 to the number on top (of course remove the number 34 from my code).

Code:
34
bat,bat
btn,btn
chm,chm
clv,clv
crs,crs
cst,cst
dbp,dbp
dbx,dbx
ddm,ddm
ddv,ddv
dma,dma
dbp,dbp
dbx,dbx
dsf,dsf
dsg,dsg
fra,fra
frd,frd
ddm,ddm
ddv,ddv
dsg,dsg
fra,fra
frd,frd
map,map
mes,mes
mnt,mnt
mur,mur
prt,prt
rat,rat
rtn,rtn
rkp,rkp
rob,rob
scu,scu
tgo,tgo
tln,tln
not really smart to have 34 models force loaded into one zone, can cause problems.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote