EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=634)
-   -   neriaka/pungla.pl (https://www.eqemulator.org/forums/showthread.php?t=42133)

dagulus2 10-15-2018 05:12 PM

neriaka/pungla.pl
 
This appears to be missing; its part of the HEHE Quest

Code:

# Pungla.pl npcID:(40083)
# written by dagulus2

sub EVENT_SAY {
  if ($text=~ /Hail/i) {
    quest::say("Welcome! Drink you shall, some of de finest drinks of da lands! [Flaming Pungla], I suggest to you. It all me sells.");
  }
  if ($text=~ /Flaming Pungla/i) {
    quest::say("Greatest drink and Plunga's creation. Buy one you should. Dey so gud me gots da charge t'ree golds.");
  }
}

sub EVENT_ITEM {
  if ($gold == 3) {
        quest::say("Bottoms up!");
    quest::summonitem(13382);
  }
  else {
    quest::givecash($copper, $silver, $gold, $plat); #Return Cash if wrong amount
  }
  plugin::return_items(\%itemcount);
}



All times are GMT -4. The time now is 03:41 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.