Page 1 of 1
Where in the DB is the list of key items and their IDs fount
Posted: Tue Dec 11, 2012 11:50 pm
by msulli1355
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!
Re: Where in the DB is the list of key items and their IDs f
Posted: Wed Dec 12, 2012 2:12 am
by PrBlahBlahtson
It isn't in the database. /scripts/globals/keyitems.lua I believe, without checking personally.
Re: Where in the DB is the list of key items and their IDs f
Posted: Wed Dec 12, 2012 9:22 am
by msulli1355
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...