Thread: Couple Bugs
View Single Post
  #1  
Old 12-28-2014, 04:20 PM
Bandor
Hill Giant
 
Join Date: May 2014
Posts: 209
Default

Quote:
Originally Posted by Kingly_Krab View Post
Missing ) on the end.
Code:
sub EVENT_ITEM { 
	if(plugin::check_handin(\%itemcount, 1261 => 1)) { # Black Tuffien Hide
		quest::summonitem(21810); # Black Rope Bridle*
	} elsif (plugin::check_handin(\%itemcount, 1267 => 1)) { # White Tuffien Hide
		quest::summonitem(21805); # White Rope Bridle*
	} elsif (plugin::check_handin(\%itemcount, 1266 => 1)) { # Tan Tuffien Hide
		quest::summonitem(21800); # Tan Rope Bridle*
	} elsif (plugin::check_handin(\%itemcount, 1264 => 1)) { # Brown Tuffien Hide
		quest::summonitem(21815); # Brown Rope Bridle*
	}
}
Worked ty sir,cant believe i deleted that lol
__________________
Owner and Developer - Everquest: A New World
Reply With Quote