First off, sorry for the weirdness with the announcements. The old patch notes were somehow hidden after being announced.
With these patch notes, beta now moves to Live status. As some of you may note, we do not have a beta update at this time but we expect to have one for you next week.
Here are the patch notes for this live update:
Updates
- Updated deed permissions. “Destroy any building” is now a permission that can be set for any role other than ‘non citizen’.
- Only players with “Modify Building” will be able to catapult a friendly house
- Archery penalty is no longer affected by helms.
- Changed archery penalty for heavier armours from a flat fail % to added difficulty depending on armour.
- Combat tab now shows offensive, karma and healing spells (+ creature targeted dispel) Meditation messages are yet to come.
- Throw has been removed from valrei mobs, uniques will still throw.
- Shield of the Gone has been reduced to a 30% Damage reduction. An option to transfer one time from Path of Insanity will come in a future update.
- Information Minister territory messages have been removed.
- Branches, Rock Iron and slate/marble shards can now be discarded from inventory.
Text Fixes
- Fixed example cost when mailing (1c rather than 10c).
- Corrected instances of “alot” to “a lot”.
- Corrected capitalisation on some titles.
- Many grammar and spelling issues corrected.
- “After breeding you will start stop leading.” is now “After you finish breeding you will stop leading.
- “Rumours of The Unique Name is starting to spread.” is now “Rumours of The Unique Name are starting to spread.”
- Corrected double period text with ‘Get Info’ Skill.
Bug fixes.
- PvP Enemies will can now properly take from any structure they gain access to.
- Casting dirt in loaded crates is now possible again.
- Corrected Worm Brains precondition check.
- Only one unit weight will be used when levelling with concrete (1 3kg unit per individual raising action).
- Changing the contents of the mailbox while sending will now abort the sending process.
- You are no longer able to cast ‘Dirt’ on Bulk Storage Bins in your inventory.
- Salt, flint and gems will now land in the same pile as shards.
- Floor reinforcements can now be removed even when the tile is at maximum mining depth.
- During some actions checks for errors should now occur before giving skill gain.
- Allowed the ability to always lead animals on a PvP server.
- Expelling kingdom members has been improved, with feedback given upon failures.
- Combat Rating calculation for Player Vs Player has been corrected to 1 CR point per 5 fight skill.
- Some reported height problems with creating bridges have been resolved.
Class Changelog
In an effort to help those who mod, these are the files that changed between the beta releases.
Server
com/wurmonline/server/behaviours/ActionEntry.java
com/wurmonline/server/behaviours/ActionStack.java
com/wurmonline/server/behaviours/Actions.java
com/wurmonline/server/behaviours/CaveTileBehaviour.java
com/wurmonline/server/behaviours/CaveWallBehaviour.java
com/wurmonline/server/behaviours/CreatureBehaviour.java
com/wurmonline/server/behaviours/ItemBehaviour.java
com/wurmonline/server/behaviours/Methods.java
com/wurmonline/server/behaviours/MethodsItems.java
com/wurmonline/server/behaviours/MethodsReligion.java
com/wurmonline/server/behaviours/MethodsStructure.java
com/wurmonline/server/behaviours/TileBehaviour.java
com/wurmonline/server/behaviours/TileRockBehaviour.java
com/wurmonline/server/combat/Archery.java
com/wurmonline/server/combat/Arrows.java
com/wurmonline/server/combat/ServerProjectile.java
com/wurmonline/server/creatures/CombatHandler.java
com/wurmonline/server/creatures/Communicator.java
com/wurmonline/server/creatures/Creature.java
com/wurmonline/server/creatures/CreatureTemplate.java
com/wurmonline/server/creatures/CreatureTemplateCreator.java
com/wurmonline/server/creatures/ai/PathTile.java
com/wurmonline/server/deities/Deities.java
com/wurmonline/server/intra/IntraServerConnection.java
com/wurmonline/server/items/AdvancedCreationEntry.java
com/wurmonline/server/items/DbItem.java
com/wurmonline/server/items/Item.java
com/wurmonline/server/items/ItemTemplate.java
com/wurmonline/server/items/ItemTemplateCreator.java
com/wurmonline/server/items/ItemTemplateCreatorContinued.java
com/wurmonline/server/kingdom/Kingdom.java
com/wurmonline/server/players/AchievementGenerator.java
com/wurmonline/server/players/Cultist.java
com/wurmonline/server/players/Player.java
com/wurmonline/server/players/Titles.java
com/wurmonline/server/questions/EntityMoveQuestion.java
com/wurmonline/server/questions/GmSetMedPath.java
com/wurmonline/server/questions/GmTool.java
com/wurmonline/server/questions/MailSendConfirmQuestion.java
com/wurmonline/server/questions/MailSendQuestion.java
com/wurmonline/server/questions/PlayerProfileQuestion.java
com/wurmonline/server/questions/PortalQuestion.java
com/wurmonline/server/questions/QuestionTypes.java
com/wurmonline/server/questions/QuestionTypes.java.orig
com/wurmonline/server/questions/VillageRolesManageQuestion.java
com/wurmonline/server/questions/VillageUpkeep.java
com/wurmonline/server/spells/CureLight.java
com/wurmonline/server/spells/CureMedium.java
com/wurmonline/server/spells/CureSerious.java
com/wurmonline/server/spells/Dirt.java
com/wurmonline/server/spells/DrainHealth.java
com/wurmonline/server/spells/Heal.java
com/wurmonline/server/spells/LightOfFo.java
com/wurmonline/server/spells/MirroredSelf.java
com/wurmonline/server/spells/ScornOfLibila.java
com/wurmonline/server/spells/Spell.java
com/wurmonline/server/spells/StrongWall.java
com/wurmonline/server/spells/WormBrains.java
com/wurmonline/server/structures/Blocker.java
com/wurmonline/server/structures/DbBridgePart.java
com/wurmonline/server/structures/DbFloor.java
com/wurmonline/server/structures/Fence.java
com/wurmonline/server/structures/Floor.java
com/wurmonline/server/structures/Structure.java
com/wurmonline/server/structures/Wall.java
com/wurmonline/server/villages/Village.java
com/wurmonline/server/zones/VirtualZone.java
Client
com/wurmonline/client/console/ActionClass.java
com/wurmonline/client/game/PlayerObj.java
com/wurmonline/client/game/SkillLogic.java
com/wurmonline/client/launcherfx/WurmSettingsFX.java
com/wurmonline/client/options/keybinding/PlayerKeybind.java
com/wurmonline/client/renderer/effects/TorchFlame.java
com/wurmonline/client/renderer/gui/HeadsUpDisplay.java
com/wurmonline/client/renderer/gui/ToolBelt.java
com/wurmonline/client/renderer/gui/text/FontTexture.java
com/wurmonline/client/renderer/gui/text/SimpleTextFont.java
Common
com/wurmonline/shared/constants/FightConstants.java
com/wurmonline/shared/constants/IconConstants.java
com/wurmonline/shared/constants/SteamVersion.java
com/wurmonline/shared/util/StringUtilities.java
[ 2016-05-19 11:54:12 CET ] [ Original post ]