Sell equipment oxp...
Posted: Sat Jan 09, 2010 12:02 am
I just installed the Sell Equipment OXP.
According to the readme I should be getting about 60% of the original value for the modules when I sell them, however all sellable equipment gives me just 10 credits...
I noticed the following in the script.js of the Sell Equipment OXP:
Seems to me selling equipement gives me 60% x 10% = just 6% of the original value back.
Or am I worng here?
thnx
According to the readme I should be getting about 60% of the original value for the modules when I sell them, however all sellable equipment gives me just 10 credits...
I noticed the following in the script.js of the Sell Equipment OXP:
Code: Select all
player.ship.removeEquipment(this.equipment_key[i] + "_REMOVAL")
player.credits += (EquipmentInfo.infoForKey(this.equipment_key[i]).price * 0.1 * 0.6)
break
}
}
}
Or am I worng here?
thnx