Quest not returning items
Hi,
Not sure why this won't return items, I'm assuming because of the platinum requirement as well? Code:
sub EVENT_ITEM { |
I assume that you actually mean the quest is not working and summoning the item it is supposed to?
|
Sorry, should've clarified. I mean when you hand him the wrong item, he isn't returning it. I get the text of "blah blah don't need that" but don't actually get anything back.
|
put the return item in the else.. you have an extra } as well
Code:
sub EVENT_ITEM { |
As has been discussed many times before, the item return should be unconditional, not in the else.
The issue with this quest is the extra closing brace which means the return isn't even part of the event. perl -c is your friend. |
Never do this.
Quote:
|
All times are GMT -4. The time now is 10:05 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.