 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
| Author |
Message |
Marilla
Joined: 02 Feb 2006 Posts: 329
|
Posted: Tue Dec 05, 2006 11:16 am Post subject: |
|
|
Couple of things that strike me;
First, it would seem like such an 'override' would have to be an item member. Considering there are already sell/buy price members, it seems a bit redundant and possibly a waste of memory.
Second, though, I'm not sure how you intend to trigger such an 'override', except by script. All of which leads me here:
Why not just script it? Use an OnInsert script on the sell container of the vendors to check for item quality or the 'region' of the vendor, and modify the sell price member.
Then have a periodic script running (perhaps when your vendor restocks, or any time periodically that you wish) that checks any supply/demand criteria you wish.
Any 'override' property would have to be altered in the above ways anyway, because you aren't really talking about something that the core can just automatically do; So it needs to be scripted anyway. So, I really don't see how anything beyond the existing sell price member would help. |
|
 |
|
|
 |
 |
| Author |
Message |
CWO
Joined: 04 Feb 2006 Posts: 699 Location: Chicago, IL USA
|
|
 |
|
|