diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-11 18:13:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-11 18:13:26 -0300 |
commit | e6f866e96197b8c8ad6d8a52fc7a1285f7e814d9 (patch) | |
tree | 5d1d2f8fb6d2143861f6438a6ffda0a6a59955af /npc/functions | |
parent | 0fa2e68be96a782d6b9c757ddc7d03632c91a376 (diff) | |
download | serverdata-e6f866e96197b8c8ad6d8a52fc7a1285f7e814d9.tar.gz serverdata-e6f866e96197b8c8ad6d8a52fc7a1285f7e814d9.tar.bz2 serverdata-e6f866e96197b8c8ad6d8a52fc7a1285f7e814d9.tar.xz serverdata-e6f866e96197b8c8ad6d8a52fc7a1285f7e814d9.zip |
Change some prices. SSL problems... eek.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/refine.txt | 9 |
1 files 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: |