NatedogServer

collect

May 13th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.28 KB | None | 0 0
  1.     while(quest::istaskactivityactive($current_task,0) && plugin::HasAmount($client,32020,1)) {
  2.         plugin::CollectAmount($client,32020,1);
  3.         quest::updatetaskactivity($current_task,0,1);
  4.         $count++;
  5.     }
  6.     if($count > 0) { plugin::Whisper("Thank you for the $count clockwork gears!"); }
Advertisement
Add Comment
Please, Sign In to add comment