One of these days I need to get in there and finish my item look up code. I stopped at doing spell effects.. trying to figure out an easy way to do them, look up table would be the easiest, unless I feel like trying to parse the spdat.eff, but then we would have to keep a copy of it with the php code, and I really dont like that idea. Probably be easier to write a prog to parse out the spdat, create the sql structure for a database table (just spell id -> spell name) , then drop it with the legend code as a sql update with the other ones.
|