search in source
economyprices.java
|
|
So Ive downloaded and setup the frosty cache editor to edit item prices.
Where do I actually change the price of the item? I can't see a box saying 'Price:'
Thanks.
search in source
economyprices.java
If you're using the 718 matrix, there's already a class for changing prices.
EconomyPrices.java
But If there are No class for Changing Prices then you'll find it In Shops.java it is the setValue case.
shop.java
change case ids/value ids and sellprice to buyprice depending on what you are needing to change.public int getSellPrice(Item item) {
switch (item.getId()) {
case 773:
item.getDefinitions().setValue(50);
break;
case 299:
item.getDefinitions().setValue(1000);
break;
These don't work.... Ive made a help thread about this before.
Prices.txt doesn't change them and neither does shop.java
That's why I put Frosty Cache Editor in the title? The thread lead to someone saying I need that editor to change the prices.
[Only registered and activated users can see links. ]

Oh my. Frosty cache editor doesn't edit the prices.. When you see it in the shop, it will say like abyssal whip 1.2m (not the real price) You use frosty for changing that 1.2m to the actual price..
| « invalid host | A Coder Or Two NEEDED » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |