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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 07-05-2002, 10:18 PM
Kaiyodo
Hill Giant
 
Join Date: Jan 2002
Location: Midlands,UK
Posts: 149
Default

PlayerItem is an EQ_PlayerItem struct contained within the main struct. It's defined at the top of the file as a 10 byte struct (It has offsets from 0x0-0xA). You can get the real offsets inside the main struct by adding 0x114 (it's position in the main struct) to the EQ_PlayerItem offsets.

For example, the offset of PI.Countflag = 0x114 + 0x0
PI.Level = 0x114 + 0x1
PI.Count = 0x114 + 0x2
..
PI.MagicMask = 0x114 + 0x6

What they mean though, I'm not entirely sure. Most of the values in the PlayerItem struct are duplicated, PI.Spell, PI.Level and PI.Effect are the same as Common.SpellId, Common.Level and Common.Effect. I just grabbed the file from Hackerquest, I don't pretend to know what they all mean

K.
Reply With Quote
Reply

Thread Tools
Display Modes

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:32 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3