Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. sub EVENT_ITEM {
  2. if ((!defined $qglobals{"GoonQuest2"} || $name eq "Mortenson") && plugin::check_handin(\%itemcount, 35088 => 1)) {
  3. plugin::Whisper("Good work!");
  4. quest::createBot("$name"."sCaster", "", 1, quest::ChooseRandom(1, 3, 5, 6, 12, 522), 12, quest::ChooseRandom(0, 1));
  5. quest::setglobal("GoonQuest2", 1, 5, "F");
  6. }
  7. if ((!defined $qglobals{"GoonQuestArcher"} || $name eq "Bob") && plugin::check_handin(\%itemcount, 35106 => 1)) {
  8. plugin::Whisper("Good work!");
  9. quest::createBot("$name"."sArcher", "", 1, quest::ChooseRandom(1, 4, 7, 11, 522), 4, quest::ChooseRandom(0, 1));
  10. quest::setglobal("GoonQuestArcher", 1, 5, "F");
  11. }
  12. plugin::return_items(\%itemcount);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement