Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-02-2015, 07:02 PM
The Crucial One
Fire Beetle
 
Join Date: Jul 2015
Posts: 28
Default Quest::autoinventory()

Is there a command like listed above so i could do something like :

Code:
sub EVENT_SAY {
$upgrade = quest::saylink("upgrade",1);
$sure = quest::saylink("sure",1);
    if ($text=~/hail/i) {
        plugin::Whisper("I have a few gifts for you.");
quest::summonitem(1050, 2);
quest::autoinventory(); ##sends item to next open slot
quest::summonitem(2000, 1);
quest::autoinventory();  ##sends item to next open slot
quest::summonitem(1233, 1);
quest::autoinventory(); ##sends item to next open slot
quest::summonitem(9956, 3);
quest::autoinventory(); ##sends item to next open slot
quest::summonitem(5797, 1);
quest::autoinventory(); ##sends item to next open slot
quest::summonitem(6127, 5);
quest::autoinventory(); ##sends item to next open slot
    }
}
Reason for this is im finding that a mass item summon causes the client to get confused about certain items and only way to fix this is to zone, on some of my events where the items are only needed for maybe 2 minutes its a pain to force players to have to leave and come back just to right their inventory...
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:33 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3