From e6f866e96197b8c8ad6d8a52fc7a1285f7e814d9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 Jul 2018 18:13:26 -0300 Subject: Change some prices. SSL problems... eek. --- npc/functions/refine.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index 65f88e092..eefcc478f 100644 --- a/npc/functions/refine.txt +++ b/npc/functions/refine.txt @@ -1,6 +1,8 @@ // TMW2 Script // Author: // Jesusalva +// Pyndragon (inspiration) +// Scall (inspiration) // Description: // Refine functions @@ -69,15 +71,16 @@ function script refineMaster { switch (.@rlv) { case 0: case 1: + .@rg=CopperIngot; break; case 2: - .@rg=IronIngot; break; case 3: + .@rg=IronIngot; break; case 4: - .@rg=TitaniumIngot; break; case 5: + .@rg=TitaniumIngot; break; case 6: - .@rg=LeadIngot; break; case 7: + .@rg=LeadIngot; break; case 8: .@rg=Bloodstone; break; default: -- cgit v1.2.3-70-g09d2