View Single Post
  #2  
Old 06-16-2009, 02:24 PM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 387
Default

No idea about compiling under linux, but what you need to change:


change zone/spdat.h


To load spells from the spells_us.txt:
Code:
#define NEW_LoadSPDat
//#define DB_LoadSPDat
to load spells from the database:
Code:
//#define NEW_LoadSPDat
#define DB_LoadSPDat
Reply With Quote