PDA

View Full Version : Do you see anything wrong with this quest code?


reddogut
06-05-2009, 12:03 PM
sub EVENT_ITEM {
if(plugin::check_handin(\%itemcount, 13071 => 4)){
quest::say("This is good work! I know this isn't much, but it is all I can offer you. Thanks for your help!");
quest::faction(48,10); # +Coalition of Tradefolk Underground
quest::faction(105,10); # +Freeport Militia
quest::faction(184,-10); # -Knights of Truth
quest::faction(258,-10); # -Priests of Marr
quest::exp(5);
quest::givecash(1,1,1,0);
}
}

ChaosSlayerZ
06-05-2009, 12:31 PM
I have been unable to identify any errors....

reddogut
06-05-2009, 02:14 PM
Thanks for loooking..... I identified my error... and it wasn't the code. :D

Dibalamin
06-05-2009, 09:46 PM
http://ult-tex.net/tools/ultra/line_count.pl

Nice little helpful tool