EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   Do you see anything wrong with this quest code? (https://www.eqemulator.org/forums/showthread.php?t=28463)

reddogut 06-05-2009 12:03 PM

Do you see anything wrong with this quest code?
 
Code:

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


All times are GMT -4. The time now is 07:55 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.