EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   Couple Bugs (https://www.eqemulator.org/forums/showthread.php?t=39149)

Bandor 12-28-2014 04:20 PM

Quote:

Originally Posted by Kingly_Krab (Post 236370)
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


All times are GMT -4. The time now is 07:16 PM.

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