ok the deities seem to be in full order now =)
on loregroup , you allreday got the field right, what needs to display is liek on this exmaple here - this is a pic of a random item from life
http://everquest.allakhazam.com/equi...ensleeves.jpeg
as you see on very top it says MAGIC ITEM, followed by LORE ITEM (which means you may only own 1 such item at any given time)
the "lore" of the item can have the following setting to my knowlegde in the "loregroup" field:
-1 this value means item is NOT a lore item and in this case normaly nothing is displayed (or you can display : LORE: NO)
0 this value means this IS a LORE item (LORE: YES)
1 this is value means that item is an EPIC (i belive this put in after Epics 1.5/2.0 to prevent people from not just having 2 identical epics, but from having any extra epics beyond the one they currently have, so once you trasformed Epic 1 into Epic 1.5 - you cannot go and get the Epic 1 again and this way have 2 diffirent Epics)
The elemental part. WHat you currently got displayed on the item info display are the damages which come from:
"elemdmgamt" which correspands with another field "elemdmgtype"
the "elemdmgtype" can have following values:
0 - no extra dmg effect, valeu of "elemdmgamt" is ignored by the game
1 - Magical - the value of "elemdmgamt" field is extra Magical dmg delt
2 - Fire -
3 - Cold -
4 - Poison -
5 - Disease -
so basicly where in item display you show: Elem Dmg: X, I would like to mention which of the "elemdmgtype" its type of
The BANE damage. This one a bit trickier.
There are 2 DIFFIRENT banes types and 2 diffirent bane ammount values fields (4 fields total)
the one you currently have implemented is "banedmgamt" which correspands with "banedmbody" fields, and uses values from npc body types list - like Animal, Undead, Dragon etc.
All what is left to be added here is mention of which body is it next to the dmg you displaying on the item info display
The 2nd Bane.
The 2nd Bane is a RACIAL bane. It comes from 2 fields:
"banedmgraceamt" - a value of how much dmg is been delt
"banedmgrace" - a specific race this value affects (such as Human, Aviak, Wood Elf, Gnoll etc)
hope this clears thigns up =)