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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 08-21-2013, 04:09 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,594
Default Get Equipment, Broken?

I realize now this is #wc slots, thus why it was 'broken'. Correct code below.

Code:
if($text=~/^#myequipment$/i)
{
	for($slot = 0; $slot < 24; $slot++)
	{
		if($client->GetItemIDAt($slot) >= 1 && $client->GetItemIDAt($slot) < 400000000)
		{
			plugin::Whisper("Slot $slot contains: " . quest::varlink($client->GetItemIDAt($slot)));
		}	
		else
		{
			plugin::Whisper("Slot $slot is empty.");
		}
	}
}

Last edited by Kingly_Krab; 08-21-2013 at 04:19 AM.. Reason: Realized error, added correct code.
Reply With Quote
  #2  
Old 08-21-2013, 04:49 PM
Drajor's Avatar
Drajor
Developer
 
Join Date: Nov 2012
Location: Halas
Posts: 355
Default

The function command_peekinv is good a reference for things related to this.

EDIT:

Also you have a condition for the upper limit of item id, probably not needed.
__________________
Drajor regards you indifferently -- what would you like your tombstone to say?
Reply With Quote
  #3  
Old 08-21-2013, 07:57 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

pretty sure the statement is still true if you don't use an upper limit. For the way written above, as empty slots still give you a number.. but that number is 4billion lol
Reply With Quote
Reply


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 06:00 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