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 09-29-2014, 10:24 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default Tool status update Sep 2014

I am working on these to get them updated with the latest binary compatibility. So far progress has been made with the item editor, which is 2/3 done. This is quite a major recoding,but is going well.

I expect eqitems, item editor to be ready late this week.

The remaining tools will be tackled next..

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #2  
Old 09-29-2014, 04:13 PM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

Sounds great, thanks.

Been using the old versions but they are getting little funky.
Reply With Quote
  #3  
Old 10-07-2014, 10:15 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Good news - EQITEMS has been updated and works using Akka's repack. I based the compatibility off this version. A video is being made to demonstrate features. Look for it soon on youtube.

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #4  
Old 10-07-2014, 01:40 PM
vithmiris's Avatar
vithmiris
Sarnak
 
Join Date: Dec 2013
Posts: 46
Default

Thanks for this George.

I may be missing it, but can not find the download link for the new version on your site.
Reply With Quote
  #5  
Old 10-07-2014, 02:58 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 905
Default

Quote:
Originally Posted by vithmiris View Post
Thanks for this George.

I may be missing it, but can not find the download link for the new version on your site.
Looks like the css is a little funky in a few places.

__________________
Clumsy's World: Resurgence
Clumsy's World [2006-2012]
Reply With Quote
  #6  
Old 10-09-2014, 11:34 AM
vithmiris's Avatar
vithmiris
Sarnak
 
Join Date: Dec 2013
Posts: 46
Default

Thanks, found it.
Reply With Quote
  #7  
Old 10-10-2014, 01:14 AM
Amra's Avatar
Amra
Hill Giant
 
Join Date: May 2006
Posts: 117
Default

Thanks for your continued work, George. =) You rock!
Reply With Quote
  #8  
Old 10-11-2014, 01:30 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

No problem, I'm generally around, still coding and doing all sorts of things..
Still lovin EQ!

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #9  
Old 10-11-2014, 01:46 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Also should mention the other major tools should now be compatible with Akka's repack.
NPC&Loot editor and eqitems, even diablo loot has been fixed. A few others were ok.

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #10  
Old 10-12-2014, 01:42 AM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

Would you consider updating your npc editor to include the new fields in npc_types?

It is rather out of date at this point.

Kayen
Reply With Quote
  #11  
Old 10-12-2014, 12:22 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Ahh, I think I know what you mean,
Yes, I can add the latest ones in. If you have any you really need, just send me a field list

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #12  
Old 10-12-2014, 04:51 PM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

I think those are what is currently missing (order is just the order they appear in the table)

Code:
`alt_currency_id` int(11) unsigned NOT NULL DEFAULT '0',
  `npc_spells_effects_id` int(11) unsigned NOT NULL DEFAULT '0',
  `adventure_template_id` int(10) unsigned NOT NULL DEFAULT '0',
  `trap_template` int(10) unsigned DEFAULT '0',
  `attack_count` smallint(6) NOT NULL DEFAULT '-1',
  `armortint_id` int(10) unsigned NOT NULL DEFAULT '0',
  `armortint_red` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `armortint_green` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `armortint_blue` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `ammo_idfile` varchar(30) NOT NULL DEFAULT 'IT10',
  `ranged_type` tinyint(4) unsigned NOT NULL DEFAULT '7',
  `Corrup` smallint(5) NOT NULL DEFAULT '0',
  `PhR` smallint(5) unsigned NOT NULL DEFAULT '0',
  `see_invis` smallint(4) NOT NULL DEFAULT '0',
  `see_invis_undead` smallint(4) NOT NULL DEFAULT '0',
  `attack_delay` tinyint(3) unsigned NOT NULL DEFAULT '30',
  `Avoidance` mediumint(9) unsigned NOT NULL DEFAULT '0',
  `slow_mitigation` smallint(4) NOT NULL DEFAULT '0',
  `underwater` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `isquest` tinyint(3) NOT NULL DEFAULT '0',
  `emoteid` int(10) unsigned NOT NULL DEFAULT '0',
  `spellscale` float NOT NULL DEFAULT '100',
  `healscale` float NOT NULL DEFAULT '100',
  `no_target_hotkey` tinyint(1) unsigned NOT NULL DEFAULT '0',
  `raid_target` tinyint(1) unsigned NOT NULL DEFAULT '0',

Last edited by Kayen; 10-12-2014 at 06:20 PM..
Reply With Quote
  #13  
Old 10-13-2014, 09:00 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Ok, got it.

Fields will be in next version

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #14  
Old 10-18-2014, 02:05 PM
Portal63
Fire Beetle
 
Join Date: Sep 2014
Location: Virginia
Posts: 28
Default

NM. Fixed.
Reply With Quote
  #15  
Old 10-20-2014, 09:41 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 905
Default

So decided to give these a try and can't get them to work. db.ini is correct, all *.ocx registered successfully, and ODBC installed, but I still get connection errors trying to load eqitems.exe or npc_loot_edit.exe.

Server is external if it matters.


Can connect fine with Navicat, EOC, Remote Desktop, etc.
__________________
Clumsy's World: Resurgence
Clumsy's World [2006-2012]
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:39 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