Mainserver:
- Fixed an issue where entering an NPC-chatroom causes map-crashes in some cases.
-Re-enabled Scorpion Arena. - Updated @alootid atcommand to the latest rAthena/hercules version.
-It now by default supports autoloting up to 10 items.
-You can add or remove single items without re-adding everything.
-You can reset the whole list by typing "@alootid reset". - Fixed mora entchant npc.
Oldschool-Server:
- Updated to main server's state of 07/24/2021
- Some Bug fixing & cleaning in some npc files.
-clean-up in comodo_gambling.txt
-clean-up in quests/first_class folder
-Replaced occurrence of PcName and clean-up in tu_magician01.txt - Resolved some login issues.
-Resolves players at login attempting to calculate their statuses who haven't been fully loaded.
-This was also causing players to get stuck in a fake "dead" state.
-Added a new state flag to make sure inventory and status data is loaded before player's statuses are calculated.
New Server:
- Re-Added missing Super Novice hp bonusses.
- Added place holders for status change tags and ID's for Summoner.
- Did a lot of cleanup and recoding on the job equip mask functions.
-Due to running out of usable masks for equippable items job masks, I had to rework part of the system to free up masks that were not needed.
--Gangsi (Bongun/Munak): No longer has its own mask.
--Now uses the same mask as the Acolyte which is 0x00000010
--
--Death Knight: No longer has its own mask.
--Now uses the same mask as the Knight which is 0x00000080
--
--Dark Collector: No longer has its own mask.
--Now uses the same mask as the Sage which is 0x00010000
--
--Kagerou/Oboro: No longer has its own mask.
--Now uses the same mask as the Ninja which is 0x02000000
--Aegis officially groups these 2 jobs under the same job bit and equips requiring a base level higher then 99 would end up requiring you to be a Kagerou/Oboro due to Ninja's original base level cap.
--
--Rebellion: No longer has its own mask.
--Now uses the same mask as the Gunslinger which is 0x01000000
--Aegis likely does the same job bit grouping with these 2 jobs like it does with Ninja/Kagerou/Oboro. So I assume its the same here with equips requiring a base level higher then 99 will require you to be a Rebellion due to Gunslingers original base level cap.
--
--Summoners: Job equip mask is changed to 0x04000000 due to the removal of 5 other masks. - Added a basic foxtail staff item to the item database.
-This is to test the equip mask for the Summoner job. - Added new tags and skills to the skill database files.
-Summoner skills are mostly configed with currently known info. - Updated Kagerou/Oboro, Rebellion, and Summoner equips with the new job equip masks.
- Updated the item_db document to list the latest job masks.
- Merchant Type Jobs
-Added the Cart Decorate skill to the skill tree. - Summoner
-Added base and job exp table support.
-Added official max weight, MaxHP/MaxSP pools, and ASPD.
-Added some temp bonus stats.
-Added skills to skill tree.
-Added job equip mask for items. - MC_CARTDECORATE
-Added some basic support for the skill.
-Its castable but does nothing. Will finish it in a future update. - SU_BASIC_SKILL
-Added full support for the skill.