diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-18 00:23:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-18 00:23:55 -0300 |
commit | 68ca62ec5e0dd3baa5c18f83ceae3086043134e7 (patch) | |
tree | d42c069ab1b7ff7cd5fe5bce2a1e476e66b7670e /npc/craft/price.txt | |
parent | 1f7af276c1fbb2453cd711466c23a1c9a5a83b24 (diff) | |
download | serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.tar.gz serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.tar.bz2 serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.tar.xz serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.zip |
Fix shop startup sequence so new prices are shown
Diffstat (limited to 'npc/craft/price.txt')
-rw-r--r-- | npc/craft/price.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/craft/price.txt b/npc/craft/price.txt index ad05059cd..72762a1e7 100644 --- a/npc/craft/price.txt +++ b/npc/craft/price.txt @@ -196,11 +196,11 @@ function script fix_cPrice { _fix_cPrice(DarkKnightHelmet); _fix_cPrice(SamuraiHelmet); - // TODO: Verify drops and the new GP exploit - // TODO: Rewrite meltdown forge to similar formula - // Giving 30%~50% instead of 50%~70% - // Max rounded down, Min rounded up + // We're done freeloop(false); + + // Manual fixes (handling _fix_cPrice shortcomings) + setiteminfo(DarkCrystal, ITEMINFO_SELLPRICE, rand2(150, 250)); return; } |