Looking for suggestions... And some help
I'm toying with the idea of a vender that gives the epic 1.0, but he also gives a quest for some good armor depending on the class. Here is what I have so far. He responds to everything except the turn ins. He'll take anything but give nothing in return and he won't return anything regardless of if it's wrong or not.
Code:
sub EVENT_SPAWN I think in order to keep it fairly simple, at least from my limited knowledge would be once he gets the items he wants, he gives the player a single item that can be turned in and exchanged for class specific items, Maybe from another quest npc. Right now I'd like to get this part working. |
Looks like you're missing an open bracket "{" after the final plugin statement and before the quest::say().
|
Meant to specify, in the EVENT_ITEM.
|
You also shouldn't need the "return 1;" at the end of your return item part of the script.
|
I messed with this thing all weekend and finally got it. I did take out the "return 1" part, Also I couldnt get it to work using this format for the items,
Code:
if((plugin::check_handin(\%itemcount, 1314 => 1)) || Code:
if (plugin::check_handin(\%itemcount, 1314=>1, 3308=>1, 2280=>1, 1368=>1)) |
All times are GMT -4. The time now is 10:36 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.