Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Server Code Submissions

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 10-25-2008, 12:40 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by seveianrex View Post
{zone/effects.cpp}
Code:
chance += GetAA(aaFuryofMagicMastery2) * 2;	//just in case
and replace with
Code:
chance += GetAA(aaFuryofMagicMastery2) * 2;
(anal retentive, maybe, but I don't want it getting removed in future because the comment makes it sound iffy)
If I remember correctly, I put that comment in there because we currently utilize aaFuryofMagicMastery2 (640) vs aaFuryofMagicMastery (770), because that's what's in the database:
Code:
mysql> SELECT skill_id, name, type FROM altadv_vars WHERE name LIKE "%Fury of Magic%";                                                                                                                          +----------+--------------------------------+------+
| skill_id | name                           | type |
+----------+--------------------------------+------+
|      637 | Fury of Magic                  |    5 |
|      640 | Fury of Magic Mastery          |    5 |
|      924 | Advanced Fury of Magic Mastery |    6 |
|     1107 | Fury of Magic                  |    7 |
+----------+--------------------------------+------+
4 rows in set (0.00 sec)
So, until it's updated in the db **looks in cavedude's general direction**, we really don't need it, but I put it there assuming it would be added eventually, and then we wouldn't have to add it into the code
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote
 


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 10:55 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3