PDA

View Full Version : DB : Row functions ?


KhaN
06-11-2004, 12:37 PM
Hi,

Im playing with DB, and i was wondering what were the use of those rows because i cant find what they are for ...
NPC8TYPES
ipc
d_melee_texture1
d_melee_texture2
social
SPAWN2
timeleft
Also, what are table ZONESERVER and ZONEPOINTS_RAW for ? :p

Thanks.

dragonflz
06-11-2004, 01:35 PM
I think I can answer the question about the
d_melee_texture1
d_melee_texture2
If my memory serves me correctly, those are for displaying melee weapons on the mobs?
if this information is incorrect, then I appologize...

Drag

animepimp
06-11-2004, 03:21 PM
Yes the melee texture columns are definitely used for storing the weapons the mob is displayed as holding in its hands. These can be set in the #spawn command. And I believe that time left is used ofr storing how long until the respawn timer runs out and the mob respawns as this can be stored while the server is shut down if the respawn time is really long.

govtcheeze
06-11-2004, 03:33 PM
timeleft is the respawn time in seconds until the mob will repop

Swampdog
06-11-2004, 03:40 PM
Would it be for a respawn or a despawn? I had kinda interpreted it that it would be for a mob which would depop after a specified period of time. Isn't the respawn time defined in another field somewhere? /scratches his head trying to remember.

Jezebell
06-11-2004, 03:48 PM
SPAWN2 TABLE:

FIELDS:

respawntime - total amount of time for the NPC to respawn.

timeleft - How much time is remaining until the mob respawns.