rullezz Posted August 9, 2016 Posted August 9, 2016 Hello, when i change in RequestSellItem.java This: int price = item.getReferencePrice() / 2; to this: int price = item.getReferencePrice() / 0; i can't even sell anything... :/ maybe here is another way to make all items sellable for 0 adena? (using aCis)
0 rullezz Posted August 9, 2016 Author Posted August 9, 2016 Division by zero, really ? i solve it replace this int price = item.getReferencePrice() / 2; to this: int price = 0;
Question
rullezz
Hello, when i change in RequestSellItem.java
This:
int price = item.getReferencePrice() / 2;
to this:
int price = item.getReferencePrice() / 0;
i can't even sell anything... :/ maybe here is another way to make all items sellable for 0 adena?
(using aCis)
5 answers to this question
Recommended Posts