J
jianmingyong
Guest
Describe the bug you experienced here.
What I expected to happen:
Maybe a dialogue or something to prevent selling when a player do not have item?
What actually happened:
Crashed without crashlogs.
Steps to reproduce:
1. Sell all your items in all category and sell it again.
ErrorMessage (02:44:47): The game crashed with error ID: -1 (Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index)
Edit: Fanta said fixed in next version.
2. Failed Math again?
The cost of item is glitched.
Custom Price is not working either.
There is no item limit when the shop code below say so isn't it?
@Screen.trade({5|99-<Inventory.countitem(5)>|-1}{18|99-<Inventory.countitem(18)>|-1}{9|99-<Inventory.countitem(9)>|-1}{13|99-<Inventory.countitem(13)>|-1}{12|99-<Inventory.countitem(12)>|-1}{19|99-<Inventory.countitem(19)>|-1}{20|99-<Inventory.countitem(20)>|-1}{52|99-<Inventory.countitem(52)>|-1}{49|99-<Inventory.countitem(49)>|-1}{51|99-<Inventory.countitem(51)>|-1}{307|99-<Inventory.countitem(307)>|-1},1,0)
Edit: Fix in next version.
3. Selling wrong item in each category?
No matter how you sell, it is selling the first item of each category.
Edit: Fanta said Fixed in next version.
4. Buttons are still missing with smaller window size.
Edit: WIP
5. Selling the last item of its category crashes the game.
Edit: Fix in next version.
What I expected to happen:
Maybe a dialogue or something to prevent selling when a player do not have item?
What actually happened:
Crashed without crashlogs.
Steps to reproduce:
1. Sell all your items in all category and sell it again.
ErrorMessage (02:44:47): The game crashed with error ID: -1 (Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index)
Edit: Fanta said fixed in next version.
2. Failed Math again?
The cost of item is glitched.
Custom Price is not working either.
There is no item limit when the shop code below say so isn't it?
@Screen.trade({5|99-<Inventory.countitem(5)>|-1}{18|99-<Inventory.countitem(18)>|-1}{9|99-<Inventory.countitem(9)>|-1}{13|99-<Inventory.countitem(13)>|-1}{12|99-<Inventory.countitem(12)>|-1}{19|99-<Inventory.countitem(19)>|-1}{20|99-<Inventory.countitem(20)>|-1}{52|99-<Inventory.countitem(52)>|-1}{49|99-<Inventory.countitem(49)>|-1}{51|99-<Inventory.countitem(51)>|-1}{307|99-<Inventory.countitem(307)>|-1},1,0)
Edit: Fix in next version.
3. Selling wrong item in each category?
No matter how you sell, it is selling the first item of each category.
Edit: Fanta said Fixed in next version.
4. Buttons are still missing with smaller window size.
Edit: WIP
5. Selling the last item of its category crashes the game.
Edit: Fix in next version.
Last edited by a moderator: