View Single Post
  #1  
Old 09-07-2006, 10:47 AM
eq4me
Hill Giant
 
Join Date: Jul 2006
Posts: 166
Default tradeskill.cpp and stat modifiers

Sorry for being brief but its rather late and I am a bit tired %-)

I just started to have a close look at the tradeskill system and doing some enhancements and changes based on the info from eqtraders.com.

I noticed that calculating the chance modifiers for skillup and success are way off.

m_pp.INT and m_pp.WIS gives you the base score not the modified stat score with equipment and spells!

GetWIS() and GetINT() would be more correct.

Otherwise I noticed that the stat values shown in the Inventory window and reported by eg. GetWIS() are not allways the same. I hadn't time to test it throughoutly but it only seems to happen when the stat value goes over 300. I'll get back to this tomorrow.
Reply With Quote