summaryrefslogtreecommitdiff
path: root/npc/005-1/zegas.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-01-26 02:14:38 +0100
committerSaulc <lucashelaine14@gmail.com>2018-01-26 02:14:38 +0100
commitcbc3c50aeb12013ae1e4553390b156ea39cb0897 (patch)
tree1c766343fed4745029ba17a1ef05d0dd70f06002 /npc/005-1/zegas.txt
parenteeebc8f8181c8d79a2bb2e45d5341ec72ccf5540 (diff)
downloadserverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.gz
serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.bz2
serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.xz
serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.zip
change stats points. and add new foods items
Diffstat (limited to 'npc/005-1/zegas.txt')
-rw-r--r--npc/005-1/zegas.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt
deleted file mode 100644
index cbeb83294..000000000
--- a/npc/005-1/zegas.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-// 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;
-}