Jump to content
  • 0

Sell Items For 0 Adena


Question

Posted

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

  • 0
Posted

Division by zero, really ?

i solve it replace this

int price = item.getReferencePrice() / 2;

 

to this:

int price = 0;

Guest
This topic is now closed to further replies.


×
×
  • Create New...