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
  #361  
Old 06-01-2009, 09:37 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

In regard to spells; it might be a good idea to change the tools to just pull the spells directly from the spells_new table now. Since the table is there and comes standard with the PEQ database now, there is no reason not to use it. The bonus to this would be that people who use it and who have customized spells, would see all of the spell IDs and Names accurately exactly as they have them set in the table. Everytime I edit or move spells around, I have to play around with Textpad and Excel to make a new spells.txt file for the editors to use so they will match my custom spells table. Would be nice to be able to cut out that extra step at some point
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #362  
Old 06-01-2009, 09:51 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Thanks for the report. I'll fix those issues.

The newest item editor uses the db spell table.

The other tools will shortly..

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #363  
Old 06-02-2009, 04:35 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Oh, sweet! I didn't know that

I was wondering if you get a chance, would you be able to put a little search window next to the load character button on the item editor main window? Then, just have it run a query for that one character instead of having to load the whole table? It is usable the way that it is now, but it takes a good 30 seconds or so to load my whole char table atm. Probably something people wouldn't notice until that table gets up fairly high. Not a big deal, but just something to consider if you get some time.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #364  
Old 06-07-2009, 06:36 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Everquest Item Editor and Character Inventory Editor
- 14.4.6 - Sped up loading of spells and toons 100x. Added toon query where large populations of toons exist. Many requested minor features added


I did look at adding as many suggestions as requested. Some things like extra line spaces in item descrition is not repairable without a total rewrite. I did add attuneable to the list. Fixed a few views and added listboxes where possible in the profile editor. These features and fixes are worth 8 hours of my time, so I did spend one day one these.
Fixed the spell adding/removing in the old edit tool. Now to remove a spell, just click on remove.

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #365  
Old 06-08-2009, 11:28 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

ah George I am sorry to tell you this, but the Old Edit section has stoped working....

I have tried changing something simple on the item like AC, HP, no drop tag- changes do not take effect.
Reply With Quote
  #366  
Old 06-09-2009, 10:33 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

Yup, there was a sql bug

Everquest Item Editor and Character Inventory Editor
- 14.4.7 - Fixed up SQL for old edit

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


http://www.georgestools.chrsschb.com//
Reply With Quote
  #367  
Old 06-25-2009, 05:03 AM
Nagus69
Sarnak
 
Join Date: Jul 2003
Posts: 68
Default

maybe this has already been posted - but i notice that while the spell laoding screen is super fast now, its missing about 3k spells (only going to 8500ish now instead of almost 12000).

Any idea how to fix this?
Reply With Quote
  #368  
Old 06-25-2009, 01:16 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

I will take a guess and say - check your DB spell table and see how many spells are in there.
Reply With Quote
  #369  
Old 06-25-2009, 01:22 PM
zergling
Sarnak
 
Join Date: Mar 2009
Location: In an apartment
Posts: 33
Default

Also, I think I recall that it only loads sequential spell IDs. If any spell ID is missing in the sequence (say spell 8501 in your case) it would stop loading any more.

I haven't been at this for too long, so I might be wrong, but its pretty quick to check so it can't hurt.
Reply With Quote
  #370  
Old 06-25-2009, 03:20 PM
Nagus69
Sarnak
 
Join Date: Jul 2003
Posts: 68
Default

well i log in remotely over the good old internet to the items database, so no clue but will ask
Reply With Quote
  #371  
Old 06-25-2009, 10:35 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

If you run this
Code:
select count(id) from spells_new;
I get 14,257 spells loaded. The PEQ database holds exatcly this many spells de-nuovo. I no longer use the spells text file, just Cavedude's PEQ datafile.
You would need to DL the database, and just load in the spells. I have a copy of the database on my site.

..also gaps in the id sequence has no bearing on this. It loads everything in.
GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #372  
Old 08-20-2009, 05:59 PM
Lillu
Hill Giant
 
Join Date: Sep 2008
Posts: 204
Default

how can I source only the spell portion of the peq db? or could anyone please link me a source where I can get the up to date spell only sql file?
__________________
Reply With Quote
  #373  
Old 08-20-2009, 06:50 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

My PEQ db didn't come with spells (unless I missed an sql file). I had to take the one from my SoF install and import it using the perl import_spells script.
Reply With Quote
  #374  
Old 08-20-2009, 07:36 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Quote:
Originally Posted by pfyon View Post
My PEQ db didn't come with spells (unless I missed an sql file). I had to take the one from my SoF install and import it using the perl import_spells script.
spells_new is included in the .gz file on SVN...
Reply With Quote
  #375  
Old 09-15-2009, 10:46 AM
Nagus69
Sarnak
 
Join Date: Jul 2003
Posts: 68
Default

Odd request but here goes

I usually work remotely with EQItems and the background of your wonderful tool is a real graphic it seems. Means it is transfered over the slow internet connection.

Do you think it is possible to release a version without a background graphic, just a usual 'windows' looking app?
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 01:22 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