Thread: Quest questions
View Single Post
  #7  
Old 01-04-2016, 07:22 PM
Excuses
Hill Giant
 
Join Date: Mar 2015
Posts: 126
Default

Quote:
Originally Posted by Huppy View Post
This is a sample of something I am using for a handin right now, which works for me.

Code:
if (plugin::check_handin(\%itemcount, 13005 => 1) && ($ulevel > 14)) {
Would there be a plugin that handles if taskiscomplete? e.x

Code:
if(quest::istaskcompleted(114)) {
		if($text=~/Yissen/i) {
			plugin::Whisper("Good! I hope he is doing his job, I have a $task for you."); 
		}elsif{
			plugin::Whisper("Seek him out before me, friend.");
		}
	}
Making sure previous task is complete, to move on?
Reply With Quote