diff options
Diffstat (limited to 'npc')
-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: |