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-07-2008, 12:01 PM
swish
Hill Giant
 
Join Date: Jan 2005
Posts: 120
Thumbs up GeorgeS' Tools - Perfect

I just downloaded today some of you're tools and I must say, they seem perfect so far!

I just have a problem with the npc/loot editor. It gives "Run error '3265': Item cannot be found in the correction corresponding to the requested name or ordinal." when I click the 'Search' button.
When I click on the tab 'Tools' and go to 'All Loot Dropped IN ZONE', it has no problem loading the loots.

I was also wondering if there is a way to create and manipulate factions aswell.

In any way, all other tools are working great and this is probably just a minor issue I have. These tools are wonderful and essential. Thanks!
Reply With Quote
  #2  
Old 09-07-2008, 02:20 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

I think the problem comes from if you have a bot field "isbot" or not.

I added a check in the program for bots.

Code:
CREATE TABLE `botinventory` (
  `npctypeid` int(11) NOT NULL default '0',
  `botslotid` int(11) default NULL,
  `itemid` int(11) default NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE TABLE `botleader` (
  `botid` int(11) NOT NULL default '0',
  `leaderid` int(11) default NULL,
  PRIMARY KEY  (`botid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

ALTER TABLE npc_types add `isbot` tinyint(4) NOT NULL;
GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//

Last edited by GeorgeS; 09-07-2008 at 10:38 PM..
Reply With Quote
  #3  
Old 09-07-2008, 10:03 PM
swish
Hill Giant
 
Join Date: Jan 2005
Posts: 120
Default

Worked like magic.

Thanks!
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:00 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