summaryrefslogtreecommitdiff
path: root/npc/012-1/wateranimation.txt
blob: 0943d594220df4390a9b68b3a9a8bba880ff4ac8 (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
// TMW2 scripts.
// Author:
//    gumi
//    Reid
//    Saulc
//    Jesusalva
// Description:
//    Water animations, splash, fishes, etc...

012-1,119,54,0	script	#Hurn_WAM0	NPC_WATER_SPLASH,{

    fishing; // begin or continue fishing
    setarray .@rare_fish,
        GrassCarp,
        BottleOfWoodlandWater;
    close;

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

012-1,137,58,0	duplicate(#Hurn_WAM0)	#Hurn_WAM1	NPC_WATER_SPLASH
012-1,137,88,0	duplicate(#Hurn_WAM0)	#Hurn_WAM2	NPC_WATER_SPLASH
012-1,59,12,0	duplicate(#Hurn_WAM0)	#Hurn_WAM3	NPC_WATER_SPLASH
012-1,138,31,0	duplicate(#Hurn_WAM0)	#Hurn_WAM4	NPC_WATER_SPLASH