Im trying to write a few functions to let players log spawns they make in eqemu to a text file where they are already in the format to be sourced to the db. The only thing stopping is just figuring out what all the paramaters mean.
example:
Code:
an_ancille_cook CastleMistmoore 31 1103 0 0 2 DarkElf 165 1062 Shadowknight 0 2 -270 -102 3 -245 -102 3
Name, LongZonename, Level, MAX Hp, ?, ?, Gender, Race, ?, ?, Class, ?, ?, X, Y, Z, Heading, ?, ?
Of course some of that format will need to be changed to be allowable by the db, thats no problem either.