summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Add state using_megaphone to struct map_session_data and implement its (un)se...Kenpachi Developer1-0/+2
2020-06-01Fix a compiler warning in 32 bit buildsHaru1-2/+2
2020-06-01Merge pull request #2758 from Kenpachi2k13/loudhailerHaru1-0/+45
2020-06-01Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npcHaru1-9/+68
2020-06-01Merge pull request #2671 from Helianthella/binliteralHaru1-25/+107
2020-06-01Fix crash in npcshopdelitem script commandAndrei Karas1-1/+8
2020-05-31Merge pull request #2699 from Kenpachi2k13/multi_itemskillHaru1-14/+15
2020-05-31Implement loudhailer() script commandKenpachi Developer1-0/+45
2020-05-27Merge pull request #2733 from Kenpachi2k13/msc_magicattackedHaru1-0/+1
2020-05-27Merge pull request #2142 from Helianthella/export2Haru1-148/+405
2020-05-22Implement MSC_MAGICATTACKED cast condition for monster skillsKenpachi Developer1-0/+1
2020-05-13Add skill_enabled_npc battle flag and implement usageKenpachi Developer1-0/+5
2020-05-13Add optional parameter <flag> to enable_items() and disable_items() script co...Kenpachi Developer1-9/+58
2020-05-13Extend item_enabled_npc battle flag with option for usable itemsKenpachi Developer1-0/+5
2020-05-10Don't abort auto-cast skills if sd->ud.skilltimer is not INVALID_TIMERKenpachi Developer1-1/+1
2020-05-10Use auto_cast_current instead of autocastKenpachi Developer1-12/+12
2020-05-10Add data to auto-cast vectorKenpachi Developer1-0/+3
2020-05-10Remove misplaced pc_autocast_clear() calls from BUILDIN(itemskill)Kenpachi Developer1-2/+0
2020-05-10Merge pull request #2705 from Kenpachi2k13/string_var_sizeHaru1-0/+39
2020-05-09Validate length of value for permanent string variables in set_reg() functionKenpachi Developer1-0/+12
2020-05-09Add script_is_permanent_variable() functionKenpachi Developer1-0/+27
2020-05-07add support for number separatorsgumi1-28/+67
2020-05-04Merge pull request #2062 from AnnieRuru/36-PCBLOCK_COMMANDSHaru1-4/+4
2020-05-03add a config flag to allow to local functions to be event handlersgumi1-0/+2
2020-05-03add a config flag to allow local functions to be public by defaultgumi1-2/+8
2020-05-03allow local NPC functions to be public or privategumi1-149/+398
2020-05-03Free dummy_sd in all code pathsKenpachi2k131-0/+2
2020-04-11Add missing constants for global skill assignmentKenpachi Developer1-0/+5
2020-04-06Merge pull request #2682 from HerculesWS/questinfo_memory_fixesHaru1-2/+3
2020-04-05Merge pull request #2668 from Kenpachi2k13/extend_pcblock_commandsHaru1-5/+8
2020-04-05Apply code style to BUILDIN(setunitdata) functionKenpachi Developer1-284/+343
2020-04-05Add pet_set_hunger() functionKenpachi Developer1-1/+1
2020-04-05Add enum for pet intimacy levels and use its constantsKenpachi Developer1-0/+9
2020-04-05Add enum for pet hunger levels and use its constantsKenpachi Developer1-1/+9
2020-04-05Merge pull request #2657 from Kenpachi2k13/autocast_clean_upHaru1-17/+19
2020-04-05Fixed a memory violation in quest info caused by accessing -1 index when qi_l...Ibrahim Zidan1-2/+3
2020-03-28add support for binary and octal number literalsgumi1-23/+66
2020-03-28Add optional paramter <account id> to checkpcblock() script commandKenpachi Developer1-2/+2
2020-03-28Add return values to setpcblock() script commandKenpachi Developer1-1/+4
2020-03-28Add optional paramter <account id> to setpcblock() script commandKenpachi Developer1-2/+2
2020-03-14Remove skillitem and skillitemlv variables and use map_session_data->autocast...Kenpachi Developer1-5/+3
2020-03-14Remove map_session_data->state.itemskill_* and use map_session_data->autocast...Kenpachi Developer1-6/+1
2020-03-14Remove itemskill_id and itemskill_lv helper variables, since they are not use...Kenpachi Developer1-4/+0
2020-03-14Add pc_autocast_clear() function callsKenpachi Developer1-0/+6
2020-03-14Rename function pc_itemskill_clear() to pc_autocast_clear()Kenpachi Developer1-7/+7
2020-03-14Add map_session_data->autocast.itemskill_* assignmentsKenpachi Developer1-0/+4
2020-03-14Add map_session_data->autocast.skill_id/_lv assignmentsKenpachi Developer1-0/+2
2020-03-14Add map_session_data->autocast.type assignmentsKenpachi Developer1-0/+1
2020-03-12Use script_pushstrcopy() instead of script_pushstr() for returning item namesKenpachi Developer1-2/+2
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru1-3/+5