From 43ff326623144dc74d04c1d0dc6deebdafc5af7d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 9 Jun 2019 11:33:50 -0300 Subject: Fix several scripted mob death with fix_mobkill(Pinkie) --- npc/005-7/trainer.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/005-7') diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index efdcc1491..85e31d717 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -554,6 +554,7 @@ OnKillMaggot: message strcharinfo(0), l("@@/10 Maggots", .@k+1); } } + fix_mobkill(Maggot); end; OnKillHouseMaggot: .@q=getq(CandorQuest_Trainer); @@ -570,6 +571,7 @@ OnKillHouseMaggot: if (is_staff()) dispbottom "It's working. (T:OKHM)"; } + fix_mobkill(HouseMaggot); end; OnKillCandorScorpion: .@q=getq(CandorQuest_Trainer); @@ -583,6 +585,7 @@ OnKillCandorScorpion: message strcharinfo(0), l("@@/3 Candor Scorpions", .@k+1); } } + fix_mobkill(CandorScorpion); end; OnKillScorpion: .@q=getq(CandorQuest_Trainer); @@ -596,6 +599,7 @@ OnKillScorpion: message strcharinfo(0), l("@@/2 Scorpion", .@k+1); } } + fix_mobkill(Scorpion); end; OnKillManaBug: .@q=getq(CandorQuest_Trainer); @@ -609,6 +613,7 @@ OnKillManaBug: message strcharinfo(0), l("@@/1 Mana Bug", .@k+1); } } + fix_mobkill(ManaBug); end; OnInit: -- cgit v1.2.3-70-g09d2