diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-18 01:11:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-18 01:11:56 -0300 |
commit | 6ddb573269bc7b0af11bbada28d769eb04ce7bad (patch) | |
tree | c19b81ff39ecf5ffee7aa00595d1190babce1679 /npc/025-1 | |
parent | fe9ddbaa6acea3854f6da32b4aa47276a5fb1620 (diff) | |
download | serverdata-6ddb573269bc7b0af11bbada28d769eb04ce7bad.tar.gz serverdata-6ddb573269bc7b0af11bbada28d769eb04ce7bad.tar.bz2 serverdata-6ddb573269bc7b0af11bbada28d769eb04ce7bad.tar.xz serverdata-6ddb573269bc7b0af11bbada28d769eb04ce7bad.zip |
Fires Of Steam, Final Showdown - Initial Version
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/ihclot.txt | 2 | ||||
-rw-r--r-- | npc/025-1/phoenix.txt | 2 | ||||
-rw-r--r-- | npc/025-1/salohcin.txt | 6 |
3 files changed, 7 insertions, 3 deletions
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; |