Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sub DoArmorHandin {
- my $armor_list;
- $tmp_zone = 113;
- $tmp_class = 9;
- $armor_list[$tmp_zone][$tmp_class][6] = {slot => 19, item => 24938, reward => 31014}; #boots
- foreach my $entry ($armor_list[$zoneid][$class]) {
- quest::say("Requires ".$entry);
- if (plugin::check_handin(\%itemcount,$entry{item}) => 1 &&
- $cash >= (plugin::DoPricingBySlot($entry{slot})*1000)) {
- quest::summonitem($entry{reward});
- return 1;
- }
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment