Guest User

Untitled

a guest
May 20th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1.  
  2. # if ($text =~/hail/i) ### START ###
  3. # {
  4. # $client->Message(315, "$NPCName says, Be welcome $name! As you might know, I am Gorgol, the Leader of the Headhunters of the Bloodwish Orc Clan. I am looking for very experienced hunters to join my $mission. If you thought the prior mission you had was tough, you are in for an even bigger surprise!! Hahahaha!!! Don't waste my time though if you are a weakling, this mission is not for the fragile types!");
  5. # quest::doanim(12);
  6. # $client->Message(6, "$NPCName flexes.");
  7. # }
  8. # if ($text =~/mission/i)
  9. # {
  10. # $client->Message(315, "$NPCName says, 'I am sure you are still hungry for fame! Fame forged by blood! Now that you have proven yourself, let's seek out and hunt down every creatures treating these lands even further, helping the weakling habitants of The Hidden Forest in their desperate war. But only the bravest hunters will succeed! As I assure you, this is not an easy $task to complete. You will be fighting against the biggest creatures of the land, the World Bosses!!");
  11. # $client->Message(6, "$NPCName looks at you curiously.");
  12. # }
  13. # if ($text =~/task/i)
  14. # {
  15. # $client->Message(315, "$NPCName says, 'Are you $ready for the challenge? Let's see if you can do a better job than your did as a lowbie Headhunter!!");
  16. # }
  17. # if ($text =~/ready/i) ### Assign task ###
  18. # {
  19. # quest::assigntask(120);
  20. # $client->Message(315, "$NPCName says, 'Thats the spirit $name! Good luck on your mission.");
  21. # $client->Message(6, "$NPCName waves goodbye.");
  22. # quest::setglobal("$globalname2",1,5,"F");
  23. # }
  24. # }
  25. # if ($qglobals{$globalname} < 3)
  26. # {
  27. # $client->Message(315, "$NPCName says, Complete the HH task'");
  28. # }
  29. # }
  30. # }
Add Comment
Please, Sign In to add comment