Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Development > Archive::Development

Archive::Development Archive area for Development's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-15-2004, 03:50 PM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default One Stop Shop for Source Code Updates!

OK people, I've about had it with trying to figure out if something's been done already or not. So, I was thinking that everyone who makes an update to the code, post here! That way there's no searching for updates between releases (and it maked it easier for the Devs to find stuff that they may want to put into the next release).

I'd say format should be as follows:

Path to File\ File Name (line number)
Code:
Source code.
Description of changes.

For my first example, I'll use a fix for Dual Wield for Warriors.

common\ MaxSkill.cpp (649)
Code:
                    case WARRIOR: case WARRIORGM: 
                    case ROGUE: case ROGUEGM: {
                    // 13 210 245
                        r_value = ((level*5) + 5);
                        if ( level < 13 )
                            r_value = 0;
                        if ( level < 51 ) {
                            if (r_value > 210)
                                r_value = 210;
                        }
                        if (r_value > 245)
                            r_value = 245;
                            break;
                        }
I changed the level check for Dual Wield so that it will start working when it should (level 13) instead of at level 15.
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 04:45 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