View Single Post
  #41  
Old 02-25-2016, 10:46 AM
jpyou127's Avatar
jpyou127
Discordant
 
Join Date: Nov 2005
Posts: 270
Default a_white_stallion.pl

a_white_stallion.pl

Code:
sub EVENT_SAY {
  if ($text=~/hail/i) {
    quest::emote("stares at $name unblinking with colorless eyes.");
  }
}

  sub EVENT_ITEM {
  if (plugin::check_handin(\%itemcount, 22856 => 1)) {
    quest::say("The madness has fled my mind and I am once again whole! Give Gelistial my regards, I must leave this place and try to quell the madness I have inflicted.");
    quest::summonitem(24869);
  }
}
NPC should be :

Race: 124:Unicorn
Class: 1:Warrior
Bodytype: 21:Animal
Gender: 2:Neuter
Texture: 2
Helm Texture: 1


This will get the white horse with sightless eyes.


Celestial