summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-01Release v2019.06.30v2019.06.30Haru1-0/+22
Signed-off-by: Haru <haru@dotalux.com>
2019-07-01Merge pull request #2487 from guilherme-gm/201906-1-identifyHaru4-8/+116
Add identify/identifyidx script commands and identifyall atcommand
2019-07-01Add identifyall atcommandGuilherme Menaldo2-8/+26
Signed-off-by: Haru <haru@dotalux.com>
2019-07-01Add identify script commandGuilherme Menaldo2-0/+46
Signed-off-by: Haru <haru@dotalux.com>
2019-07-01Add identifyidx script commandGuilherme Menaldo2-0/+44
Signed-off-by: Haru <haru@dotalux.com>
2019-06-30Merge pull request #2476 from Emistry/atcommand_reloadnpcHaru2-0/+43
Add new atcommand *reloadnpc
2019-06-30Merge pull request #2343 from darrensapalo/patch-1Haru1-6/+6
Added missing equipment
2019-06-30Merge pull request #2427 from Emistry/scriptcommand_setfavoriteitemHaru4-1/+78
Add *setfavoriteitemidx & *autofavoriteitem script commands - alter item favorite state
2019-06-30Merge pull request #2357 from AnnieRuru/51-stylistHaru1-19/+59
Update stylist.txt
2019-06-30Merge pull request #2491 from 4144/updatepacketsHaru17-105/+279
Update packets up to 2019-06-05
2019-06-30Merge pull request #2410 from AnnieRuru/74-adjust_skill_damage_ShowWarningHaru1-4/+5
Suppress ShowWarning for certain mapflags when @reloadscript
2019-06-26Update max travis build version up to 2019-06-19Andrei Karas1-8/+8
2019-06-26Fix custom mob names in packet ZC_ACK_REQNAME_TITLE (Fixes #2495)Andrei Karas1-1/+2
2019-06-26Update packet ZC_MAKINGARROW_LIST in all functionsAndrei Karas3-54/+60
2019-06-26Update packet ZC_PROPERTY_HOMUNAndrei Karas2-1/+31
2019-06-26Add support for new shortcuts packets in zeroAndrei Karas5-11/+11
2019-06-26Update shuffle packets up to 2019-06-26Andrei Karas3-6/+13
2019-06-26Update keys up to 2019-06-26Andrei Karas2-4/+9
2019-06-26Update messages up to 2019-06-26Andrei Karas3-6/+39
2019-06-26Update packets table up to 2019-06-26Andrei Karas3-15/+107
2019-06-03Release v2019.06.02v2019.06.02Haru1-0/+42
Signed-off-by: Haru <haru@dotalux.com>
2019-06-03Merge pull request #2486 from guilherme-gm/minimal-loadoptionsHaru2-2/+4
Adds Option DB and Option Drop Groups DB to be loaded on minimal mode
2019-06-02Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-06-02Merge pull request #2221 from carloshenrq/nostorageHaru12-3/+83
Mapflag nostorage and nogstorage
2019-06-02Constants Documentation SyncHercules.ws1-0/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-06-02Merge pull request #2290 from bWolfie/getguildonlineHaru2-0/+75
Adds buildin_getguildonline.
2019-06-02Merge pull request #2490 from 4144/updatepacketsHaru4-10/+10
Disable new shortcuts on zero clients
2019-06-02Disable new shortcuts on zero clientsAndrei Karas4-10/+10
Because on zero they still not implimented.
2019-06-02Adds buildin_getguildonline.EyesOfAHawk2-0/+75
Signed-off-by: Haru <haru@dotalux.com>
2019-06-02Merge pull request #2374 from AnnieRuru/57-getInventorySizeHaru3-21/+21
standardize script commands to small letters
2019-06-02standardize script commands to small lettersAnnieRuru3-21/+21
Signed-off-by: Haru <haru@dotalux.com>
2019-06-03Add *setfavoriteitemidx & *autofavoriteitem script command.Emistry Haoyan4-1/+78
- 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-02Merge pull request #2457 from Emistry/update_npc_ra_3896Haru5-305/+371
Update NPC scripts
2019-06-02Merge pull request #2394 from bWolfie/buildin_delitemidxHaru2-0/+71
Adds BUILDIN(delitemidx), which deletes an item at the given index.
2019-06-02Adds BUILDIN(delitemidx), which deletes an item at the given index.EyesOfAHawk2-0/+71
Signed-off-by: Haru <haru@dotalux.com>
2019-06-02Merge pull request #2468 from 4144/updatepacketsHaru26-161/+850
Update packets up to 2019-05-29
2019-06-02Fix version check for packet ZC_PINGAndrei Karas2-2/+2
2019-06-02Use new shortcuts packets in zero 2019-05-15 and main 2019-05-22Andrei Karas4-10/+10
2019-06-02Update HPMAndrei Karas4-30/+96
2019-06-02Use separate field hotkey_rowshift for each hotkeys groupAndrei Karas6-13/+45
2019-06-02Update packet CZ_SHORTCUTKEYBAR_ROTATEAndrei Karas4-10/+41
2019-06-02Update packet CZ_SHORTCUT_KEY_CHANGEAndrei Karas4-14/+59
2019-06-02Update HPMAndrei Karas5-8/+40
2019-06-02Update packet ZC_SHORTCUT_KEY_LISTAndrei Karas4-39/+90
2019-06-02Add define MAX_HOTKEYS_DB for max stored hotkeys in dbAndrei Karas2-2/+8
For new RE clients it's double of MAX_HOTKEYS
2019-06-02Extract hotkey packet data into separate structAndrei Karas1-9/+9
2019-06-01Merge pull request #2482 from 4144/unsignedfixHaru1-2/+3
Fix some stats calculation issues by reverting basic stats type from uint32 to uint16
2019-06-01Change max packet version in travis builds to 2019-05-30Andrei Karas1-8/+8
2019-06-01Update messages up to 2019-05-30Andrei Karas3-3/+255
2019-06-01Update shuffle packets up to 2019-05-30Andrei Karas3-6/+19