Ok, I just got done adding some more features to this unofficial release. You can find the new source here for 1110d:
http://stormhavenserver.com/download....7.0-1110d.zip
Here are the changes:
1. (Trevius and Scorpious2K) - Door names can now go beyond the 16 char limit to allow doors and other objects from later expansions to be used. The new max is 32 characters.
You can read more details about this in this post:
http://www.eqemulator.net/forums/showthread.php?t=25420
In order to use the new longer door names, you will have to add the following SQL:
Code:
ALTER TABLE `doors` MODIFY COLUMN `name` VARCHAR(32) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL;
2. (Derision) - New fear adjustment to cause mobs to flee at the correct rates instead of running very fast at certain percentages of health. More details can be found in this post:
http://www.eqemulator.net/forums/showthread.php?t=25435
3. (Derision) - The final update was an adjustment patch for azone, which helps the server define maps better for NPC pathing and falling through the ground issues.
Here are some more details:
Fixes a couple of instances where polys are missed out of a facelist, leaving 'holes' in the ground.
Handles the different size of the Vertex struct in V3 EQGs
Handles all the Titanium EQGs without the need for manual offset hacking
Includes geometry up to Z=3000 rather than Z=620 (Using Z=620 misses the higher parts of zones such
as Frontier Mountains and Dreadlands).
And the post on this subject can be found here:
http://www.eqemulator.net/forums/showthread.php?t=25369
This 1110d release includes these 3 new fixes as well as all previous custom code from the prior releases. I hope to get more added soon, but I will be on vacation starting noon today and won't be back until late next week.
Sorry, I don't have time to do the win32 version just yet, but I will try to get one done when I come back. Hopefully it will be packed with even more goodies hehe.
Oh and I have this up and running on my server and everything seems to be working perfectly so far. I will keep an eye out for any issues reported by my players or that I find myself and will post them here if any. But, I don't expect any.