Changes

8 bytes added ,  18:47, 4 November 2021
m
Text replacement - "tt>" to "samp>"
Line 1: Line 1:  
{{Talkheader}}
 
{{Talkheader}}
 
==Weapon Level==
 
==Weapon Level==
Based on discussions on [[User talk:JaksStrange]], we have deduced that the sell-to-Adventure Guild price for several weapons has changed with v1.5.  The reason seems to be that the weapon levels have changed.  Unfortunately, there is no weapon level set in a data file that can be easily read.  In fact, the source of weapon level seems to be a calculation in the game code (a function called <tt>getItemLevel</tt>), and then the sell price is another calculation based on that level (from <tt>MeleeWeapon.cs</tt>:  weapon level x 100, then divided by 2 = sell price).
+
Based on discussions on [[User talk:JaksStrange]], we have deduced that the sell-to-Adventure Guild price for several weapons has changed with v1.5.  The reason seems to be that the weapon levels have changed.  Unfortunately, there is no weapon level set in a data file that can be easily read.  In fact, the source of weapon level seems to be a calculation in the game code (a function called <samp>getItemLevel</samp>), and then the sell price is another calculation based on that level (from <samp>MeleeWeapon.cs</samp>:  weapon level x 100, then divided by 2 = sell price).
    
The most important thing is that weapon levels and sell prices shown on the page are accurate, but including the changes in a history section is also of some importance.  Any research/further info. is welcome!   
 
The most important thing is that weapon levels and sell prices shown on the page are accurate, but including the changes in a history section is also of some importance.  Any research/further info. is welcome!   
106,342

edits