From 6ddb573269bc7b0af11bbada28d769eb04ce7bad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Mar 2021 01:11:56 -0300 Subject: Fires Of Steam, Final Showdown - Initial Version --- npc/025-1/ihclot.txt | 2 +- npc/025-1/phoenix.txt | 2 +- npc/025-1/salohcin.txt | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'npc/025-1') diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt index 490b4c1f5..cd093e2b1 100644 --- a/npc/025-1/ihclot.txt +++ b/npc/025-1/ihclot.txt @@ -100,7 +100,7 @@ mesn; mesc l("Well, here you are. I hope you enjoy ^^", 3); // Act 5+ Grace Reroll - if ($GAME_STORYLINE >= 4) { + if ($GAME_STORYLINE >= 5) { next; mesc l("DO YOU WANT TO REROLL THE ITEM? THIS CANNOT BE UNDONE! (free)"), 1; next; diff --git a/npc/025-1/phoenix.txt b/npc/025-1/phoenix.txt index e820f2cb9..d89713208 100644 --- a/npc/025-1/phoenix.txt +++ b/npc/025-1/phoenix.txt @@ -35,7 +35,7 @@ case 4: .@blvl+=175; .@rebirth$=l("final"); - if ($GAME_STORYLINE >= 4) + if ($GAME_STORYLINE >= 5) break; default: setpcblock(PCBLOCK_HARD, false); diff --git a/npc/025-1/salohcin.txt b/npc/025-1/salohcin.txt index df322af22..6063eaaf3 100644 --- a/npc/025-1/salohcin.txt +++ b/npc/025-1/salohcin.txt @@ -6,7 +6,11 @@ 025-1,108,67,0 script Salohnic NPC_NICHOLAS,{ // Define variables - if ($GAME_STORYLINE >= 4) { + if ($GAME_STORYLINE >= 5) { + .@tx$=l("thrice"); + .@txn=4; + .@prc=150000; + } else if ($GAME_STORYLINE >= 4) { .@tx$=l("twice"); .@txn=3; .@prc=90000; -- cgit v1.2.3-70-g09d2