Problems with Perl quest::summonitem
Some of the quests I'm working on reward food or drink along with experience. In trying to reward multiples, it seems it is still only summoning one of the item. From my understanding, if the item is stackable and an amount is specified the summonitem statement should place a stack of the amount specified on the players cursor.
For example: Code:
quest::summonitem(3015,5); Can anyone tell me how to get the second parameter to pass and process? /quits pulling at his hair in fear of pulling out the last bit he has left :P |
I'm not sure if perl supports having the number of items to summon after, even if it is stackable..
Maybe you should try having Code:
quest::summonitem(3015); .. or someone already knowing c++ could code it in - that'd be easier :wink: |
Yup.. Know I could do it that way. I was just going by the syntax as shown in the guide stickied at the top for writing perl quests "Guide to the Perl Quest system *updated 16/02/2004*":
Quote:
|
All times are GMT -4. The time now is 11:33 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.