summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-05-05Merge pull request #2426 from Emistry/scriptcommand_getinventorylist_favouriteHaru2-26/+34
Expand *getinventorylist() script command - favorite field
2019-05-05Merge pull request #2309 from guilherme-gm/201810-randomopt-dropHaru16-38/+866
Support for monster drops with Random Options
2019-05-05Update Byorgue summon slave delayEmistry Haoyan1-3/+3
- prevent pootential farming exploit. - Gravity seem to increased it long time ago before renewal.
2019-05-05Merge pull request #2441 from Emistry/db_issue_1982Ibrahem Zidan1-0/+1
Update item combo db, fix issue #1982
2019-05-04Fix inter-server deleting zeny from rodex mails when a player requests to ↵Ibrahim Zidan1-2/+0
take item Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-04Merge pull request #2452 from Jedzkie/pr03-confIbrahim Zidan37-69/+68
Config files changes
2019-05-04Correct spacing for comment blocks in conf/* config filesJedzkie4-30/+30
2019-05-04Update copyright header in conf/* config files to 2014-2019Jedzkie37-37/+37
2019-05-04Fix enable setting documentation of pincode block in char-server.confJedzkie1-2/+1
2019-05-01Update unitwarp script command.Emistry Haoyan1-1/+1
- allow NPC to warp to non-walkable cell. Just like `*movenpc`
2019-04-29Merge pull request #2439 from Emistry/atcommand_dropallIbrahem Zidan4-9/+53
Update dropall atcommand drop item based on type.
2019-04-29Update dropall atcommand drop item based on type.Emistry Haoyan4-9/+53
- Enable to drop items based on item type.
2019-04-29Constants Documentation SyncHercules.ws1-0/+9
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-04-29Merge pull request #2440 from Emistry/scriptcommand_consolemesIbrahem Zidan7-14/+102
Added *consolemes script command
2019-04-29Merge pull request #2443 from Emistry/issue_1569Ibrahem Zidan1-0/+8
Disable chatroom creation if cell_chknochat
2019-04-28Merge pull request #2442 from Emistry/script_issue_1955Ibrahem Zidan1-3/+6
Fix issue #1955
2019-04-29Added *consolemes script commandEmistry Haoyan7-14/+102
- deprecated `*debugmes` script command. - added `*consolemes` script command which display the console message based on `type`. - allow map-server console to auto logging into text file depend on type of message.
2019-04-29Fix issue #1955Emistry Haoyan1-3/+6
- fix error due to event terminated by GM using `@killmonster` command.
2019-04-28Merge pull request #2449 from jedzkie/pr01-READMEIbrahim Zidan1-1/+1
Update README.md
2019-04-28Merge pull request #2450 from Asheraf/msvcversionnameIbrahem Zidan1-2/+6
Update MSVC version naming in console info
2019-04-21Update MSVC version naming in console infoAsheraf1-2/+6
2019-04-21Update README.mdJedzkie1-1/+1
2019-04-20Regenerate HPM HookGuilherme G. Menaldo5-8/+248
2019-04-20Moved mob drop data to its own structureGuilherme G. Menaldo2-7/+12
2019-04-20Added support for mobs to drop items with Random OptionsGuilherme G. Menaldo11-26/+609
2019-04-18Restore the ability for HPM Hooks to hook to private interfacesIbrahim Zidan2-0/+33
- Starting from 5db7c799055c6ae9c4463f6cf4c88a35597d5d31 the ability to hook to private interfaces was removed, this commit restores this ability by introducing two new macros specifically for this. - addHookPrePriv to add a pre-hook for private interface member - addHookPostPriv to add a post-hook for private interface member Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-04-17Release v2019.04.07+1v2019.04.07+1Haru1-5/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-04-17Merge pull request #2428 from hemagx/hercules_pet_fixesHaru1-0/+15
Automatically migrate pets to the new system that keeps hatched eggs in the inventory
2019-04-17Merge pull request #2437 from 4144/rodexfixesHaru18-77/+561
Different rodex fixes
2019-04-16Fixed issue with Perl v5.26.1Phong Truong1-3/+3
Issue: - Unescaped left brace in regex is illegal here in regex;
2019-04-15Update HPMAndrei Karas8-16/+283
2019-04-15Improve get items from rodexAndrei Karas9-34/+169
2019-04-15Improve get zeny from rodexAndrei Karas8-12/+83
2019-04-14Disable chatroom creation if cell_chknochatEmistry Haoyan1-0/+8
- doesn't allow chatroom creation/switch if the coordinated cell are set with cell_chknochat. - chatroom will be auto deleted.
2019-04-14Update item combo db, fix issue #1982Emistry Haoyan1-0/+1
- update missing item_combo_db
2019-04-14Add account id and char id into inter server rodex update packetAndrei Karas7-18/+29
2019-04-11Added NULL unit data validation for NPC.Emistry Haoyan1-46/+62
- script command `npcspeed`, `npcwalkto`, `npcstop`, `unitwalk`, `unitwarp`, `unitstop` are not applicable for floating npc (without coordinate/location). - Fix map-crash due to unit_data `NULL`.
2019-04-11change "All" into "all" in npc scriptsAnnieRuru2-2/+2
2019-04-11Standardize to "all" in script commandsAnnieRuru2-3/+9
2019-04-11Add 3 pc variables just for the input limit ...AnnieRuru3-6/+21
sd->npc_amount_min and sd->npc_amount_max to limit input range and sd->npc_input_capped_range because the documentation ask for it
2019-04-11Modernize coding styleAnnieRuru1-23/+21
2019-04-10uncomment the input_min_value in script.conf for safety reasonAnnieRuru1-1/+1
2019-04-10Fix direct calls to clif_send in clif.cIbrahim Zidan1-5/+3
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-04-10Addition of missing nullpo check in clif_send and an assertion check forIbrahim Zidan1-6/+6
zero/negatvie length values Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-04-10Rewrite clif_storageItemsIbrahim Zidan2-24/+23
- The maximum packetsize is now decided during compile time depending on client version which fixes an issue started with clients supporting int32 as itemid where packet size would underflow - The function now have a single loop that is easier to read and understand Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-04-09Automatically migrate pets to the new system that keeps hatched eggs in the ↵Ibrahim Zidan1-0/+15
inventory - The pet evolution update caused all already hatched eggs to get lost cause the previous system would actually remove the egg unlike the new one, this code will ensure the return of it.
2019-04-10Expand *getinventorylist() script commandEmistry Haoyan2-26/+34
- return an array `@inventorylist_favorite` - indicate whether an item in the inventory are located inside favorite tab or not.
2019-04-08Fix an issue with named/brewed/forged items getting saved with the wrong ↵Ibrahim Zidan5-9/+40
character id The isue was triggered by the refactoring of old undocumented code that relied on the overflow behavior during assignment from int32 to int16 and from uint16 to int16, and by a subsequent clamping to SMALLINT range operated by the SQL server. Credits: Haru <haru@dotalux.com> Fixes #2409 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-04-08Release v2019.04.07v2019.04.07Haru1-0/+42
Signed-off-by: Haru <haru@dotalux.com>
2019-04-08Merge pull request #2354 from elgartoinf/patch-1Haru1-13/+14
Update README.md