View Single Post
  #174  
Old 09-23-2009, 09:58 AM
nilbog
Hill Giant
 
Join Date: Nov 2007
Posts: 198
Default

Yep penalties are in place. (half elves do not receive racial penalty)

This has since been removed from eqemu, but I still use it :P

(smaller is better)
Code:
29 //experience modifiers based on race and class, used if USE_RACE_CLASS_XP_MODS is defined
   30 //                            hum     bar     eru     elf     hie     def     hef     dwa     tro     ogr     hal    gno     iks,    vah     frog
   31 float  race_modifiers[15] = { 100.0f, 105.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 100.0f, 120.0f, 115.0f, 95.0f, 100.0f, 120.0f, 100.0f, 100.0f}; // Quagmire - Guessed on iks and vah
   32 
   33 //                            war   cle    pal    ran    shd    dru    mnk    brd    rog    shm    nec    wiz    mag    enc    bst    bes
   34 float class_modifiers[16] = { 9.0f, 10.0f, 14.0f, 14.0f, 14.0f, 10.0f, 12.0f, 14.0f, 9.05f, 10.0f, 11.0f, 11.0f, 11.0f, 11.0f, 10.0f, 10.0f};

I was hoping this thread might die with the new, release topic in place.

Release thread. http://www.eqemulator.net/forums/sho...t=29619&page=2

Our current beta forums. http://classicbetatest.guildlaunch.com/

Thanks for your support guys

Last edited by nilbog; 09-23-2009 at 10:00 AM.. Reason: typo
Reply With Quote