summaryrefslogtreecommitdiff
path: root/npc/001-2-19/lloyd.txt
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-06 16:53:43 +0200
committerAlige <gauvain.dauchy@free.fr>2016-07-06 16:53:43 +0200
commit39f195b9934f73a5af9c3066fc04501141edeb9c (patch)
tree31f1c53b462aaaa04f49e98931d8f4cbd4e0ac3e /npc/001-2-19/lloyd.txt
parent435549878eb76e63b1d894d2bf12476b980e511a (diff)
downloadserverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.gz
serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.bz2
serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.tar.xz
serverdata-39f195b9934f73a5af9c3066fc04501141edeb9c.zip
Fixed few bugs in NPC scripts:
Changed item IDs to their aegisname Added missing 's' after @@ when needed Few other fixes in english
Diffstat (limited to 'npc/001-2-19/lloyd.txt')
-rw-r--r--npc/001-2-19/lloyd.txt6
1 files changed, 3 insertions, 3 deletions
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: