mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
Fixed shops.. again
This commit is contained in:
@@ -1,2 +1,23 @@
|
||||
[2019/10/04] 10:46 irdb sold thread to store id: 24 for 2 coins
|
||||
[2019/10/04] 10:47 irdb sold bronze dagger to store id: 88 for 8 coins
|
||||
[2019/10/04] 16:54 irdb sold bronze dagger to store id: 88 for 8 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:54 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
[2019/10/04] 16:55 irdb sold bucket to store id: 88 for 0 coins
|
||||
|
||||
@@ -113,6 +113,7 @@ public class ShopAssistant {
|
||||
for (int i = 0; i < Constants.ITEM_LIMIT; i++) {
|
||||
if (ItemDefinitions.getDef()[i] != null) {
|
||||
ShopValue = ItemDefinitions.getDef()[ItemID].highAlch/3.0 *5.0 * sellingRatio;
|
||||
ShopValue = ShopValue <= 0 ? 1 : ShopValue; //Don't let the value be 0
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user