View Single Post
  #4  
Old 02-05-2010, 10:20 PM
jkennedy
Hill Giant
 
Join Date: Dec 2009
Posts: 175
Default

Code:
sub EVENT_SAY {
     if ($text =~/Hail/i)  {
          quest::setskill(55,150);   }}
the 55 is the skillid and the 150 is the amount to set it to all they have to do is hail him and bam 150 fishing or w/e u want it t obe
Reply With Quote