EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::GeorgeS's Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=674)
-   -   New Adventure Tool Request (https://www.eqemulator.org/forums/showthread.php?t=28536)

Zeice 07-09-2009 10:13 PM

The NPC_Loot_editor. It crashes whenever I try to load a zone, or I try to copy a zone via the new adventure part.

GeorgeS 07-09-2009 10:25 PM

Ok, which DB version are you using?



You're also crashing when loading zone - you mean on main page, loading all npc's in a particular zone (using search button on main page)?


GeorgeS

Zeice 07-09-2009 10:50 PM

I'm using PEQ.....let's see version number is 384. Last time I updated it, but just been adding sql files from then on out.

yeah crashing zone on main page.

GeorgeS 07-10-2009 10:34 AM

ok, then it means you may be missing the 'version' field in npc_types
Add it in then it should work fine

Let me know if you cannot find the sql

GeorgeS

Zeice 07-10-2009 02:50 PM

Hmm, yep I'm missing version number in npc_types. Strange because I went back to sql 612_instance_changes and the only npc_types change is

Code:

ALTER TABLE `npc_types` ADD `adventure_template_id` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `npc_faction_id`;
So I guess I need to do something like

Code:

ALTER TABLE `npc_types` ADD `version` INT UNSIGNED DEFAULT '0' NOT NULL AFTER `slow_mitigation`;

I couldn't find any other recent sql changes that added version. I may just be missing it though. I'll give the above a try and see if it works.


*edit* Yep that did the trick.

Zeice 07-13-2009 05:05 PM

BTW would it be possible to get version number added to the spawn editor at some point?

GeorgeS 07-14-2009 01:40 AM

NPC and Loot Editor
08.22.10 - Tool automatically checks for and add 'version' field to npc_types table if it's missing.


GeorgeS


All times are GMT -4. The time now is 05:47 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.