View Single Post
  #1  
Old 06-09-2004, 08:22 AM
Swampdog
Hill Giant
 
Join Date: May 2004
Posts: 106
Default 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);
would summon a stack of 5 of item 3015. However, when the quest runs only one of 3015 is given. I've run it both with and without quotes around the individual parameters within () and had the same results for both.

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
__________________
Kukthar
Discord Aftermath (alpha) LAN Party Server [Custom Legit] - Op/Dev
Temporarilly on hold due to time constraints
Damn rl interupting fun anyways.. :P
Reply With Quote