[Request] no Skill Decay

Started by Oather, July 20, 2014, 12:35:16 PM

Previous topic - Next topic

Oather

Please tell me what file I need to edit to shop the "Skill Decay". :)

RawCode

It require bytecode modification - class covering skill decay 100% hardcoded.

Oather


johnakers

Quote from: Oather on July 21, 2014, 11:58:10 AM
can i edit xp income  :P

Open up the Core/Def/RecipeDefs folder.  In recipe_meals you'll see this below.  Just increase the number between <xp> </xp>.  Other files have something similar for each job.

<skillGains>
         <li>
            <skill>Cooking</skill>
            <xp>60</xp>
         </li>
      </skillGains>