bsimser / Inventory-Pro

https://devdog.io
MIT License
2 stars 0 forks source link

Bought item by vendor is not equipped properly? #286

Closed bsimser closed 5 years ago

bsimser commented 5 years ago

Original report by Dong-kun Lee (Bitbucket: DkLee81, ).


I have created custom item type. (Let's call this DK equippable item)

this custom item is equpped properly when I pick up the item.

But, when I buy it from vendor, it added to my inventory properly, but it doesn't equipped properly. (The items's stat is copyied to my character windows, but item's icon and item itself is not attached)

I can't find out what is the problem.

and, Currency item is not showed by vendor. I want sell currency item but my inventory also doesn't show currency item.

bsimser commented 5 years ago

Original comment by Dong-kun Lee (Bitbucket: DkLee81, ).


Resolved. The start() method is not worked when buying. So, some function in Start() method need to be moved