1 | //===== eAthena Script ======================================= |
---|
2 | //= Poring Track Main NPCs |
---|
3 | //===== By: ================================================== |
---|
4 | //= erKURITA |
---|
5 | //===== Current Version: ===================================== |
---|
6 | //= 0.0000000000000002 |
---|
7 | //===== Compatible With: ===================================== |
---|
8 | //= eAthena 1.0 |
---|
9 | //===== Description: ========================================= |
---|
10 | //= NPCs that has nothing to do with the race itself, but |
---|
11 | //= has important functions on the race itself. |
---|
12 | //===== Additional Comments: ================================= |
---|
13 | //= 0.0000000000000002 Removed Duplicates [Silent] |
---|
14 | //============================================================ |
---|
15 | p_track01,41,57,5 script Lady#track1::P_track 845,{ |
---|
16 | end; |
---|
17 | } |
---|
18 | |
---|
19 | p_track01,67,34,6 script Erudite::P_Spectator1 107,{ |
---|
20 | end; |
---|
21 | } |
---|
22 | |
---|
23 | p_track01,44,49,3 script Edward 881,{ |
---|
24 | end; |
---|
25 | } |
---|
26 | |
---|
27 | p_track01,27,47,3 script Yuri#P_track 853,{ |
---|
28 | end; |
---|
29 | } |
---|
30 | |
---|
31 | p_track02,30,45,3 script Nagya 755,{ |
---|
32 | end; |
---|
33 | } |
---|
34 | |
---|
35 | p_track02,42,49,3 script Asgahrd 733,{ |
---|
36 | end; |
---|
37 | } |
---|
38 | |
---|
39 | p_track02,67,33,1 script Blacksmith#track1 726,{ |
---|
40 | end; |
---|
41 | } |
---|
42 | |
---|
43 | p_track02,41,57,5 duplicate(P_track) Lady#track2 845 |
---|