View previous topic :: View next topic |
Author |
Message |
weldieran
Joined: 05 Aug 2005 Posts: 71
|
Posted: Sat Dec 03, 2005 5:22 Post subject: Item Variables & Merchants = no var |
|
|
I searched around a bit for this, but couldn't find anything.
- Put variable on an item in the palette
- Place this item in a merchant
- Buy that item
- ooops! variable is nowhere to be found!
I've known of this issue for awhile, and just been scripting around it, but thought perhaps I'd ask here to see what yall have to say about it.
I figure its cuz bioware uses CopyObject to get the item out of the store? Instead of what they should be using CopyItem - or even CreateItemOnObject for that matter. |
|
Back to top |
|
|
shadguy
Joined: 03 Jan 2005 Posts: 6 Location: Raleigh, NC
|
Posted: Mon Dec 05, 2005 17:34 Post subject: |
|
|
Report it to nwbugs@bioware.com. If we can get a fix from them, it will save a lot of headaches for a number of store related projects.
-d. _________________ Dreu Noctem |
|
Back to top |
|
|
Primogenitor
Joined: 08 Jan 2005 Posts: 88
|
Posted: Thu Dec 08, 2005 12:00 Post subject: |
|
|
Cant this be fixed by checking if an item was aquired from a store, and if so destroy it and replace it with a fresh version? That only works as long as items are the same as their blueprint though. |
|
Back to top |
|
|
odenien
Joined: 26 Sep 2005 Posts: 37
|
Posted: Sat Dec 10, 2005 15:13 Post subject: |
|
|
This all should work, since we are using variables on items to prevent illegal transfers. |
|
Back to top |
|
|
|