1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
// TMW2 scripts.
// Author:
// Jesusalva
// Description:
// Water animations, splash, fishes, etc...
018-2,118,50,0 script #HH_WAM0 NPC_WATER_SPLASH,{
fishing(1,
CommonCarp,
Trout);
close;
OnInit:
.sex = G_OTHER;
.distance = 4;
end;
}
018-2,41,49,0 duplicate(#HH_WAM0) #HH_WAM1 NPC_WATER_SPLASH
018-2,51,93,0 duplicate(#HH_WAM0) #HH_WAM2 NPC_WATER_SPLASH
|