Skipping slots in NPC shops?

02/17/2017 22:46 brico54#1
Hey,

I was wondering if there is an easy way to make items in an NPC shop skip a specific slot?

So if, for example, you have 3 items in a shop and give them SlotIndex 0, 1 and 3; then by default the 3rd item will close the gap that occurs and be visible in the third slot (= SlotIndex 2). But what if I specifically want that one to be empty?

(P.S.: I realise I could work around it by adding a dummy item which makes it look like there's nothing there, but I want a cleaner method.)
02/17/2017 23:36 Ryotic#2
you cant

Sent from my SM-G530H using Tapatalk
02/18/2017 02:03 mtnman33#3
thats what causes the NPC buying crash , having the wrong item in the wrong slot , its trys to buy from slot 2 but gets slot 3 and causes the game to crash
02/21/2017 03:14 xxnukertube#4
Quote:
Originally Posted by brico54 View Post
Hey,

I was wondering if there is an easy way to make items in an NPC shop skip a specific slot?

So if, for example, you have 3 items in a shop and give them SlotIndex 0, 1 and 3; then by default the 3rd item will close the gap that occurs and be visible in the third slot (= SlotIndex 2). But what if I specifically want that one to be empty?

(P.S.: I realise I could work around it by adding a dummy item which makes it look like there's nothing there, but I want a cleaner method.)
take any item from db, delete name and make a icon full transparence and have fun