ACEmulator / ACE:
8 authors have pushed 30 commits to master
131 files changed
6,785 additions
2,227 deletions
3 Issues closed
View Pulse
Notable Changes:
- Monster AI:
- Added monster movement. Creatures have awakened and become aware of nearby players, and run towards their attack targets
- Added monster melee combat. Creatures will now perform their various melee attacks against characters, with appropriate damage calculated
- Added monster spell casting. Monsters can now utilize their entire arsenal of spells from their spellbook, with appropriate probabilities
- Added monster ranged combat. Monsters will now perform ranged attacks if they have a bow or crossbow equipped
- War magic updates: adjustments to bolt, streak, and arc projectiles to closer match the live servers
- Item enchantment improvements: equipped items cast the appropriate spells on the player
- Added mana conversion: mana usage is calculated according to caster’s Mana Conversion skill
- Added magic defense checks for casting harmful spells
- Fixed routing for in-game messages given by magic and portal spells.
- Added emotes to Emote Manager:
- NPCs now accept items according to their emote lists, and will award players with the appropriate quest items in return
- Implemented On-Use Emotes for NPCs. When interacting with a Quest NPC, they will now respond with actions.
- Added salvaging!
- Added lockpicking for locked doors and chests. Debug commands added to automatically unlock items and bypass skill check
- Added hotspots. Wells and pools revitalize the players, with damaging acid pools
- Added spell traps
- Internal database structure improvements
- SurfaceTexture parser added to DatLoaderAdded
- Added @addallspells command for dev testing – quickly add every spell in the game to your spellbook
ACEmulator / ACE-World-16PY:
1 author has pushed 3 commits to master
2,934 files have changed
30,839 additions
6,535 deletions
View Pulse
Notable Changes:
- Added monster-wielded weapons and death treasures
ACEmulator / aclogview:
2 authors have pushed 3 commits to master
10 files have changed
683 additions
597 deletions
View Pulse
Notable Changes:
- Cleaned up some memory leaks