summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-09-19gcc8 build stable->busterjak1/ci_fixjak11-2/+2
removed one more '...travis.sh test' (may adding a new test case would be a nice idea)
2021-09-19disabled '...travis.sh test'jak11-4/+4
changed mysql5.7 to mysql8.0 (gitlab timeout bug)
2021-09-19disabled clang-8 (debian.org tells its still supported, but all my docker ↵jak11-9/+9
images cant find the packages)
2021-09-19changed clang-8 to build on busterjak11-3/+3
2021-09-19added clang-11 for unstablejak11-0/+46
2021-09-19removed gcc-8_i386 from ci (droped 32bit support)jak11-4/+4
2020-07-29Remove useless parts from .gitlab-ci.ymlAndrei Karas2-653/+52
2020-07-29Fix build on windows.Andrei Karas1-1/+1
2020-07-29Add build script.Andrei Karas1-0/+157
2020-07-29add ignore for evol plugin.Andrei Karas1-0/+1
2020-07-29add install target to make file.Andrei Karas1-0/+7
2020-07-29disable import target in make file.Andrei Karas1-5/+5
2020-07-29Add configure into ignore list.Andrei Karas1-0/+1
2020-07-29Remove configure.Andrei Karas1-11915/+0
2020-07-29Move windows and mac run time files into runtime dir.Andrei Karas13-0/+0
For usage, need copy it back.
2020-07-29Remove unused dirsAndrei Karas3229-1440272/+0
2020-07-29Remove cache dir.Andrei Karas4-32/+0
2020-07-27Release v2020.07.26v2020.07.26Haru2-0/+35
Signed-off-by: Haru <haru@dotalux.com>
2020-07-27Constants Documentation SyncHercules.ws1-0/+19
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-07-27ItemDB SQL SyncHercules.ws1-40/+57
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-07-27Merge pull request #2790 from Kenpachi2k13/def_ele_toleranceHaru8-108/+702
Add bonuses to reduce received damage based on attacker's defense element
2020-07-26Merge pull request #2769 from Zopokx/stableHaru16-43/+36
Correction of few typo errors (conf/)
2020-07-26Address pull request commentsHaru2-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2020-07-26Merge pull request #2647 from dastgirp/message/fixHaru2-3/+3
Fixed Experience Gain message
2020-07-26Fixed Experience Gain MessageDastgir2-3/+3
2020-07-26Merge pull request #2795 from Emistry/atcommand_itemHaru1-54/+55
Enable item atcommand to have optional parameters
2020-07-26Merge pull request #2798 from skyleo/ontouch_areawarp_refactorHaru5-99/+10
Refactor scripts that use OnTouch Logic to use areawarp instead
2020-07-26Merge pull request #2802 from MrKeiKun/fix-gank_formulaHaru1-5/+9
Fix RG_SNATCHER formula.
2020-07-26Merge pull request #2788 from 4144/updatepacketsHaru12-17/+203
Update packets up to 2020-07-15
2020-07-26Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-07-26Merge pull request #2652 from Emistry/mf_nopetHaru14-14/+111
Add NoPet mapflag
2020-07-26Merge pull request #2794 from Emistry/npc_sellistHaru2-55/+61
Update NPC OnSellitem Array List
2020-07-26Merge pull request #2791 from Kenpachi2k13/gettimetickHaru2-2/+3
Prevent overflow when using gettimetick(0)
2020-07-25Merge pull request #2792 from Kenpachi2k13/moscovia_questsHaru1-2/+5
Fix Moscovia quests getting stuck in infinite loop
2020-07-23Merge pull request #2796 from Kenpachi2k13/changesexHaru1-40/+99
Fix @changesex not saving new gender to SQL DB
2020-07-23Merge pull request #2797 from skyleo/dokebi_battle_quest_bugfixHaru1-28/+5
Dokebi Battle Quest bugfix and exploit patch
2020-07-22Added Renewal formula which forces RG_SNATCHER to have a max of 20% when all ↵KeiKun1-5/+9
both TF_STEAL and RG_SNATCHER itself are on max level.
2020-07-21Fix dnsbl vector cleanup on exitAndrei Karas1-1/+1
2020-07-19Update NPC OnSellitem Array ListEmistry Haoyan2-55/+61
- missing random item option's param array.
2020-07-19Enable item atcommand to skip optional parametersEmistry Haoyan1-6/+6
- these parameters are optional for item creation, could just use default values.
2020-07-19Update item atcommands codesEmistry Haoyan1-50/+51
- update code format
2020-07-17Update shuffle packets and keysAndrei Karas5-10/+17
2020-07-17Update messages listAndrei Karas3-4/+64
2020-07-17Update packets tableAndrei Karas3-2/+121
2020-07-07Refactor scripts that use OnTouch Logic to use areawarp insteadskyleo5-99/+10
This fixes a few bugs and possible exploits, some OnTouch-Warp-NPCs didn't cover the entire area they intended to areawarp. If you have any NPC Dialogue open, you will not trigger the OnTouch and thus not get warped. Areawarp though will ensure that you are guaranteed to get warped. This also fixes some poor timer usage in juperos quest for example, where one of the NPCs just won't ever get enabled again.
2020-07-07Reapply initial values in char_changecharsex()Kenpachi Developer1-3/+3
2020-07-07Fix possible exploit in Dokebi Battle Questskyleo1-15/+1
As many players as wanted could remain in the battle area, where the dokebis and am muts spawn, as long as you have a dialogue open, which the script provides. One could even keep a certain part of the dialogue open right before the am muts spawn. Making you able to abuse this quest in order to have your own am mut farming map, since they drop loot and give exp. If you have any NPC that you can whisper to trigger a dialogue, you could even do this more efficiently and kill am muts per run. First run you kill 3. Second you can kill 6. Third 9. So once you got 10 players in there, you will have killed 135 Am Muts and can kill 30 more.
2020-07-07Fix Dokebi Battle Quest becoming undoable until server restart under certain ↵skyleo1-13/+4
circumstances
2020-07-06Apply code style to char_changecharsex()Kenpachi Developer1-14/+11
2020-07-06Apply code style to char_change_sex_sub()Kenpachi Developer1-25/+27