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.

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 04-15-2004, 05:08 PM
m0oni9
Hill Giant
 
Join Date: Dec 2003
Posts: 166
Default

Just a request.. maybe link to threads talking about the changes instead.

Here are my recent ones:

perl callbacks implementation
http://www.eqemulator.net/forums/viewtopic.php?t=13920

command queue and comma parse fix
http://www.eqemulator.net/forums/viewtopic.php?t=13906
Reply With Quote
  #3  
Old 04-16-2004, 03:17 PM
NarutoLegacy
Discordant
 
Join Date: Feb 2004
Posts: 400
Default

I need to get the files compiled badly, lol
__________________
My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel

Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server
Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server
Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
Reply With Quote
  #4  
Old 04-18-2004, 01:36 PM
smogo
Discordant
 
Join Date: Jan 2004
Location: 47
Posts: 339
Default

Quote:
perl callbacks implementation
http://www.eqemulator.net/forums/viewtopic.php?t=13920

command queue and comma parse fix
http://www.eqemulator.net/forums/viewtopic.php?t=13906
Both merged to Quest CVS. Check :
http://quests.eqemulator.net, look in the menu to get to CVS Web
Reply With Quote
Reply


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 06:20 AM.


 

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