summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-01Update keys up to 2019-05-30Andrei Karas2-4/+13
2019-06-01Update packets table up to 2019-05-30Andrei Karas3-20/+172
2019-06-01Fix some stats calculation issues by reverting basic stats type from uint32 ↵Andrei Karas1-2/+3
to uint16
2019-06-01Merge pull request #2222 from Helianthella/scoopHaru4-30/+159
Simplify windows installation
2019-06-01MobDB SQL SyncHercules.ws1-3/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-06-01Merge pull request #2380 from AnnieRuru/59-all_AllHaru4-5/+11
Standardize to "all" in script commands
2019-06-01Merge pull request #2430 from Emistry/scriptcommand_npcspeedHaru1-46/+62
Fix map-crash when floating npc use *npcspeed script command
2019-06-01Merge pull request #2456 from Emistry/db_byorgue_summonslaveHaru1-3/+3
Update Byorgue summon slave delay
2019-06-01Merge pull request #2471 from Emistry/scriptcommand_mesclearHaru2-0/+29
Add *mesclear script command.
2019-06-01Merge pull request #2472 from Emistry/scriptcommand_cap_valueHaru2-0/+24
Add *cap_value script command
2019-06-01Constants Documentation SyncHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-06-01Merge pull request #2474 from Emistry/scriptcommand_getmapinfoHaru2-8/+15
Update *getmapinfo script command.
2019-06-01Merge pull request #2477 from Emistry/issue_2469Haru1-1/+2
Fix *failedremovecards script command.
2019-06-01Merge pull request #2375 from AnnieRuru/58-negative_inputHaru4-29/+42
Allow *input script command to support negative input
2019-06-01Merge pull request #2433 from Asheraf/questinfomemfixHaru14-242/+174
Move questinfo data from map to npc_data
2019-05-31Constants Documentation SyncHercules.ws1-0/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-05-31ItemDB SQL SyncHercules.ws1-0/+6
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2019-05-31Merge pull request #2483 from Emistry/db_reduction_potionAsheraf1-0/+48
Update item_db - Stat Reduction Potions
2019-05-30Adds Option DB and Option Drop Groups DB to be loaded on minimal modeGuilherme Menaldo2-2/+4
2019-05-27Update item_db - Stat Reduction PotionsEmistry Haoyan1-0/+48
- Added item to regain status point by stat reduction. - follow up d7bbebdf8526667b288223c8adc2d110204814c5
2019-05-22Release v2019.05.05+4v2019.05.05+4Ibrahim Zidan1-0/+7
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-22Merge pull request #2481 from 4144/fixrefineIbrahem Zidan1-1/+1
Fix reading rates from refine db
2019-05-22Fix reading rates from refine dbAndrei Karas1-1/+1
2019-05-18Add new atcommand *reloadnpcEmistry Haoyan2-0/+43
- `@reloadnpc <path>` - unloads all NPCs in a file and reload it again. - Be aware that mapflags and monster spawned directly are not removed.
2019-05-18Fix *failedremovecards script command.Emistry Haoyan1-1/+2
- only `type == 1` will remove the card. - fixes #2469
2019-05-15Update *getmapinfo script command.Emistry Haoyan2-8/+15
- Added parameter `MAPINFO_NPC_COUNT` to return the total number of NPC exists in the map. - Added new server define `MAX_NPC_PER_MAP`
2019-05-14Add *cap_value script commandEmistry Haoyan2-0/+24
- add `cap_value(value, min, max)` script command. - avoid the ugly nested `min()` and `max()` combo if needed.
2019-05-14Added *mesclear script command.Emistry Haoyan2-0/+29
- `*mesclear()` script command will clear the NPC dialog text and continue the script without player interaction. example: `next();`.
2019-05-09Release v2019.05.05+3v2019.05.05+3Haru1-0/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-05-09Merge pull request #2467 from MishimaHaruna/fix-hpmhooksgenHaru1-1/+2
Fix errors in the HPM Hooks Generator
2019-05-09Fix errors in the HPM Hooks generatorHaru1-1/+2
This adds the interface variables of type pointer to array to the ignored variables when generating the hooks Signed-off-by: Haru <haru@dotalux.com>
2019-05-09Merge pull request #2466 from 4144/fixaspdHaru1-2/+2
Fix aspd and probably other stats issues.
2019-05-08Fix aspd and probably other stats issues.Andrei Karas1-2/+2
2019-05-08Release v2019.05.05+2v2019.05.05+2Haru1-0/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-05-08Merge pull request #2465 from 4144/updatepacketsHaru1-0/+2
Fix packet ZC_SE_PC_BUY_CASHITEM_RESULT for old packet versions
2019-05-08Merge pull request #2464 from 4144/fix2463Haru1-1/+32
Fix sending guild storage to client (Fixes #2463)
2019-05-07Fix sending guild storage to client (Fixes #2463)Andrei Karas1-1/+32
2019-05-07Fix packet ZC_SE_PC_BUY_CASHITEM_RESULT for old packet versionsAndrei Karas1-0/+2
2019-05-07Release v2019.05.05+1v2019.05.05+1Haru1-0/+8
Signed-off-by: Haru <haru@dotalux.com>
2019-05-07Merge pull request #2461 from guilherme-gm/fix-randomoptHaru1-1/+2
Fixes a nullpo on MVP drops
2019-05-06Fixes a nullpo on MVP dropsGuilherme Menaldo1-1/+2
2019-05-06Merge pull request #2460 from 4144/fix2459Haru1-3/+3
Fix player name packet (Fixes #2459)
2019-05-06Fix player name packet (Fixes #2459)Andrei Karas1-3/+3
2019-05-06HPM Hooks UpdateAsheraf5-46/+47
2019-05-06Move questinfo data from map to npc_dataAsheraf9-110/+91
this will fix the issue where having multiple `questinfo()` blocks wont work properly
2019-05-06remove duplicated code used to clean map dataAsheraf1-87/+37
2019-05-06Update Mado Gear Renter NPC.Emistry Haoyan1-1/+66
- added option to obtain mado gear box and cooling devices.
2019-05-06Update NPC translation.Emistry Haoyan5-305/+306
2019-05-06Release v2019.05.05v2019.05.05Haru1-0/+61
Signed-off-by: Haru <haru@dotalux.com>
2019-05-06Merge pull request #2458 from MishimaHaruna/gitlab-ci-buildfixesHaru1-135/+0
Fix gitlab-ci failures