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
  #16  
Old 01-16-2011, 01:20 PM
WkimWes
Sarnak
 
Join Date: Dec 2009
Posts: 42
Default

Quote:
Originally Posted by trevius View Post
Not sure when this started, but I just noticed that in the version I am running of the NPC Loot Editor, and on Rev 1824 of the source, it seems something is wrong. When an NPC has a loot table, it shows in the correct column of the editor, but I don't see the loot table details at the top when the NPC is selected. I noticed if I click in that field, it says that they are "A Merchant!" at the top of the editor. Since the merchant_id field is to the right of loottable_id, I tried moving the loottable_id field to the mana_regen field to its left. After moving it, I could then see the loot table in the editor.

It seems that the fields all show correctly, but that the loot table display is linked to the wrong field in the list. The version of the editor shows 08.24.12.
I've had the same problem, I thought it was the dB until I actually dug deeper via the table entries. So that makes three, I think it started at 1751, I updated my dB with the latest peqdB rev.
Reply With Quote
  #17  
Old 01-17-2011, 12:40 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Definitely sounds like a schema issue- a shift in the field order most likely. I'll need to download and update to this db version to check the issue.

I'm working on this tonight, and I'll report when I discover the fix

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #18  
Old 01-17-2011, 02:27 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Ok, discovered the problem, and it's easy to fix (short term), however whenever a schema change occurs, this will always break the tool. I have decided to rewrite the core schema decoding code to accept new schemas, but will take a few days to re-write. It's a big task, but should be better in the long run.


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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #19  
Old 01-17-2011, 11:29 AM
WkimWes
Sarnak
 
Join Date: Dec 2009
Posts: 42
Default

Thanks George!
Reply With Quote
  #20  
Old 01-20-2011, 12:17 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

I fixed the schema issue, and the program now checks database builds against itself, and won't run when a table issue is encountered.

I'm working on the spawngroup editor now - adding npc's to multiple groups at once, etc..and other features.


A build should be available saturday.


..I did notice quite a few field changes in the latest db build. Stuff like this will break every tool out there.

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #21  
Old 01-20-2011, 03:11 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Mass editing and pruning of npc's in selected spawngroups now works!

What it can do?

You can search for all "bats" in zone=commons and then add/remove a npc of your choice.
You can search for all "bats" by either the word "bat" or a specific npc ID within a zone or global (all zones in game) and then add/remove a npc of your choice to the entire spawngroup set.

for example, If you create a high ranking "orc", you are able to add it to all selected spawngroups at one shot where npc name="orc" in the spawnentry table.

This is a feature Trevius requested, and I am working on the rest of the feature list now

GeorgeS


Quote:
I have another request if it is possible and if you find the time to check into it. The request is to add a way to edit multiple spawngroups at once. What I am looking for is to use the spawngroup editor to search for all spawngroups for a single NPCID (which the tool already does). Then, to be able to add another NPCID to all of those spawngroups all at once. So, say the NPC I am looking up is a_bear, and I find that it has 10 spawngroups in the zone. Then, I want to add a_snake to all of those 10 spawngroups at once. Assuming a_bear was the only thing in the existing spawngroups, it would then just add a_snake to all of them and maybe allow setting a chance for the new a_snake to be added in with. If I set a_snake to be added with a 40% chance, it would adjust all of a_bear chances to 60%. If there are more than just a_bear in the original spawngroup, it would adjust all of the existing spawns to equal 60% chance total (by scaling each existing one down proportionately) and then add a_snake in at 40% chance still.
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #22  
Old 01-23-2011, 02:19 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

NPC and Loot Editor
08.25.01 - Adding/Removing of NPC's to all selected spawngroups is added. Resetting respawntime to selected spawngroups is also added. Look in spawngroup editor under tools

Should be live in about 10 minutes

GeorgeS


..also built in is the new schema checker on the splash screen. If your npc_types table is different from what the program expects, it will not run.
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #23  
Old 01-23-2011, 06:56 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

Thanks for updating the tool. Encountered a bit of a problem though....program initially launches ok but when I click get started I get an error.

Code:
Run-time error '62':

Input past end of file
I did run the register.ocx again. Any ideas what might be causing the problem?
Reply With Quote
  #24  
Old 01-23-2011, 07:38 PM
Diikiey
Fire Beetle
 
Join Date: Jan 2011
Posts: 6
Default

Getting the same input past end of file error 62 here as well
Reply With Quote
  #25  
Old 01-23-2011, 11:05 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Sorry for the problem. I'm uploading the zip again. Anyway it should be live in a few minutes.


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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #26  
Old 01-24-2011, 12:53 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

It is working great now. Thanks!
Reply With Quote
  #27  
Old 01-24-2011, 02:49 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default Awesome Tools !!

Just wanted to say thanks for the awesome tools. I've been using the npc
editor for awhile now, and just tried out the spell import/export tool.
I have all spells in my DB up to HoT now thanks to that tool
And most of all it gave me some older missing spells, (such as Temerity).
Thank You.
Reply With Quote
  #28  
Old 01-24-2011, 12:36 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Very awesome, GeorgeS! I love that we can now see all NPC fields

I will test out the new stuff and let you know if I see any issues or think of anything else. very nice update so far, though!
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #29  
Old 01-24-2011, 02:39 PM
Kayen
Developer
 
Join Date: Mar 2009
Location: -
Posts: 228
Default

If I run this on Vista/Windows7 I get the initial graphic with the start option, but it does not allow me click start, nor does it give any errors.

Previous version worked fine...

Any ideas?

Kayen
Reply With Quote
  #30  
Old 01-24-2011, 04:24 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Quote:
Originally Posted by Kayen View Post
If I run this on Vista/Windows7 I get the initial graphic with the start option, but it does not allow me click start, nor does it give any errors.

Previous version worked fine...
I have the same issue. I'm going to guess it doesn't recognize my database schema although it is 1751 as far as I can tell.

Here's a screen shot of the splash screen. If this is a case of unrecognized database it would be nice if there was an easier way to quit than killing the process manually.

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