Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-09 | Merge pull request #2642 from Kenpachi2k13/zone_disabled_items_fix | Haru | 1 | -0/+59 | |
Fix (un)equip script execution for map zone restrcited items | |||||
2020-03-08 | Change the name of all functions which got their return-value meaning changed | skyleo | 1 | -4/+4 | |
2020-03-08 | Refactor code using directions to use enum unit_dir | skyleo | 1 | -9/+1 | |
This removes a lot of duplicated code, especially related to people not using the arrays dirx and diry. Assertions for whenever these arrays are used have been added as well, to ensure valid index range. Some trailing white space has been removed as well. | |||||
2020-03-07 | Item with favorite flag can't sell to NPC. | Emistry Haoyan | 1 | -0/+3 | |
- disable selling of favorite item to NPC. | |||||
2020-03-07 | Add execution of unequip script when entering a zone where item is restricted | Kenpachi Developer | 1 | -0/+59 | |
In official servers, an item's unequip script is executed when entering a zone where the item is restricted, even if the item won't be unequipped. | |||||
2020-02-23 | Add workaround for fix Visual Studio bug (error C2233) | Andrei Karas | 1 | -4/+9 | |
2020-02-21 | Adjust clif_pcname_ack() function to always use PACKET_ZC_ACK_REQNAMEALL | Kenpachi Developer | 1 | -8/+1 | |
This fixes the issue, where not even the fake name shows up, when using @fakename in RE clients. | |||||
2020-02-09 | Converted packet ZC_AUTORUN_SKILL to structure. | Kenpachi Developer | 1 | -13/+14 | |
2020-02-09 | Added skill_is_item_skill() function. | Kenpachi Developer | 1 | -1/+1 | |
2020-02-09 | Added pc_itemskill_clear() function. | Kenpachi Developer | 1 | -0/+1 | |
2020-02-09 | Added a new option flag to itemskill() script command to be able to ↵ | Kenpachi Developer | 1 | -1/+7 | |
forcefully cast skill on on invoking character. | |||||
2020-02-09 | Merge pull request #2590 from Kenpachi2k13/issue#2530 | Haru | 1 | -2/+2 | |
Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (non-permanent monster spawns) [Issue #2530] | |||||
2020-02-09 | Add a function to send PACKET_ZC_STATE_CHANGE to a single target | Asheraf | 1 | -0/+28 | |
2020-02-09 | Update PACKET_ZC_STATE_CHANGE to use struct format | Asheraf | 1 | -38/+18 | |
2020-02-09 | Change unload NPC behavior to kill mobs that were spawned by unloaded NPC ↵ | Kenpachi Developer | 1 | -2/+2 | |
(non-permanent monster spawns) [Issue #2530] Mobs spawned by NPC will be removed on @reloadnpc, @unloadnpc, and @unloadnpcfile. Additionally OnNPCUnload NPC label was added, to revert other changes made by NPC. For example set/removed mapflags or added mob drops. | |||||
2020-02-09 | Enable packet ZC_SE_CASHSHOP_OPEN for main and re clients | Andrei Karas | 1 | -1/+1 | |
2020-02-09 | Add expanded barter shop packets | Andrei Karas | 1 | -0/+107 | |
2020-02-09 | Add packet CZ_NPC_EXPANDED_BARTER_CLOSE | Andrei Karas | 1 | -0/+6 | |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-01-13 | Merge pull request #2266 from dastgirp/coverity/fix2 | Haru | 1 | -1/+1 | |
Fixed a condition in RoDEX attachment | |||||
2020-01-12 | Merge pull request #2606 from Ridley8819/pcblocknpc | Haru | 1 | -2/+4 | |
Adding PCBLOCK_NPC to setpcblock script command | |||||
2020-01-09 | Use struct packet in clif_partytickack | Andrei Karas | 1 | -4/+7 | |
2020-01-09 | Rename functions clif_parse_CashShop* into clif_parse_cashShop* | Andrei Karas | 1 | -22/+22 | |
2020-01-09 | Update packet CZ_SE_CASHSHOP_OPEN to latest version | Andrei Karas | 1 | -4/+26 | |
2020-01-09 | Move packet ZC_SE_CASHSHOP_OPEN into separate function | Andrei Karas | 1 | -6/+18 | |
And update to latest packet. | |||||
2020-01-09 | Adding PCBLOCK_NPC to setpcblock script command | Ridley | 1 | -2/+4 | |
2019-12-13 | Send load confirm packet in clif_refresh | Andrei Karas | 1 | -0/+2 | |
2019-12-13 | Convert packet CZ_SE_CASHSHOP_OPEN to structure and add new packet version | Andrei Karas | 1 | -0/+2 | |
2019-12-12 | Add script function specialeffectnum | Andrei Karas | 1 | -0/+19 | |
2019-12-12 | Add new version for packet ZC_NOTIFY_EFFECT3 and convert to structure | Andrei Karas | 1 | -11/+16 | |
2019-11-17 | Merge pull request #2577 from Asheraf/dehardcodestatusicons | Haru | 1 | -18/+19 | |
Dehardcode Status Icons | |||||
2019-11-17 | Merge pull request #2548 from bWolfie/fix_fakename | Haru | 1 | -2/+2 | |
Fix issues with @fakename. | |||||
2019-11-17 | Merge pull request #2568 from 4144/updatepackets | Haru | 1 | -0/+37 | |
Update packets up to 2019-11-07 | |||||
2019-11-14 | Add packet CZ_REQ_MOUNTOFF | Andrei Karas | 1 | -0/+37 | |
2019-11-06 | Dehardcode Status Icons | Asheraf | 1 | -18/+19 | |
2019-10-20 | Merge pull request #2547 from guilherme-gm/201910-dehardcode-db | Haru | 1 | -3/+6 | |
Dehardcode DB files path | |||||
2019-10-18 | Merge pull request #2555 from guilherme-gm/201910-fix-vending | Haru | 1 | -1/+1 | |
Fixes close merchant vending | |||||
2019-10-18 | Merge pull request #2551 from guilherme-gm/201910-fix-sc-times | Haru | 1 | -5/+13 | |
Fixes status changes effect timer when relogging | |||||
2019-10-18 | Merge pull request #2537 from 4144/updatepackets | Haru | 1 | -9/+12 | |
Update packets up to 2019-10-02 | |||||
2019-10-18 | Merge pull request #2544 from Emistry/clif_skill_estimation | Haru | 1 | -3/+3 | |
Update Sense Skill - show 0 for negative values | |||||
2019-10-17 | Add support for new skill packets in zero 20190918 and newer | Andrei Karas | 1 | -2/+2 | |
2019-10-17 | Define constants for packet names ZC_INVENTORY_START and ZC_INVENTORY_END | Andrei Karas | 1 | -7/+7 | |
2019-10-17 | Fix compilation warnings in gcc-9 | Andrei Karas | 1 | -0/+3 | |
Also reenabled array bound warning | |||||
2019-10-12 | Fix issues with @fakename. | EyesOfAHawk | 1 | -2/+2 | |
2019-10-09 | Fixes close merchant vending | Guilherme Menaldo | 1 | -1/+1 | |
There were some wrong checks that prevented the vend to be closed. | |||||
2019-10-06 | Updates status changes to also keep their total time | Guilherme Menaldo | 1 | -5/+13 | |
- This allows clients to continue the "timer" display after you login again | |||||
2019-10-05 | Dehardcodes db files base path so the db folder can be easily moved | Guilherme Menaldo | 1 | -3/+6 | |
2019-10-02 | Update Sense Skill - cap negative value display | Emistry Haoyan | 1 | -3/+3 | |
Enable commented out lines that cap negative values to 0 in the Sense window. Currently the client displays them as 255-fix. [Skotlex] | |||||
2019-10-02 | Moved hardcoded messages from source to messages.conf | Dastgir | 1 | -4/+4 | |
Fixes #1282 | |||||
2019-09-23 | Merge pull request #2336 from Asheraf/lapineddukddak | Haru | 1 | -0/+107 | |
Implementation of LapineDdukDdak System |