root/npc/custom/events/p_track/p_track_core.txt

Revision 1, 1.1 kB (checked in by jinshiro, 17 years ago)
Line 
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//============================================================
15p_track01,41,57,5       script  Lady#track1::P_track    845,{
16end;
17}
18
19p_track01,67,34,6       script  Erudite::P_Spectator1           107,{
20end;
21}
22
23p_track01,44,49,3       script  Edward  881,{
24end;
25}
26
27p_track01,27,47,3       script  Yuri#P_track    853,{
28end;
29}
30
31p_track02,30,45,3       script  Nagya   755,{
32end;
33}
34
35p_track02,42,49,3       script  Asgahrd 733,{
36end;
37}
38
39p_track02,67,33,1       script  Blacksmith#track1       726,{
40end;
41}
42
43p_track02,41,57,5       duplicate(P_track)      Lady#track2     845
Note: See TracBrowser for help on using the browser.