Skip to content

Commit

Permalink
Update Trooper_Mozo.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
huffin committed Nov 6, 2019
1 parent 1a577d5 commit 59a3daf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fieldofbone/Trooper_Mozo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ sub EVENT_ITEM {
#Bone Chips (fieldofbone)(END)
quest::emote("gasp's in astonishment.");
quest::say("Wha...? This!! But... I... Why you... I oughta.. All right!! A bet is a bet. Here you go. A few silver piece's for your achievement. What?!! You thought I would give you ten? Fat chance! Now get lost or I will haul you in for impersonating a froglok.");
quest::faction(441,15); # +Legion of Cabilis
quest::faction(440,15); # +Cabilis Residents
quest::faction(445,15); # +Scaled Mystics
quest::faction(442,15); # +Crusaders of Greenmist
quest::faction(444,15); # +Swifttails
quest::faction(441,1); # +Legion of Cabilis
quest::faction(440,1); # +Cabilis Residents
quest::faction(445,1); # +Scaled Mystics
quest::faction(442,1); # +Crusaders of Greenmist
quest::faction(444,1); # +Swifttails
my $a = quest::ChooseRandom(1,2,3,4,5,6,7);
quest::givecash(0,$a,0,0);
quest::exp(500);
Expand Down

0 comments on commit 59a3daf

Please sign in to comment.