summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20The Mana World modifications for Evolved Server.Jesusaves1-2/+2
2020-07-26Merge pull request #2795 from Emistry/atcommand_itemHaru1-54/+55
2020-07-19Enable item atcommand to skip optional parametersEmistry Haoyan1-6/+6
2020-07-19Update item atcommands codesEmistry Haoyan1-50/+51
2020-07-06Add NoPet mapflagEmistry Haoyan1-0/+2
2020-06-22Remove/move unnecessarily calling clif_send_petstatus()Kenpachi Developer1-6/+2
2020-06-22Call pet->set_hunger() in ACMD(pethungry) instead of directly assigning the v...Kenpachi Developer1-1/+1
2020-06-22Update pet's egg data in ACMD(petrename)Kenpachi Developer1-0/+9
2020-06-22Implement intimacy display in pet egg's item description windowKenpachi Developer1-1/+1
2020-06-01fix motd on load/unload npc.Andrei Karas1-0/+3
2020-05-10Merge pull request #2705 from Kenpachi2k13/string_var_sizeHaru1-2/+6
2020-05-09Adjust size of fields holding a string variable's value to SCRIPT_STRING_VAR_...Kenpachi Developer1-2/+6
2020-05-04Merge pull request #2062 from AnnieRuru/36-PCBLOCK_COMMANDSHaru1-2/+2
2020-04-08Use pc_(un)hide() in ACMD(hide)Kenpachi Developer1-33/+4
2020-04-05Merge pull request #2637 from Kenpachi2k13/fakename_fixHaru1-17/+39
2020-04-05Apply code style to ACMD(pethungry) functionKenpachi Developer1-17/+27
2020-04-05Apply code style to ACMD(petfriendly) functionKenpachi Developer1-18/+26
2020-04-05Apply code style to ACMD(makeegg) functionKenpachi Developer1-24/+31
2020-04-05Add pet_set_hunger() functionKenpachi Developer1-1/+1
2020-04-05Add enum for pet intimacy levels and use its constantsKenpachi Developer1-1/+1
2020-04-05Add enum for pet hunger levels and use its constantsKenpachi Developer1-2/+2
2020-03-14Add pc_autocast_clear() function callsKenpachi Developer1-0/+2
2020-03-13Apply code style to ACMD(fakename) functionKenpachi Developer1-16/+22
2020-03-13Implement display options in ACMD(fakename) functionKenpachi Developer1-2/+18
2020-03-08Refactor code using directions to use enum unit_dirskyleo1-11/+31
2020-02-09Merge pull request #2586 from Asheraf/madostatueffectHaru1-2/+9
2020-02-09Update ACMD(unloadnpcfile) path verificationKenpachi Developer1-9/+11
2020-02-09Update ACMD(reloadnpc) path verificationKenpachi Developer1-9/+11
2020-02-09Applied code style and added some minor code improvements to src/map/atcomman...Kenpachi Developer1-19/+72
2020-02-09Applied code style and some minor improvements.Kenpachi Developer1-56/+62
2020-02-09Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no...Kenpachi Developer1-17/+25
2020-02-09Update Duel System CooldownEmistry Haoyan1-6/+8
2020-01-29Implement support for switching madogear typeAsheraf1-2/+9
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2020-01-12Adds buildin_resetfeel, buildin_resethate and acmd_hatereset.EyesOfAHawk1-0/+10
2019-11-06Dehardcode Status IconsAsheraf1-1/+1
2019-10-05Update dropall atcommandEmistry Haoyan1-5/+11
2019-09-23Merge pull request #2535 from HerculesWS/itemdb_violationHaru1-3/+3
2019-09-22Fix several issues caused by the nick partial match feature, when enabled.Haru1-25/+25
2019-09-19Rewrite of itemdb_searchname_array and itemdb_searchname_array_subIbrahim Zidan1-3/+3
2019-09-18Add at command for change char sexAndrei Karas1-0/+13
2019-08-26Remove round-trip to the inter-server for the broadcast messagesHaru1-3/+5
2019-08-26Remove round-trip to the inter-server for the whisper-to-gm messagesHaru1-1/+1
2019-07-28Merge pull request #2504 from Emistry/atcommand_refineHaru1-20/+61
2019-07-15Update refine atcommandEmistry Haoyan1-20/+61
2019-07-10Disable refresh atcommand when talk with NPC.Emistry Haoyan1-1/+5
2019-07-01Add identifyall atcommandGuilherme Menaldo1-8/+20
2019-06-30Merge pull request #2476 from Emistry/atcommand_reloadnpcHaru1-0/+33
2019-06-02Merge pull request #2221 from carloshenrq/nostorageHaru1-2/+13
2019-05-18Add new atcommand *reloadnpcEmistry Haoyan1-0/+33