summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-01-27 16:23:26 -0500
committergumi <mekolat@users.noreply.github.com>2017-01-28 09:53:55 -0500
commit783d23c1b35d32edc9b7281550783a07107b75b7 (patch)
treea2b5ef2124069598d4039c039936fdc732e58370
parent9cac9a4af2100aaf8eb6c171c015926c0c3fa376 (diff)
downloadserverdata-783d23c1b35d32edc9b7281550783a07107b75b7.tar.gz
serverdata-783d23c1b35d32edc9b7281550783a07107b75b7.tar.bz2
serverdata-783d23c1b35d32edc9b7281550783a07107b75b7.tar.xz
serverdata-783d23c1b35d32edc9b7281550783a07107b75b7.zip
add more technical explaination of the bank system
-rw-r--r--npc/001-2-19/lloyd.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/npc/001-2-19/lloyd.txt b/npc/001-2-19/lloyd.txt
index 96106e80..2f3a959b 100644
--- a/npc/001-2-19/lloyd.txt
+++ b/npc/001-2-19/lloyd.txt
@@ -1,5 +1,6 @@
// Evol scripts.
-// Author:
+// Authors:
+// gumi
// Reid
// Description:
// Lloyd the banker NPC.
@@ -52,12 +53,16 @@
}
function explain_guild {
- speech
+ speech 4,
l("The guild is in charge of the commerce regularization throughout Artis and its surroundings."),
l("With the help of the town hall and the Legion of Aemil we organize some auction and we help local merchants to launch their businesses."),
l("We also feature some services like a storage and a bank for members."),
l("Registration is open to everybody, but newcomers need to pay a fee for all of the paperwork.");
+ narrator 1,
+ l("The bank and item storage is shared between all characters within a same account."),
+ l("With it, you can safely move items and funds between your characters."),
+ l("To move between characters that are on different accounts, you have to use the Trade function.");
return;
}
@@ -178,7 +183,7 @@
selectd
rif (.@enora == 2, l("I'm looking for some black iron ingots.")),
l("I would like to store some items."),
- l("I would like to deposit some money."),
+ l("I would like to perform money transactions."),
l("What is this guild for?"),
l("Does the guild has any work for me right now?"),
l("Bye.");