Forum Cleanup
Since someone else didn't unsticky things that were applied some time ago ahem MrScorp the forum has become rather cluttered and I'm not sure what still needs to be applied and what isn't. If your or someone else's thread isn't stickied and it has not been applied feel free to bump it.
Odds are if it's not stickied right now I've lost it. =p |
Here is a list of good fixes/code that I am currently using and have tested each one. They all seem good so far.
Lore Aug Fix: http://www.eqemulator.net/forums/showthread.php?t=24572 CotH limiting per zone (I think live is per zone) http://www.eqemulator.net/forums/showthread.php?t=25643 Agro LoS Fix: http://www.eqemulator.net/forums/showthread.php?t=25445 MQ Illegal Item Equip Detection http://www.eqemulator.net/forums/showthread.php?t=25783 Chaotic Potential Fix - May want to move this thread to server code submissions: http://www.eqemulator.net/forums/showthread.php?t=25717 |
Thanks trevius, Nice fixes - I had forgot them.
Quote:
|
I also just added a minor change to my own source that I think should be ok to add to the official source. Basically, it is just a minor change to allow recast timers for NPC spells to be longer than 1000 seconds. I am not sure why there is a limitation on it right now, but I set mine to 10000, which seems like a more reasonable limit. I doubt there would be many cases where a spell shouldn't be recast more than once every 3 hours, lol.
The way it is currently set, you can't set recast delay for longer than about 16 minutes, which is a little restrictive in certain cases. I marked the single change in RED below. All it is, is changing 1000 to 10000. zone\MobAI.cpp Code:
void NPC::AI_Event_SpellCastFinished(bool iCastSucceeded, int8 slot) { |
I think the changelog for 1120 will need this bit of SQL added to it:
Code:
INSERT INTO rule_values VALUES (0, 'Character:SkillUpModifier', 100); Correct me if I'm wrong =) |
Not required but nice to have for people who like to modify rules via sql.
|
All times are GMT -4. The time now is 05:25 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.