Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::GeorgeS's Tools

Development::GeorgeS's Tools A forum just for GeorgeS's tools

Reply
 
Thread Tools Display Modes
  #1  
Old 01-19-2008, 01:53 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

Oh Geogre I just remembered something very important - would you mind adding Deity editing to the item editor? And dislaying under where you display allowed classes and races.

It would be nice to easily make lots of deity specific items

here are the deity codes in case you need them

AGNOSTIC 1
BERTOX 2
BRELL 4
CAZIC 8
EROLLSI 16
BRISTLE 32
INNY 64
KARANA 128
MITH 256
PREXUS 512
QUELLIOUS 1024
RALLOS 2048
RODCET 4096
SOLUSEK 8192
TRIBUNAL 16384
TUNARE 32768
VEESHAN 65536
Reply With Quote
  #2  
Old 01-21-2008, 02:45 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

me again =)
sorry to keep loading you with work George, but I thought of few other things.

On the info screen where you show Bane and Elemental dmg- could you also pelae show Bane vs what races/body and Elem dmg of which type (magic, fire etc)
Reply With Quote
  #3  
Old 01-25-2008, 02:38 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Update - Item Editor/Character Inventory Editor
ver 13.4.0

- Added ability to Search by custom 'source' field tags
- Added diety to custom search and edit item sections
- Added "<>" in advanced search criteria
- Editing items has been improved. You can now flag items you make with custom tags
(these are used in 'source' field). This is good when you create custom items, and
want to find them later. Under advanced search, select 'source field tag' with your tag
in the input box. Creating multiple items is achieved by first clicking on
'clear main search list' to remove any query results and then click on copy several
times. Your custom tag is applied each time. Fixed a few other minor issues.


Unless a major problem exists, no updates for several weeks due to time constraints. I spent 8 hours on this today.

GeorgeS


__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #4  
Old 01-25-2008, 04:06 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

great work as always George =)

few minor coments:
the Deities part should work in a manner simular to how you did Classes - you shoudl be adding the deity number rather than seting to it. So if item allreday has deiti 2, clicking "add 1" will turn it into "3" (which is 1 and 2 allowed).
Also it will need a plain 0 - aka "all allowed"

also would help if deities would then be displayed under where Classes/races are displayed on the item representation on the top of the screen


on create multyple items- not sure I got this part. I thought that you will add something like: when clicking COPY a window will appear and ask - "how many copies?" - you type in 76 - and editor makes 76 copies of given item.


other things from before:
-I noticed you removed the "Wrong" Lore thing from selection list. However we could still use the "right lore"- aka the "loregroup". As well displaying loregroup flag next to "magic and no drop" tags on the item info on the top.

and final thing- the notification of which body/elemetal dmg item has in addition to ammount on the item display on the top.


everything works otherwise =)

Thank you for your dedication to this project!

PS - oh Custom Tag idea is BRILLIANT!!! - I can now find all my items with a single click!!

Last edited by ChaosSlayer; 01-26-2008 at 12:09 AM..
Reply With Quote
  #5  
Old 01-25-2008, 06:28 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Ok got some of this added.

Dieties should be ok now. Added them to the top of the list and selections work in a similar way classes do (17 bit binary)

Multiple copies work. Just select the number of replicates you want. Make sure you have a tag defined first. It's a bit slow, but works.
I'll work on a fast delete in a future revision

loregroup added to selection in editing items

The loregroup flag next to "magic and no drop" tags on the item info on the top. - this part I'm unsure. You will need to pm me with examples because I do not know this well enough.

notification of which body/elemetal dmg item has in addition to amount on the item display on the top
Also, unsure here. You'll have to give the actual field name and what they mean. I know very little about this part of eq.

GeorgeS



__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #6  
Old 01-25-2008, 08:27 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

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 =)
Reply With Quote
  #7  
Old 01-29-2008, 07:00 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

Thnx for the detailed info - this really helped. I added the requested stuff to the recent build

- 13.4.3 - Added Bane dmg vs bodytype and race and elemental dmg vs. too


GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
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 09:20 AM.


 

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