Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-28 | Merge pull request #2500 from Emistry/atcommand_reloadmobdb | Haru | 2 | -0/+26 | |
Update @reloadmobdb to update living mobs | |||||
2019-07-28 | Merge pull request #2499 from Emistry/atcommand_refresh | Haru | 1 | -1/+5 | |
Disable refresh atcommand when talk with NPC. | |||||
2019-07-24 | Update ZC_ACK_RANKING for zero | Andrei Karas | 2 | -4/+4 | |
2019-07-24 | Convert packet ZC_HAT_EFFECT into struct and fix allowed packet versions | Andrei Karas | 2 | -30/+35 | |
2019-07-24 | If error happend in pc_statusup then send back to client increase value | Andrei Karas | 1 | -12/+11 | |
2019-07-24 | Convert packet ZC_STATUS_CHANGE_ACK into struct | Andrei Karas | 2 | -9/+16 | |
2019-07-24 | Update ZC_ACK_RANKING for new clients | Andrei Karas | 3 | -1/+59 | |
2019-07-24 | Use struct for packet ZC_ACK_RANKING | Andrei Karas | 3 | -31/+52 | |
2019-07-24 | Update shuffle packets up to 2019-07-24 | Andrei Karas | 3 | -6/+16 | |
2019-07-24 | Update packet keys up to 2019-07-24 | Andrei Karas | 2 | -4/+11 | |
2019-07-24 | Update messages up to 2019-07-24 | Andrei Karas | 3 | -8/+152 | |
2019-07-24 | Update mob_db - DamageTakenRate field | Emistry Haoyan | 6 | -0/+43 | |
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b | |||||
2019-07-21 | Update script command isequipped | Emistry Haoyan | 1 | -0/+4 | |
- added missing costume equipment validation | |||||
2019-07-15 | Update refine atcommand | Emistry Haoyan | 2 | -21/+62 | |
- list of costume and shadow equipments - refine all equipments option | |||||
2019-07-14 | Added battle config autoloot_adjust | Emistry Haoyan | 3 | -1/+4 | |
Added battle config autoloot_adjust that allows autoloot to take player drop penalties and bonuses into account. | |||||
2019-07-10 | Update atreloadmob to update living mobs | Emistry Haoyan | 2 | -0/+26 | |
- fix living mobs aren't updated by latest mob_db upon updated. from https://github.com/rathena/rathena/issues/3783 | |||||
2019-07-10 | Disable refresh atcommand when talk with NPC. | Emistry Haoyan | 1 | -1/+5 | |
- using `@refresh` during NPC conversation will caused player stucked due to unable to close the NPC dialog that no longer visible. | |||||
2019-07-01 | Add identifyall atcommand | Guilherme Menaldo | 1 | -8/+20 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-07-01 | Add identify script command | Guilherme Menaldo | 1 | -0/+37 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-07-01 | Add identifyidx script command | Guilherme Menaldo | 1 | -0/+35 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-06-30 | Merge pull request #2476 from Emistry/atcommand_reloadnpc | Haru | 1 | -0/+33 | |
Add new atcommand *reloadnpc | |||||
2019-06-30 | Merge pull request #2427 from Emistry/scriptcommand_setfavoriteitem | Haru | 3 | -1/+54 | |
Add *setfavoriteitemidx & *autofavoriteitem script commands - alter item favorite state | |||||
2019-06-30 | Merge pull request #2491 from 4144/updatepackets | Haru | 11 | -79/+161 | |
Update packets up to 2019-06-05 | |||||
2019-06-30 | Merge pull request #2410 from AnnieRuru/74-adjust_skill_damage_ShowWarning | Haru | 1 | -4/+5 | |
Suppress ShowWarning for certain mapflags when @reloadscript | |||||
2019-06-26 | Fix custom mob names in packet ZC_ACK_REQNAME_TITLE (Fixes #2495) | Andrei Karas | 1 | -1/+2 | |
2019-06-26 | Update packet ZC_MAKINGARROW_LIST in all functions | Andrei Karas | 2 | -53/+59 | |
2019-06-26 | Update packet ZC_PROPERTY_HOMUN | Andrei Karas | 2 | -1/+31 | |
2019-06-26 | Add support for new shortcuts packets in zero | Andrei Karas | 3 | -8/+8 | |
2019-06-26 | Update shuffle packets up to 2019-06-26 | Andrei Karas | 3 | -6/+13 | |
2019-06-26 | Update keys up to 2019-06-26 | Andrei Karas | 2 | -4/+9 | |
2019-06-26 | Update messages up to 2019-06-26 | Andrei Karas | 3 | -6/+39 | |
2019-06-03 | Merge pull request #2486 from guilherme-gm/minimal-loadoptions | Haru | 2 | -2/+4 | |
Adds Option DB and Option Drop Groups DB to be loaded on minimal mode | |||||
2019-06-02 | Merge pull request #2221 from carloshenrq/nostorage | Haru | 8 | -3/+69 | |
Mapflag nostorage and nogstorage | |||||
2019-06-02 | Merge pull request #2290 from bWolfie/getguildonline | Haru | 1 | -0/+63 | |
Adds buildin_getguildonline. | |||||
2019-06-02 | Disable new shortcuts on zero clients | Andrei Karas | 3 | -8/+8 | |
Because on zero they still not implimented. | |||||
2019-06-02 | Adds buildin_getguildonline. | EyesOfAHawk | 1 | -0/+63 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-06-02 | standardize script commands to small letters | AnnieRuru | 1 | -8/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-06-03 | Add *setfavoriteitemidx & *autofavoriteitem script command. | Emistry Haoyan | 3 | -1/+54 | |
- set an item as favorite item or not based inventory index. - if an item is set to favorite item, it will be moved into favorite tab, else move out from favorite tab. - only non-equipped item can adjust the favorite item state. | |||||
2019-06-02 | Merge pull request #2394 from bWolfie/buildin_delitemidx | Haru | 1 | -0/+43 | |
Adds BUILDIN(delitemidx), which deletes an item at the given index. | |||||
2019-06-02 | Adds BUILDIN(delitemidx), which deletes an item at the given index. | EyesOfAHawk | 1 | -0/+43 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-06-02 | Merge pull request #2468 from 4144/updatepackets | Haru | 12 | -71/+472 | |
Update packets up to 2019-05-29 | |||||
2019-06-02 | Fix version check for packet ZC_PING | Andrei Karas | 2 | -2/+2 | |
2019-06-02 | Use new shortcuts packets in zero 2019-05-15 and main 2019-05-22 | Andrei Karas | 3 | -8/+8 | |
2019-06-02 | Use separate field hotkey_rowshift for each hotkeys group | Andrei Karas | 1 | -3/+8 | |
2019-06-02 | Update packet CZ_SHORTCUTKEYBAR_ROTATE | Andrei Karas | 4 | -10/+41 | |
2019-06-02 | Update packet CZ_SHORTCUT_KEY_CHANGE | Andrei Karas | 4 | -14/+59 | |
2019-06-02 | Update packet ZC_SHORTCUT_KEY_LIST | Andrei Karas | 3 | -27/+73 | |
2019-06-02 | Extract hotkey packet data into separate struct | Andrei Karas | 1 | -9/+9 | |
2019-06-01 | Update messages up to 2019-05-30 | Andrei Karas | 3 | -3/+255 | |
2019-06-01 | Update shuffle packets up to 2019-05-30 | Andrei Karas | 3 | -6/+19 | |