Search the Community

Showing results for tags 'skillmod'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Official Buildings
    • GM Hall
    • City Hall
    • Game News
    • Public Test Board
  • Back Streets
    • Town Square
    • Community Assistance
    • Village Recruitment Center
    • Suggestions & Ideas
    • The Creative Commons
    • Wood Scraps
  • Northern Freedom Isles
    • Harmony
    • Melody
    • Cadence
    • Northern Freedom Isles Market
  • Southern Freedom Isles
    • Celebration
    • Deliverance
    • Exodus
    • Independence
    • Pristine
    • Release
    • Xanadu
    • Southern Freedom Isles Market
  • Maintenance Buildings
    • Technical Issues
    • Server Bugs
    • Client Bugs
    • Model and Sound Bugs
    • Other Bugs and Issues
    • Wurmpedia / Wiki Maintenance
  • Wurm Unlimited
    • Unlimited Discussion
    • Unlimited Modding
    • Server Listings & Advertisement
    • Technical Issues

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Chaos


Independence


Deliverance


Exodus


Celebration


Xanadu


Release


Pristine


Epic


Cadence


Defiance


Harmony


Melody


Acc1


Acc2


Acc3

Found 1 result

  1. Hi! Inspired by the final statgain mod by almight Keenan, I decided to make one that worked with agos modloader. The mod allows you to change the difficulty of any skill independently, including characteristics, which is the same as increasing or decreasing skillgain. The mod also allows you to disable a priest penalty to some characteristics. Version 0.6 is out! Download skillmod v 0.6 Changelog: Get the zip file and extract it into your mods folder. Usage: Open the skillmod.properties file To disable or enable the 25% priest penalty to some characteristics set: removePriestPenalty=true To change the difficulty of a skill you need to edit its corresponding factor. 1.0 is the default setting (1x modifier) Higher setting makes the difficulty easier and is roughly equivalent to a skill gain factor. The difficulty settings stack with the server skill gain modifier. So with server skill gain modifier of 2x the following config: FILE: skillmod.properties Body=10.0 Soul=10.0 Mind=10.0 ... Weapon_smithing=2.0 Meditation=5.0 Gives a skill gain modifier of around: EFFECTS OF SETTINGSBody 10x //Not affected by server skillgain modifer Soul 10x //Not affected by server skillgain modifer Mind 10x //Not affected by server skillgain modifer... Weapon smithing 4x //Affected by server skillgain modifier Meditation 5x //Not affected by server skillgain modifer You may remove skills that you do not want to edit from the properties file. To add a new skill or a skill you previously removed, the first character must be uppercase and any spaces must be replaced by underscores. To change the stat gain modifer (Credit to Webba) # The lower divider is applied to skillgain on all characteristics below 31 # The upper divider is applied to skillgain on all characteristics above 31 # This is a divider so higher number means less skillgain # 5.0 is default for the lower stat divider # 45.0 is default for the upper stat divider lowerStatDivider=5.0 upperStatDivider=45.0 EDIT: Added some clarification to what the mod does and how you set stuff