Skip to content

Version 0.6

Pre-release
Pre-release

Choose a tag to compare

@ago1024 ago1024 released this 03 Nov 20:07
· 449 commits to master since this release

Version 0.6

Modloader

  • Mods should use Initable and PreInitable interfaces to setup hooks
  • Mods without Initable are configured last
  • Mods should use InvocationHandlerFactory to avoid locking classes to early
  • Mods can implement PlayerMessageListener to receive all player messages
  • Fixed ReflectionUtil.setprivateMethod() method
  • Introduced ReflectionUtil.getMethod(methodName) method

Mods

  • Property files are now named *.disabled to avoid overwriting configurations. Rename or copy them to *.properties to enable a mod

SpellMod

  • Removed some maluses for priests when improving (isPriest() returns false when called from those methods)
  • Prayer limits are reset before the check is even performed

CropMod

  • Added extraHarvest option for additional items from harvests

CreatureAgeMod

  • Increased growing up to mature for all creature like for horses on pvp servers
  • Allow excluding creature templates from aging