Where in the DB is the list of key items and their IDs fount
-
- Posts: 74
- Joined: Sun Jul 22, 2012 2:21 pm
Where in the DB is the list of key items and their IDs fount
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!
-
- 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
It isn't in the database. /scripts/globals/keyitems.lua I believe, without checking personally.
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
-
- 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
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...