summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2021-08-08[TMW2] Disable Official Walkpath and Partly reverts ↵unsquashedJesusaves2-2/+7
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-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
2020-07-27Merge pull request #2790 from Kenpachi2k13/def_ele_toleranceHaru4-0/+90
Add bonuses to reduce received damage based on attacker's defense element
2020-07-26Merge pull request #2647 from dastgirp/message/fixHaru1-2/+2
Fixed Experience Gain message
2020-07-26Fixed Experience Gain MessageDastgir1-2/+2
2020-07-26Merge pull request #2795 from Emistry/atcommand_itemHaru1-54/+55
Enable item atcommand to have optional parameters
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/updatepacketsHaru8-14/+81
Update packets up to 2020-07-15
2020-07-26Merge pull request #2652 from Emistry/mf_nopetHaru9-7/+27
Add NoPet mapflag
2020-07-26Merge pull request #2794 from Emistry/npc_sellistHaru1-30/+33
Update NPC OnSellitem Array List
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-19Update NPC OnSellitem Array ListEmistry Haoyan1-30/+33
- 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-06Add NoPet mapflagEmistry Haoyan9-7/+27
- allow to set nopet mapflag at any maps. - mapflag to disable pet, and force return to egg.
2020-07-04Cast sstatus->def_ele to intKenpachi Developer1-24/+30
2020-07-04Use sstatus->def_ele instead of status_get_element(src)Kenpachi Developer1-10/+6
2020-07-04Validate return value of status_get_element(src) before using it as array indexKenpachi Developer1-20/+30
2020-07-04Don't define separate structs for bSubDefEle and bMagicSubDefEleKenpachi Developer1-7/+3
2020-07-03Prevent overflow when using gettimetick(0)Kenpachi Developer1-1/+2
2020-07-02Add bMagicSubDefEle item bonusKenpachi Developer4-1/+41
2020-07-02Add bSubDefEle item bonusKenpachi Developer4-0/+42
2020-06-28Merge pull request #2786 from Kenpachi2k13/sc_timerHaru1-2/+25
Pass timer data when re-applying status icons upon spawning character
2020-06-28Merge pull request #2782 from HerculesWS/npc-sell-fixHaru1-45/+43
Fix npc selling behavior if price is over INT_MAX.
2020-06-28Storage now closes when using teleport skill.Jedzkie3-10/+17
2020-06-28Merge pull request #2763 from 4144/updatepacketsHaru8-13/+42
Update packets up to 2020-06-03
2020-06-28Merge pull request #2784 from Kenpachi2k13/item_enabled_npcHaru2-2/+2
Enlarge field size of npc_item_flag in struct script_state according to possible values
2020-06-28Merge pull request #2778 from 4144/extendciHaru2-2/+10
Extend ci with more checks and add different fixes
2020-06-28Fix the use of the first_time variable in clif_parse_loadEndAckHaru1-1/+1
This fixes my previous commit, 6865e6da70d8d44a9c92c2b922da4444a09f7ac3 Signed-off-by: Haru <haru@dotalux.com>
2020-06-28Call clif_status_change() instead of clif_status_change2() to re-apply ↵Kenpachi Developer1-2/+25
status changes in clif_spawn()
2020-06-28Code style changes in npc_selllist functionJedzkie1-43/+41
2020-06-28Fix a missing variable in clif_parse_loadEndAckHaru1-0/+3
This partially reverts bc4d22f7e0148f6b32eb420aa2bbee9b464b0381 Signed-off-by: Haru <haru@dotalux.com>
2020-06-28Merge pull request #2757 from Kenpachi2k13/server_messagesHaru8-107/+377
Adjust server messages on login and map change
2020-06-28Merge pull request #2775 from Kenpachi2k13/megaphoneHaru10-83/+125
Fix Megaphone behaviour
2020-06-28Set maximum value of item_enabled_npc battle flag to 3Kenpachi Developer1-1/+1
2020-06-28Enlarge field size of npc_item_flag in struct script_state according to ↵Kenpachi Developer1-1/+1
possible values
2020-06-28Unset using_megaphone state in clif_parse_LoadEndAck()Kenpachi Developer1-0/+3
2020-06-28Disable using Megaphone while interacting with NPCs regardless of ↵Kenpachi Developer1-1/+2
item_enabled_npc battle flag
2020-06-28Merge pull request #2781 from Kenpachi2k13/pet_featuresHaru9-60/+118
Add some pet features and minor pet code clean up