Where in the DB is the list of key items and their IDs fount

Any discussion not related to the other forum topics
Post Reply
msulli1355
Posts: 74
Joined: Sun Jul 22, 2012 2:21 pm

Where in the DB is the list of key items and their IDs fount

Post by msulli1355 » Tue Dec 11, 2012 11:50 pm

I'm working on my own on a program that will retrieve various bits of information from the dspdb database. I'm having trouble finding where the ids for key items like maps can be found. I have a character who is always a GM that I play as, so this information is very useful. Please help!

PrBlahBlahtson
Developer
Posts: 539
Joined: Sun Jul 22, 2012 12:17 am

Re: Where in the DB is the list of key items and their IDs f

Post by PrBlahBlahtson » Wed Dec 12, 2012 2:12 am

It isn't in the database. /scripts/globals/keyitems.lua I believe, without checking personally.

msulli1355
Posts: 74
Joined: Sun Jul 22, 2012 2:21 pm

Re: Where in the DB is the list of key items and their IDs f

Post by msulli1355 » Wed Dec 12, 2012 9:22 am

I looked at the file and it seems to be it. Now I just need to write a scriptlet that will create a DB table and feed the contents of that file into it...

Post Reply