I have some items in the NPC which I can't use the fast buying (Ctrl + Click), like Arrows and Bolts, I have to buy them manually and write the number I wants, is there a way to enable the "Ctrl Click" to buy instantly the max stack?
ty
I have some items in the NPC which I can't use the fast buying (Ctrl + Click), like Arrows and Bolts, I have to buy them manually and write the number I wants, is there a way to enable the "Ctrl Click" to buy instantly the max stack?
ty
Seems you're using modified media.pk2
So edit refpackageitem in your media.pk2 and change the stack number of those items which ones you can't buy automatically.
or
Check the stack number of those items in refpackageitem onto the db side and set the stack number of items on the media side.
I checked the refpackageitem on the DB and on the Media and both are same
PHP Code:1 15 25421 PACKAGE_ITEM_ETC_AMMO_BOLT_01 0 EXPAND_TERM_ALL SN_ITEM_ETC_AMMO_BOLT_01 SN_ITEM_ETC_AMMO_BOLT_01_TT_DESC item\etc\ammo_bolt_01.ddj -1 xxx -1 xxx -1 xxx -1 xxx
1 15 25421 PACKAGE_ITEM_ETC_AMMO_BOLT_01 0 EXPAND_TERM_ALL SN_ITEM_ETC_AMMO_BOLT_01 SN_ITEM_ETC_AMMO_BOLT_01_TT_DESC item\etc\ammo_bolt_01.ddj -1 xxx -1 xxx -1 xxx -1 xxx
Check your item stack. for db and media.pk2
search the Link of ITEM_ETC_AMMO_BOLT_01 in _RefObjCommon
then search the number of Link in _RefObjItem and change MaxStack to yours wanted stackable, also edit in media side itemdata_xxxx.txt (check this Guide)
because it's different in your media side,I'm sorry i wrote wrong table in my first post.Check RefObjItem at the media side through a media.pk2 tool and set stack as you've set on the db side.
Last edited by elitebi; 13-02-12 at 04:52 AM.
where do you find the RefObjItem in MEdia.pk2??? I wasn't able to fast buying my stacked stuffs anymore.