Item Reward Help
Can someone take a look at this quest and tell me why the NPC accepts the hand-ins, gives the reward message, but not the reward item to the player?
Code:
sub EVENT_SPAWN |
Also, how do I ensure that the order in which the items are handed in does not matter?
|
All taken care of. Here is the final code. If anyone sees anything here, please let me know:
Code:
sub EVENT_SPAWN |
Quote:
quest::summonitem(1079,0); instead of caps, thats all i see off the top of my head, also add the 0 for good measure if it has 0 charges, or isnt stacked. Says its optional but worth a try i keep it in all my summonitem scripts |
I found that out as well. The Quest Editor automatically capitalizes the first letter in quest::summonitem . I changed it, then saved before toggling to a different window, and that fixed the problem.
Thank you for the reply! |
Quote:
|
Aye, and even if you type it, the quest editor change the i to a capital I.
That's why I use it for quest lexicons, or just to create a mob .pl file. The rest is done with notepadd++ |
All times are GMT -4. The time now is 11:14 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.