summaryrefslogtreecommitdiff
path: root/npc/005-1/zegas.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-01-24 18:25:42 +0100
committerSaulc <lucashelaine14@gmail.com>2018-01-24 18:25:42 +0100
commiteeebc8f8181c8d79a2bb2e45d5341ec72ccf5540 (patch)
treedacfe82a4aa85db9edca3ae38c424b9aeeeb926f /npc/005-1/zegas.txt
parent0cc37af255e4e222622ce524c6eccfc032811f49 (diff)
downloadserverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.gz
serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.bz2
serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.xz
serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.zip
add map items adn npcs focus on candor
Diffstat (limited to 'npc/005-1/zegas.txt')
-rw-r--r--npc/005-1/zegas.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt
new file mode 100644
index 000000000..cbeb83294
--- /dev/null
+++ b/npc/005-1/zegas.txt
@@ -0,0 +1,32 @@
+// Evol scripts.
+// Authors:
+// gumi
+// Reid
+// Description:
+// Lloyd the banker NPC.
+// Variables:
+// 0 ArtisQuests_Lloyd
+// 1 ArtisQuests_Fexil
+// 2 ArtisQuests_Enora
+// Quest states:
+// 00 -- Never talked
+// 01 -- Registred on the Guild
+// 10 -- not started
+// 11 -- Lloyd warned about the quest
+// 20 -- Default.
+// 21 -- BlackSmith quest delivered.
+// 22 -- Chelios Quest given.
+// 23 -- Chelios Quest done.
+
+005-1,35,75,0 script Zegas NPC_LLOYD,{
+
+
+
+OnPCLoginEvent:
+ if (#MerchantBank)
+ {
+ BankVault += max(0, #MerchantBank);
+ #MerchantBank = 0;
+ }
+ end;
+}