diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-07 22:26:19 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-07 22:26:19 +0100 |
commit | 7d449dc95b10543b595c273a3fc5244a0e92e837 (patch) | |
tree | a9206c2994989b2affddad63e8b416f6266d4fca /npc/001-1/wateranimation.txt | |
parent | 6d786005f794bf4e245e9b1b3ad7cf4b6cee9429 (diff) | |
download | serverdata-7d449dc95b10543b595c273a3fc5244a0e92e837.tar.gz serverdata-7d449dc95b10543b595c273a3fc5244a0e92e837.tar.bz2 serverdata-7d449dc95b10543b595c273a3fc5244a0e92e837.tar.xz serverdata-7d449dc95b10543b595c273a3fc5244a0e92e837.zip |
fix quest.db and add Fishing in Tulimshar 003-1
Diffstat (limited to 'npc/001-1/wateranimation.txt')
-rw-r--r-- | npc/001-1/wateranimation.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/npc/001-1/wateranimation.txt b/npc/001-1/wateranimation.txt deleted file mode 100644 index 285a7788f..000000000 --- a/npc/001-1/wateranimation.txt +++ /dev/null @@ -1,33 +0,0 @@ -// Evol scripts. -// Author: -// gumi -// Reid -// Description: -// Water animations, splash, fishes, etc... - -001-1,116,123,0 script #water_animation0 NPC_WATER_SPLASH,{ - - fishing; // begin or continue fishing - close; - -OnInit: - .sex = G_OTHER; - .distance = 5; - end; -} - -001-1,119,102,0 duplicate(#water_animation0) #water_animation1 NPC_WATER_SPLASH -001-1,167,82,0 duplicate(#water_animation0) #water_animation2 NPC_WATER_SPLASH -001-1,167,40,0 duplicate(#water_animation0) #water_animation3 NPC_WATER_SPLASH -001-1,104,127,0 duplicate(#water_animation0) #water_animation4 NPC_WATER_SPLASH -001-1,166,123,0 duplicate(#water_animation0) #water_animation5 NPC_WATER_SPLASH -001-1,181,119,0 duplicate(#water_animation0) #water_animation6 NPC_WATER_SPLASH -001-1,202,114,0 duplicate(#water_animation0) #water_animation7 NPC_WATER_SPLASH -001-1,187,86,0 duplicate(#water_animation0) #water_animation8 NPC_WATER_SPLASH -001-1,32,57,0 duplicate(#water_animation0) #water_animation9 NPC_WATER_SPLASH -001-1,40,144,0 duplicate(#water_animation0) #water_animation10 NPC_WATER_SPLASH -001-1,58,131,0 duplicate(#water_animation0) #water_animation11 NPC_WATER_SPLASH -001-1,76,137,0 duplicate(#water_animation0) #water_animation12 NPC_WATER_SPLASH -001-1,109,132,0 duplicate(#water_animation0) #water_animation13 NPC_WATER_SPLASH -001-1,141,93,0 duplicate(#water_animation0) #water_animation14 NPC_WATER_SPLASH -001-1,168,57,0 duplicate(#water_animation0) #water_animation15 NPC_WATER_SPLASH |