diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-07 20:59:52 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-07 20:59:52 +0100 |
commit | ad515f87ffa88599eed009466b5bbf6fd508f49d (patch) | |
tree | 8e077c51f2991a568f0fe23ce0fa8b52b2da659c /npc/003-1 | |
parent | 95c3832b02b027a8be296f618ff3585a288389ad (diff) | |
download | serverdata-ad515f87ffa88599eed009466b5bbf6fd508f49d.tar.gz serverdata-ad515f87ffa88599eed009466b5bbf6fd508f49d.tar.bz2 serverdata-ad515f87ffa88599eed009466b5bbf6fd508f49d.tar.xz serverdata-ad515f87ffa88599eed009466b5bbf6fd508f49d.zip |
add Maya npc on 003-1
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/003-1/wateranimation.txt | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/npc/003-1/_import.txt b/npc/003-1/_import.txt index 25ef20d9e..d651cb42d 100644 --- a/npc/003-1/_import.txt +++ b/npc/003-1/_import.txt @@ -26,3 +26,4 @@ "npc/003-1/tamiloc.txt", "npc/003-1/tinris.txt", "npc/003-1/well.txt", +"npc/003-1/wateranimation.txt",
\ No newline at end of file diff --git a/npc/003-1/wateranimation.txt b/npc/003-1/wateranimation.txt new file mode 100644 index 000000000..48a4b3cfa --- /dev/null +++ b/npc/003-1/wateranimation.txt @@ -0,0 +1,19 @@ +// Evol scripts. +// Author: +// gumi +// Reid +// Description: +// Water animations, splash, fishes, etc... + +003-1,104,100,0 script #water_animation0 NPC_WATER_SPLASH,{ + + fishing; // begin or continue fishing + close; + +OnInit: + .sex = G_OTHER; + .distance = 5; + end; +} + +003-1,108,102,0 duplicate(#water_animation0) #water_animation16 NPC_WATER_SPLASH
\ No newline at end of file |