From 39f195b9934f73a5af9c3066fc04501141edeb9c Mon Sep 17 00:00:00 2001 From: Alige Date: Wed, 6 Jul 2016 16:53:43 +0200 Subject: Fixed few bugs in NPC scripts: Changed item IDs to their aegisname Added missing 's' after @@ when needed Few other fixes in english --- npc/001-2-19/lloyd.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/001-2-19/lloyd.txt') diff --git a/npc/001-2-19/lloyd.txt b/npc/001-2-19/lloyd.txt index d34a55b2..cbd82b94 100644 --- a/npc/001-2-19/lloyd.txt +++ b/npc/001-2-19/lloyd.txt @@ -96,7 +96,7 @@ .@price = 500; speech 4, - l("The fee is of @@E. So, do you want to register?", .@price); + l("The fee is of @@ E. So, do you want to register?", .@price); switch (select (l("Yes."), l("I don't have the time now."))) @@ -190,7 +190,7 @@ set #MerchantBank, #MerchantBank + .@amount; speech 5, - l("You made a cash deposit of @@E.", .@amount); + l("You made a cash deposit of @@ E.", .@amount); break; case 2: @@ -215,7 +215,7 @@ set Zeny, Zeny + .@amount; speech 5, - l("You withdrawn a total of @@E.", .@amount); + l("You withdrawn a total of @@ E.", .@amount); break; case 3: -- cgit v1.2.3-70-g09d2