Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
spectral_librarian.pl - Quest File
General Info
Quest File
# Test of Charm - enchanter epic - Enchanted Diamond # # items: 10631, 10618 my $x; my $y; my $z; my $mob; my $mobid; my $mobattack; sub EVENT_SAY { } sub EVENT_ITEM { if (plugin::check_handin(\%itemcount, 10631 => 1)) { $x = $npc->GetX(); $y = $npc->GetY(); $z = $npc->GetZ(); quest::say("You have no idea what it is like to be trapped in this place. Take your precious little stone and leave this place."); quest::summonitem(10618); # Item: Enchanted Diamond quest::depop_withtimer(); $mob = quest::spawn2(88087,0,0,$x,$y,$z,0); # NPC: enraged_spectral_librarian $mobid = $entity_list->GetMobID($mob); $mobattack = $mobid->CastToNPC(); $mobattack->AddToHateList($client, 1); } plugin::return_items(\%itemcount); } # EOF Zone: kaesora ID: 88061 NPC: spectral_librarian
Source: 17 Jan 2022
Quest Source: 28 May 2022