Log In
Sign Up
Go Gold
Home
Forum
Mail
Downloads
Game Search
Macro Editor
Notes
Membership
Ratop.pl - Quest File
General Info
Quest File
sub EVENT_SIGNAL { if ($signal == 1) { quest::say("Squawk! Pieces of eight! Pieces of eight!"); my $mobid = $entity_list->GetMobByNpcTypeID(110053); if ($mobid) { my $mobnpc = $mobid->CastToNPC(); $mobnpc->SignalNPC(1); } else { my $mobid = quest::spawn2(110053, 0, 0, $x+9, $y+1, $z, $h); # NPC: Ritap my $mob = $entity_list->GetMobID($mobid); my $mobnpc = $mob->CastToNPC(); $mobnpc->SignalNPC(1); } } if ($signal == 2) { quest::say("We be out. You'll be needin to make more. Arg!"); } # shawl signal if ($signal == 101) { quest::say("Yar ye scruvy bearded dwarf, just over tha hill there."); quest::signalwith(110053,101,5); # signal Ritap } } # Quest by mystic414
Source: 17 Jan 2022
Quest Source: 28 May 2022