View Single Post
  #1  
Old 06-08-2008, 11:33 AM
HurtinuDaily
Hill Giant
 
Join Date: Nov 2005
Posts: 145
Default Database Question

I am working on a all in one database tool and I have a few questions if anyone knows the answer. (I know there are lots of tools already but I want to learn VB and figured starting a project that I would be interested in would help make it more painless)

what is the purpose of the lootdrop table I understand how Loottable, loottable_entries, lootdrop_entries works, just not the 2 column lootdrop table. Is it required for making a new loot table or loot drop entry?

when creating a new item, npc or spawngroupID is there a specific range of ID's that should be used when creating them (maybe a standard) or just search for the next unused number and create them using that?

To me it looks like say ID in NPC_types doesn't auto increment, and I correct?

Thanks in advance.


Pic of my project
Reply With Quote