summaryrefslogtreecommitdiff
path: root/npc/003-1/wateranimation.txt
blob: b3b58e8f561d4abd38f1881ddeaaad68c9d52384 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// TMW2 scripts.
// Author:
//    gumi
//    Reid
//    Saulc
// Description:
//    Water animations, splash, fishes, etc...

003-1,83,128,0	script	#water_animation0	NPC_WATER_SPLASH,{

    fishing; // begin or continue fishing
    close;

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

003-1,87,125,0	duplicate(#water_animation0)	#water_animation1	NPC_WATER_SPLASH
003-1,88,120,0	duplicate(#water_animation0)	#water_animation2	NPC_WATER_SPLASH
003-1,76,120,0	duplicate(#water_animation0)	#water_animation3	NPC_WATER_SPLASH
003-1,75,127,0	duplicate(#water_animation0)	#water_animation4	NPC_WATER_SPLASH
003-1,79,111,0	duplicate(#water_animation0)	#water_animation5	NPC_WATER_SPLASH
003-1,82,105,0	duplicate(#water_animation0)	#water_animation6	NPC_WATER_SPLASH
003-1,85,110,0	duplicate(#water_animation0)	#water_animation7	NPC_WATER_SPLASH
003-1,88,113,0	duplicate(#water_animation0)	#water_animation8	NPC_WATER_SPLASH
003-1,86,126,0	duplicate(#water_animation0)	#water_animation9	NPC_WATER_SPLASH
003-1,87,132,0	duplicate(#water_animation0)	#water_animation10	NPC_WATER_SPLASH
003-1,83,111,0	duplicate(#water_animation0)	#water_animation11	NPC_WATER_SPLASH
003-1,78,144,0	duplicate(#water_animation0)	#water_animation12	NPC_WATER_SPLASH
003-1,83,140,0	duplicate(#water_animation0)	#water_animation13	NPC_WATER_SPLASH
003-1,72,147,0	duplicate(#water_animation0)	#water_animation14	NPC_WATER_SPLASH
003-1,72,122,0	duplicate(#water_animation0)	#water_animation15	NPC_WATER_SPLASH


003-1,71,58,0	script	#lowsea_tulim0	NPC_WATER_SPLASH,{

    fishing; // begin or continue fishing
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 4;
    .fishing_rod=SmallFishingNet;
    .net_ratio=3;
    .catch_time=8000; // You have 3 more seconds to pull here
    .wait_time_min=8000;
    .wait_time_max=21000;
    .pull_rand_max=1600;
    .regen_time=30;
    end;
}

003-1,95,47,0	duplicate(#lowsea_tulim0)	#lowsea_tulim1	NPC_WATER_SPLASH
003-1,121,48,0	duplicate(#lowsea_tulim0)	#lowsea_tulim2	NPC_WATER_SPLASH
003-1,121,36,0	duplicate(#lowsea_tulim0)	#lowsea_tulim3	NPC_WATER_SPLASH
003-1,32,107,0	duplicate(#lowsea_tulim0)	#lowsea_tulim4	NPC_WATER_SPLASH
003-1,25,78,0	duplicate(#lowsea_tulim0)	#lowsea_tulim5	NPC_WATER_SPLASH
003-1,16,50,0	duplicate(#lowsea_tulim0)	#lowsea_tulim6	NPC_WATER_SPLASH