summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
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-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-03Prevent overflow when using gettimetick(0)Kenpachi Developer1-1/+2
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
2020-06-28Merge pull request #2774 from Kenpachi2k13/skill_get_req_indexHaru2-3/+57
Fix required item index selection for various skills
2020-06-28Merge pull request #2712 from Kenpachi2k13/npc_del_skill_unitsHaru1-1/+8
Fix condition for deleting skill units when unloading NPC
2020-06-28Merge pull request #2755 from Jedzkie/jedzkie-pr03Haru5-12/+26
Added configuration on allowing actions on player when dead.
2020-06-28Add battle flag for tip of the day window displayKenpachi Developer3-1/+4
2020-06-28Show tip of the day window upon loginKenpachi Developer1-0/+4
2020-06-28Add clif_open_ui_send() functionKenpachi Developer2-26/+63
2020-06-28Remove obsolete variables `first_time` and `change_map` from ↵Kenpachi Developer1-5/+0
clif_parse_LoadEndAck()
2020-06-28Call unit->bl2ud2() instead of unit->bl2ud() in skill_initunitgroup() if src ↵Kenpachi Developer1-1/+8
is of type BL_NPC
2020-06-28Merge pull request #2732 from Kenpachi2k13/instance_create_docHaru4-8/+28
Update instancing window display and documentation of instance_create() script command
2020-06-25Disable using Megaphone while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Disable using Megaphone while Rodex send mail window is presentKenpachi Developer3-0/+13
This also fixes the issue where the client freezes when talking to a NPC while Rodex send mail window is present.
2020-06-25Enable resurrection by Token of Siegfried while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Enable sending Megaphone message if character is deadKenpachi Developer2-3/+3
2020-06-25Enable sending mails while Megaphone input box is presentKenpachi Developer3-4/+4
2020-06-25Enable party booking features while Megaphone input box is presentKenpachi Developer1-14/+14
2020-06-25Enable party features while Megaphone input box is presentKenpachi Developer1-10/+10
2020-06-25Enable buying store features while Megaphone input box is presentKenpachi Developer2-7/+8
2020-06-25Enable vending shop features while Megaphone input box is presentKenpachi Developer2-9/+10
2020-06-25Enable trading while Megaphone input box is presentKenpachi Developer2-6/+7
2020-06-25Enable moving items between cart and inventory while Megaphone input box is ↵Kenpachi Developer1-2/+5
present
2020-06-25Enable picking up items while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Enable dropping items while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Add pc_cant_act_except_npc_chat() macroKenpachi Developer1-0/+1