diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-24 18:14:21 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-24 18:14:21 -0300 |
commit | f6a903972dcb23e067f6e49f65d64a81126178d8 (patch) | |
tree | f2a328c3945f4f47e84dcb4cbbd003345885b542 /npc/005-1 | |
parent | a005868c766981536ffef5923758eaecca3bcbfc (diff) | |
download | serverdata-f6a903972dcb23e067f6e49f65d64a81126178d8.tar.gz serverdata-f6a903972dcb23e067f6e49f65d64a81126178d8.tar.bz2 serverdata-f6a903972dcb23e067f6e49f65d64a81126178d8.tar.xz serverdata-f6a903972dcb23e067f6e49f65d64a81126178d8.zip |
This is the initial setup for the Valon quest (at Trainer NPC).
Nothing was done yet, but I need to check with others if this will change.
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/_mobs.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/005-1/_mobs.txt b/npc/005-1/_mobs.txt index 22191540a..55cd93258 100644 --- a/npc/005-1/_mobs.txt +++ b/npc/005-1/_mobs.txt @@ -2,9 +2,9 @@ // Map 005-1: Candor Island mobs 005-1,36,40,2,1 monster CloverPatch 1028,1,35000,300000 005-1,23,56,1,0 monster IronFragments 1058,1,35000,300000 -005-1,63,84,7,6 monster Maggot 1030,8,35000,300000 -005-1,82,87,8,9 monster CandorScorpion 1073,8,35000,300000 +005-1,63,84,7,6 monster Maggot 1030,8,35000,300000,Trainer::OnKillMaggot +005-1,82,87,8,9 monster CandorScorpion 1073,8,35000,300000,Trainer::OnKillCandorScorpion 005-1,36,105,6,3 monster Piou 1002,1,35000,300000 -005-1,80,33,16,15 monster CandorScorpion 1073,16,35000,300000 -005-1,71,39,28,10 monster ManaBug 1075,4,35000,300000 -005-1,30,39,12,14 monster Scorpion 1071,2,35000,300000 +005-1,80,33,16,15 monster CandorScorpion 1073,16,35000,300000,Trainer::OnKillCandorScorpion +005-1,71,39,28,10 monster ManaBug 1075,4,35000,300000,Trainer::OnKillManaBug +005-1,30,39,12,14 monster Scorpion 1071,2,35000,300000,Trainer::OnKillScorpion |