summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20The Mana World modifications for Evolved Server.Jesusaves1-21/+3
2020-07-26Merge pull request #2652 from Emistry/mf_nopetHaru1-0/+3
2020-07-06Add NoPet mapflagEmistry Haoyan1-0/+3
2020-07-03Prevent overflow when using gettimetick(0)Kenpachi Developer1-1/+2
2020-06-28Merge pull request #2775 from Kenpachi2k13/megaphoneHaru1-0/+2
2020-06-28Merge pull request #2781 from Kenpachi2k13/pet_featuresHaru1-2/+2
2020-06-25Add state using_megaphone to struct map_session_data and implement its (un)se...Kenpachi Developer1-0/+2
2020-06-23Merge branch 'master' into jedzkie-pr03Jedzkie1-197/+688
2020-06-22Remove/move unnecessarily calling clif_send_petstatus()Kenpachi Developer1-1/+2
2020-06-22Send pet's intimacy data only in pet_set_intimate()Kenpachi Developer1-1/+0
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-31Added configuration on allowing actions on player when dead.Jedzkie1-0/+5
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