Hey everyone!
I've taken it upon myself to learn MySQL for any database needs I may run into in the future, it's pretty straightforward so far and I've had no problems doing the basics with the NWN ODBC functions.
I am wanting to use this personal storage system: http://neverwinterva...-storage-system
with MySQL but I'm hitting a few bumps.
Here's the original of what I'm trying to change
http://pastebin.com/eRwAY9bu
Here's my attempt
http://pastebin.com/iQuLEUnJ
I've managed to get the object stored, and called properly with the proper inventory, but a problem I'm having now is running StorageClose() on PCs who have left (OBJECT_INVALID), which means duping is easily possible.
Also, something else I've been wondering: what is the limit on variables stored on items?
I know storing many variables on a PC items will slowly slowly raise the BIC size, but is there a limit or really any observable effect to having too many variables stores on items?
Thanks to anyone willing to take a quick look!