View Single Post
  #7  
Old 11-22-2011, 02:29 AM
LordAdakos
Sarnak
 
Join Date: Dec 2007
Posts: 60
Default

there are a few problems with the tutorial, a couple typos, etc.

I followed it the best I could for example
questmgr.cpp and add #include <limits.h> under #include <list> - it's already there, do we need it twice?

and

cp libEMuShare.Mem.so /usr/lib
should be
cp libEMuShareMem.so /usr/lib


and

7.Current version is database_incremental.zip
8. Unzip that to get db_dump.sql
-- it's got a revision name, not db_dump.sql. its like peqdb_rev2027.sql (at the time of writing)



other than that, it looks pretty good, i think....
Also, (sort of off topic) how would I edit the zone_launcher table for static & dynamic zones with the debian ./start script?
Reply With Quote