summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-03-17 20:52:19 +0100
committerSaulc <lucashelaine14@gmail.com>2018-03-17 20:52:19 +0100
commit9cd93904f57cb542e6af962ce9c8b31e7ccce5d5 (patch)
tree85a90c3affff2cc519d7d8fdc6c53e98dc53d006
parent18466d45c5a1fa0485160188c3caa4e104599d2a (diff)
downloadserverdata-9cd93904f57cb542e6af962ce9c8b31e7ccce5d5.tar.gz
serverdata-9cd93904f57cb542e6af962ce9c8b31e7ccce5d5.tar.bz2
serverdata-9cd93904f57cb542e6af962ce9c8b31e7ccce5d5.tar.xz
serverdata-9cd93904f57cb542e6af962ce9c8b31e7ccce5d5.zip
add pond fishing for candor
-rw-r--r--npc/functions/pondfishing.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/npc/functions/pondfishing.txt b/npc/functions/pondfishing.txt
index d480b1d78..51c9254cb 100644
--- a/npc/functions/pondfishing.txt
+++ b/npc/functions/pondfishing.txt
@@ -14,6 +14,21 @@
// UP Bait dropped
// LEFT Fish bite bait
//
+// TMW2 Script
+// Evol functions.
+// Authors:
+// gumi
+// omatt
+// Travolta
+// Jesusalva
+// Description:
+// Fishing functions.
+// Variable
+// .dir
+// DOWN Never try or pulled too late
+// UP Bait dropped
+// LEFT Fish bite bait
+//
// player log on .dir is DOWN, start by choose bait menu
// player chooses bait, script addtimer in npc .dir is UP
// if player pulls before signal npc, bait is lost, set .bait to DOWN goto choose bait
@@ -53,7 +68,7 @@ OnPCLogoutEvent:
end;
}
-function script fishing {
+function script pondfishing {
///////////////////////////////////////////
// Var initialization