From d45e23908126f05f0d162a9cbe4f602083e8aae5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Jul 2022 17:11:28 -0300 Subject: Fix bank GP reset bug --- npc/032-1/episode.txt | 2 -- npc/items/lofteleporter.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/npc/032-1/episode.txt b/npc/032-1/episode.txt index 13f2d4ec0..98a1503b5 100644 --- a/npc/032-1/episode.txt +++ b/npc/032-1/episode.txt @@ -547,8 +547,6 @@ OnInit: } 032-1,114,194,0 script Imec#EP NPC_LOF_TRAVMERC,{ - #MerchantBank+=#MerchantBank; - #MerchantBank=0; .@q = (getq(LoFQuest_EPISODE) == 15 ? getq2(LoFQuest_EPISODE) : 99); .@x = getq3(LoFQuest_EPISODE); .@met_banu = (.@x & 1); diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index 1e2f8e889..9952d726d 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -109,7 +109,7 @@ OnUse: case 8: //atcommand("@block "+strcharinfo(0)); // Reset your bank savings (temporary) - #MerchantBank=BankVault; + #MerchantBank+=BankVault; BankVault=0; setq2 LoFQuest_EPISODE, 0; setq3 LoFQuest_EPISODE, 0; -- cgit v1.2.3-60-g2f50