Thread: spell file db?
View Single Post
  #4  
Old 01-19-2009, 05:32 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by Secrets View Post
why it is a define rather than a rule, I may never know
Basically, it's easier in the long run to use a define to just modify the functions than it is to completely redo them. That, and I don't really understand how to work with callbacks.

Quote:
Originally Posted by spider661 View Post
Code:
#define NEW_LoadSPDat
//#define DB_LoadSPDat  //load from DB vs spells_us.txt. for now, we're piggybacking NEW_LoadSPDat, so it will take precedence
i left it alone because it said so it will take precedence guess they where wrong? will never know but ill give it a try thanks.
All that means is that, if both are #define'd, NEW_LoadSPDat will take precedence, so it will load from the spells_us.txt file.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote