Server:
- *Fixed a issue where robe sprites wouldn't show in the equip wondow
-for equips worn in the robe slot (not the costume one). - *CZ_ITEM_CREATE_EX
-Added support for this packet.
-This fixes a issue where commands like /item, /monster, and /sp
-would cause disconnects. Note that /sp does nothing at the moment.
-This fix applies to the 2013-12-23 and 2015-05-13 clients. - *Full rewrite of MvP tomb stones
-this fixes some critical bugs and optimizes the whole system.
-also there is no external npc script required anymore. - *GC_DARKILLUSION
-Is now usable in siege and GvG areas. - *Done some script-updates.
-This update was mainly done to fix some critical errors
-updated CashShop Functions
-updated some mapflags
-updated pvp warps
-updated Port Malaya and Dewata city npcs
-updated Dewata guides
-added navigation functions
-updated Arch Bishop and Shadow Chaser job quests - *updated consumeitem script command. Thanks to rAthena.
- *Added new costumes from JRO
-Thanks to hercules/zackdreaver
-also added some other misc items
New Serversoftware:
- *Added / fixed some more new items
-I know, many of them are duplicates for now, I'll merge them later. - *Updated Lighthalzen Dungeon spawn scripts
-also added Bio 4 monsters. (currently renwal versions, need to be changed later) - *Implemented Basic Unit Controller Script Commands
-Added getunitname, setunitname, getunitdata, and setunitdata script commands.
-Split unitstop to unitstopattack and unitstopwalk.
-Expanded unitskilluseid and unitskillusepos to be able to adjust casttime of skill.
-Added two new monster modes: MD_NORANDOM_WALK and MD_NOCAST_SKILL.
-The areamonster script command now saves spawned monster game IDs in an array called $@mobid[].
-Adjusted other monster spawning script commands to return game ID.
-Updated documentation to reflect changes. - *Reading Spell Book : changing the way it was coded.
-Officially it uses 7 different status changes, but in the client they do nothing, and if they are going to increment the slots in the future, for Aegis it means increase more and more SC_TYPEs.
-SC_READING_SB : it will be used to add the SP consumption per second by learned book.
-Summon Spheres: added the extra bonus per base and job level.
-Reading Spell Book : Added a missing check in the inventory, for the book.
-Now summon spheres will be released in the correct order, not using the status change order.