summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-08[TMW2] Disable Official Walkpath and Partly reverts ↵unsquashedJesusaves3-3/+8
b5a92f944f126e920442307bebd3c2b53c9b0d54. Official Walkpath only do something if path length > 14, which M+ does not. So in the end of the day it is running some extra calculations we don't need. I don't see anything else server-side which could be safely disabled. And I also don't know how effective this will be. Hopefully, though, this will reduce a bit the perceived lag. ...At least, there were positive comments on Moubootaur Legends.
2021-05-08Reserve first char "~" for vault accounts.Jesusaves1-0/+2
2021-04-14CI: removed i386 supportjak11-4/+8
2021-04-14Whinner, shut up alreadyJesusaves1-2/+2
2021-04-14fixed function use for aliased command "hide"jak11-1/+1
2021-04-13Rename command @hide to @invisibleJesusaves1-1/+1
2021-04-12Revert "Mr. C Script Engine, I'm annoyed with this CI-only bug, could you ↵Jesusaves1-1/+1
please pretend you saw nothing?" This reverts commit 08126b77ca9def4524e3d58a48e7943263b29222.
2021-04-12Mr. C Script Engine, I'm annoyed with this CI-only bug, could you please ↵Jesusaves1-1/+1
pretend you saw nothing? Thanks.
2021-04-11[skip ci] It's evilJesusaves1-1/+1
2021-04-11[skip ci] *sigh*Jesusaves1-1/+2
2021-04-11CI bug cannot be reproduced; Appeal to fancy debugJesusaves1-1/+1
2021-04-10Fix typoJesusaves1-19/+0
2021-04-09Remove misceffect()Jesusaves1-1/+1
2021-03-04Disable renewal mode, while retaining some properties of it.Jesusaves1-3/+3
It was done directly on server-code but it probably will work with CPPFLAGS. Haven't tested - It's not worth it, unless we actually decide to move to pre-re.
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.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