summaryrefslogtreecommitdiff
path: root/npc/019-4/wateranimation.txt
blob: 1a4f18957cad3737aea17a6fee99d9455044104e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// TMW2 scripts.
// Author:
//    Saulc
//    Jesusalva
// Description:
//    Water animations, splash, fishes, etc...

019-4,144,53,0	script	#water_animation_wntrlnds0	NPC_WATER_SPLASH,{

    fishing(1, CommonCarp,
               FrozenYetiTear, IceCube, GrassCarp); // begin or continue fishing
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 4;
    end;
}

019-4,146,32,0	duplicate(#water_animation_wntrlnds0)	#water_animation_wntrlnds1	NPC_WATER_SPLASH
019-4,115,71,0	duplicate(#water_animation_wntrlnds0)	#water_animation_wntrlnds2	NPC_WATER_SPLASH

019-1,114,104,0	duplicate(#water_animation_wntrlnds0)	#water_animation_wntrlnds3	NPC_WATER_SPLASH
019-1,121,78,0	duplicate(#water_animation_wntrlnds0)	#water_animation_wntrlnds4	NPC_WATER_SPLASH

019-2,103,119,0	script	#water_animation_wntrlndsb	NPC_WATER_SPLASH,{

    fishing; // begin or continue fishing
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 4;
    end;
}

019-2,103,103,0	duplicate(#water_animation_wntrlndsb)	#water_animation_wntrlnds5	NPC_WATER_SPLASH
019-2,109,74,0	duplicate(#water_animation_wntrlndsb)	#water_animation_wntrlnds6	NPC_WATER_SPLASH
019-2,109,44,0	duplicate(#water_animation_wntrlndsb)	#water_animation_wntrlnds7	NPC_WATER_SPLASH