multi-class armor quest
sub EVENT_ITEM
{ if ($itemcount{17} == 1 && $class eq 'Paladin,Bard') { quest::summonitem (18); quest::shout("Congratulations $name"); } } how could i get this to work? |
Try this:
Code:
sub EVENT_ITEM { Code:
sub EVENT_ITEM { |
I had issues with getting some of these to work as well, but I finally got them all working. You might be able to find some good examples in the Custom Quests section of the forums. Here are some examples of quests I posted there for class specific rewards:
http://www.eqemulator.net/forums/showthread.php?t=24921 http://www.eqemulator.net/forums/showthread.php?t=24321 |
Thanks guys.
Andmetal,Trevius Thanks for the fast responses. You guys are a great part of this community. |
All times are GMT -4. The time now is 03:17 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.