Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-23-2004, 02:40 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default New Details about items

Hey,

I thought I would let everybody know about a detail that I identified recently about items.

They have a field which was called 'Skill', which was not really well defined. I have changed the name of this field to ItemUse, and identified all the possible values of this field.

Im announcing this in case anybody gets ambitious and wants to take advantage of this new information for whatever.

I have allready implemented:
archery ammo consumption
use of all types of bandages, not just 1


Code:
/*
** Item uses
**
*/
enum ItemUses
{
	ItemUse1HS			= 0,
	ItemUse2HS			= 1,
	ItemUsePierce		= 2,
	ItemUse1HB			= 3,
	ItemUse2HB			= 4,
	ItemUseBow			= 5,
	ItemUseThrowing		= 7,
	ItemUseShield		= 8,
	ItemUseArmor		= 10,
	ItemUseUnknon		= 11,	//A lot of random crap has this item use.
	ItemUseLockPick		= 12,
	ItemUseFood			= 14,
	ItemUseDrink		= 15,
	ItemUseLightSource	= 16,
	ItemUseStackable	= 17,	//Not all stackable items are this use...
	ItemUseBandage		= 18,
	ItemUseThrowingv2	= 19,
	ItemUseSpell		= 20,	//spells and tomes
	ItemUsePotion		= 21,
	ItemUseWindInstr	= 23,
	ItemUseStringInstr	= 24,
	ItemUseBrassInstr	= 25,
	ItemUseDrumInstr	= 26,
	ItemUseArrow		= 27,
	ItemUseJewlery		= 29,
	ItemUseKey			= 33,
	ItemUse2HPierce		= 35,
	ItemUseFishingPole	= 36,
	ItemUseFishingBait	= 37,
	ItemUseAlcohol		= 38,
	ItemUseCompass		= 40,
	ItemUsePoison		= 42,	//might be wrong, but includes poisons
	ItemUseHand2Hand	= 45,
	ItemUseCharm		= 52,
	ItemUseAugment		= 54,
	ItemUseAugmentSolvent=55,
	ItemUseAugmentDistill=56
};
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 04:15 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