summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-28Merge pull request #2775 from Kenpachi2k13/megaphoneHaru1-65/+83
2020-06-28Unset using_megaphone state in clif_parse_LoadEndAck()Kenpachi Developer1-0/+3
2020-06-28Merge pull request #2781 from Kenpachi2k13/pet_featuresHaru1-6/+3
2020-06-28Merge pull request #2755 from Jedzkie/jedzkie-pr03Haru1-12/+13
2020-06-25Disable using Megaphone while Rodex send mail window is presentKenpachi Developer1-0/+3
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 Developer1-1/+1
2020-06-25Enable sending mails while Megaphone input box is presentKenpachi Developer1-1/+1
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 Developer1-1/+1
2020-06-25Enable vending shop features while Megaphone input box is presentKenpachi Developer1-7/+6
2020-06-25Enable trading while Megaphone input box is presentKenpachi Developer1-2/+2
2020-06-25Enable moving items between cart and inventory while Megaphone input box is p...Kenpachi Developer1-2/+5
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-25Enable attacking while Megaphone input box is presentKenpachi Developer1-1/+3
2020-06-25Enable walking while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Enable changing equipment while Megaphone input box is presentKenpachi Developer1-2/+2
2020-06-25Enable skill usage while Megaphone input box is presentKenpachi Developer1-10/+15
2020-06-25Don't show NPC speech bubble when opening input box by MegaphoneKenpachi Developer1-12/+15
2020-06-23Merge branch 'master' into jedzkie-pr03Jedzkie1-51/+73
2020-06-22Centralize pet spawn code in pet_spawn() functionKenpachi Developer1-4/+1
2020-06-22Implement intimacy display in pet egg's item description windowKenpachi Developer1-2/+2
2020-06-01Show instancing window on login for character instances, tooKenpachi Developer1-0/+13
2020-06-01Merge pull request #2745 from Kenpachi2k13/unequip_on_loginHaru1-0/+6
2020-06-01Merge pull request #2758 from Kenpachi2k13/loudhailerHaru1-1/+3
2020-06-01Merge pull request #2754 from Kenpachi2k13/mineffect_flagHaru1-4/+1
2020-06-01Move equipment check from pc_setpos() to clif_parse_LoadEndAck()Kenpachi Developer1-0/+6
2020-06-01Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npcHaru1-8/+14
2020-06-01Merge pull request #2713 from 4144/updatepacketsHaru1-8/+20
2020-06-01Make AttackType can be grouped by levelsKenpachi Developer1-3/+3
2020-06-01fix motd on load/unload npc.Andrei Karas1-0/+1
2020-06-01Dont call clif->clearunit_area if mob died on missing mapAndrei Karas1-1/+8
2020-06-01Add missing vd checks into clif.cAndrei Karas1-0/+5
2020-06-01Fix possible mail name in packet clif_rodex_checkname_resultAndrei Karas1-1/+1
2020-06-01Use correct struct in delayed removing mobsAndrei Karas1-6/+5
2020-05-31Merge pull request #2699 from Kenpachi2k13/multi_itemskillHaru1-13/+19
2020-05-31Implement loudhailer() script commandKenpachi Developer1-1/+3
2020-05-31Added configuration on allowing actions on player when dead.Jedzkie1-12/+13
2020-05-30Removed unused variable sd from clif_maptypeproperty2()Kenpachi Developer1-3/+0
2020-05-30Make mineffect flag not being affected by sd->state.lesseffect in clif_maptyp...Kenpachi Developer1-1/+1
2020-05-13Enable receiving not NULL terminated whisper names with a length of 24 charac...Kenpachi Developer1-13/+6
2020-05-13Add skill_enabled_npc battle flag and implement usageKenpachi Developer1-6/+12
2020-05-13Extend item_enabled_npc battle flag with option for usable itemsKenpachi Developer1-2/+2
2020-05-10Don't abort auto-cast skills if sd->ud.skilltimer is not INVALID_TIMERKenpachi Developer1-2/+2
2020-05-10Use auto_cast_current instead of autocastKenpachi Developer1-11/+11
2020-05-10Add pc_autocast_set_current() callsKenpachi Developer1-0/+6
2020-05-10Merge pull request #2705 from Kenpachi2k13/string_var_sizeHaru1-1/+1
2020-05-09Adjust size of fields holding a string variable's value to SCRIPT_STRING_VAR_...Kenpachi Developer1-1/+1