blob: 48a4b3cfad5d4338294e59837ae605dbf1801d21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Evol scripts.
// Author:
// gumi
// Reid
// Description:
// Water animations, splash, fishes, etc...
003-1,104,100,0 script #water_animation0 NPC_WATER_SPLASH,{
fishing; // begin or continue fishing
close;
OnInit:
.sex = G_OTHER;
.distance = 5;
end;
}
003-1,108,102,0 duplicate(#water_animation0) #water_animation16 NPC_WATER_SPLASH
|