summaryrefslogtreecommitdiff
path: root/npc/craft/price.txt
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2023-07-17 01:48:55 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2023-07-17 01:48:55 +0000
commitcc560ebdfdd5368a4d944003871a8f7f3a77bf57 (patch)
tree5a82418c9f0b725fed8d5e5cf0c1fa1a6fe861bc /npc/craft/price.txt
parentcac5c770e7bbb169e9516909dfc0d44afceb1446 (diff)
parent5b0a9c8ffdbac30c4ff3981167c7206ca75425c7 (diff)
downloadserverdata-cc560ebdfdd5368a4d944003871a8f7f3a77bf57.tar.gz
serverdata-cc560ebdfdd5368a4d944003871a8f7f3a77bf57.tar.bz2
serverdata-cc560ebdfdd5368a4d944003871a8f7f3a77bf57.tar.xz
serverdata-cc560ebdfdd5368a4d944003871a8f7f3a77bf57.zip
Merge branch 'jesusalva/00610' into 'master'
Jesusalva/00610 See merge request CR/serverdata!1
Diffstat (limited to 'npc/craft/price.txt')
-rw-r--r--npc/craft/price.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/craft/price.txt b/npc/craft/price.txt
index 4b0ab9c..34ff919 100644
--- a/npc/craft/price.txt
+++ b/npc/craft/price.txt
@@ -58,7 +58,7 @@ function script _fix_cPrice {
// Update the final price
if (.@price > 0) {
- debugmes("Price for %s adjusted from %d (%d) to %d (%d) GP", getitemname(.@item), getiteminfo(.@item, ITEMINFO_BUYPRICE), getiteminfo(.@item, ITEMINFO_SELLPRICE), .@price * .@m / 10, .@price);
+ //debugmes("Price for %s adjusted from %d (%d) to %d (%d) GP", getitemname(.@item), getiteminfo(.@item, ITEMINFO_BUYPRICE), getiteminfo(.@item, ITEMINFO_SELLPRICE), .@price * .@m / 10, .@price);
setiteminfo(.@item, ITEMINFO_BUYPRICE, .@price * .@m / 10);
setiteminfo(.@item, ITEMINFO_SELLPRICE, .@price);
//debugmes("New Price for %s is now %d (%d) GP", getitemname(.@item), getiteminfo(.@item, ITEMINFO_BUYPRICE), getiteminfo(.@item, ITEMINFO_SELLPRICE));