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-7 | |
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-7')
-rw-r--r-- | npc/005-7/trainer.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index f59d5971e..6f595b89b 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -310,6 +310,13 @@ L_Menu_gap: mes ""; goto L_PreMenu; +OnKillMaggot: +OnKillManaBug: +OnKillCandorScorpion: +OnKillScorpion: + message strcharinfo(0), "You monster!"; + end; + OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADMIDDLE, 1314); |