1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
//===== rAthena Script =======================================
//= Moscovia Kafras
//===== By: ==================================================
//= Kisuka, Daegaladh
//===== Current Version: =====================================
//= 1.1
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= Kafras for the town of Moscovia.
//===== Additional Comments: =================================
//= 1.0 First Version. [Kisuka]
//= 1.1 Rescripted to use the kafra functions. [Daegaladh]
//============================================================
moscovia,223,191,3 script Kafra Employee::kaf_mosk 114,{
cutin "kafra_04",2;
callfunc "F_Kafra",0,3,0,80,700;
M_Save:
savepoint "moscovia",221,194;;
callfunc "F_KafEnd",0,3,"in the city of Moscovia";
}
|