Mystery
Community Contributors
September Digest 2016
The following digest covers the month of September 1st - September 30th 2016
Team Changes
- None
Development Highlights
- change *strcharinfo to use constants
- Adds official behavior when selling to NPCs
- Implemented several missing checks:
Add missing checks into pc_groups.c - Add missing checks into pet.c
- Add missing checks into quest.c
- Add missing checks into script.c
- Add missing checks into searchstore.c
- Add missing checks into skill.c
- Add missing checks into status.c
- Add missing checks into storage.c
- Add missing checks into trade.c
- Add missing checks into unit.c
- Add missing checks into vending.c
[*]Fixes skills targeting characters under camouflage status
[*]Packet Additions:
- Update some packet ids for newer clients and add navigation script command
Add packet id clif_skill_nodamage for 20131223 (0x9c7 / ZC_USE_SKILL2) - Add packet id clif_heal for 20150513 (0x0a27 / ZC_RECOVERY2)
- Add packet id clif_hominfo (0x9f7 / ZC_PROPERTY_HOMUN_2)
- Add packet id clif_vendingreport (0x9e5 / ZC_DELETEITEM_FROM_MCSTORE2)
- Add packet id clif_buyingstore_update_item (0x9e6 / ZC_UPDATE_ITEM_FROM_BUYINGSTORE2)
- Add script command navigateto. Add packet for this command
- Add packet id clif_bg_hp (0xa0e)
[*]Send correct homunculus rename flag to client
[*]Corrected a wrong check that allowed walking while casting guild skills
[*]Save QUEST TIME when updating the DB
Scripting Highlights
September Statistics
- During the period there were 47 Commits.
- 7 Commits from Pull Requests with 5 Bugs* fixed from merged issues.
*Please note: Bug fixes are counted as references to issues; it does not include bugs that have been fixed without issue reference.