From df0729c8e1a32001276576fa2f29ab1bbc2de18f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 20 Nov 2018 11:13:43 -0200 Subject: Ship travels to the world are cheaper --- npc/016-1/captain.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'npc') diff --git a/npc/016-1/captain.txt b/npc/016-1/captain.txt index eeabe3e9b..f9fafa0ba 100644 --- a/npc/016-1/captain.txt +++ b/npc/016-1/captain.txt @@ -5,7 +5,7 @@ // Temporary, placeholder. 016-1,19,29,0 script Captain NPC_NARD,{ - .@price=2000; + .@price=1500; if (BaseLevel < 20) goto L_TooWeak; @@ -28,15 +28,15 @@ L_TTulim: .@x=reputation("Tulim"); if (.@x >= 14) - .@price-=1850; + .@price-=1450; else if (.@x >= 12) - .@price-=1750; + .@price-=1250; else if (.@x >= 10) - .@price-=1500; - else if (.@x >= 8) .@price-=1000; + else if (.@x >= 8) + .@price-=800; else if (.@x >= 6) - .@price-=750; + .@price-=650; else if (.@x >= 4) .@price-=500; else if (.@x >= 2) @@ -78,11 +78,11 @@ L_THurns: .@x=reputation("Hurns"); if (.@x >= 5) - .@price-=1750; + .@price-=1450; else if (.@x >= 4) - .@price-=1600; + .@price-=1300; else if (.@x >= 3) - .@price-=1200; + .@price-=1000; else if (.@x >= 2) .@price-=800; else if (.@x >= 1) @@ -125,7 +125,7 @@ L_TNival: if (!$NIVALIS_LIBDATE) .@price=1; // zero could cause weird bugs else if (.@x >= 2) - .@price-=1500; + .@price-=1200; else if (.@x >= 1) .@price-=750; -- cgit v1.2.3-70-g09d2