summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-16/+115
2021-03-03[TMW2] Prevent multiple boss monsters from being @spawn'ed at once.Jesusaves1-0/+4
2021-02-28[TMW2] Do not fail silently if specified message number is not found.Jesusaves1-0/+1
2021-02-14[TMW2 CHERRYPICK] Add NoPet mapflagEmistry Haoyan1-0/+2
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-5/+11
2020-09-12This is Hercules v2019.09.22Jesusaves1-28/+41
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-4/+6
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
2019-05-05Implement Refinery UIIbrahim Zidan1-0/+17
2019-05-05Fix variables shadowing refine interface variable map-server sourceIbrahim Zidan1-14/+14
2019-05-05Removal of refine database code from status.c and moving it respectfully to i...Ibrahim Zidan1-0/+1
2019-05-05Add missing checks for prevend flagAndrei Karas1-3/+3
2019-05-05Merge pull request #2425 from hemagx/hercules_signed_items_fixHaru1-3/+3
2019-04-29Update dropall atcommand drop item based on type.Emistry Haoyan1-5/+30
2019-04-08Fix an issue with named/brewed/forged items getting saved with the wrong char...Ibrahim Zidan1-3/+3
2019-04-07Rename clif_charnameack into clif_blname_ackAndrei Karas1-4/+4
2019-03-11Move local variables in atcommand.c into interfaceAndrei Karas1-0/+3
2019-02-11Change type for class variables from short to intAndrei Karas1-1/+1
2018-12-14Add inventory size field into db and using it in server.Andrei Karas1-16/+8
2018-12-04Added mapflags 'nostorage' and 'nogstorage'Carlos Henrique1-2/+13
2018-11-16Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguildHaru1-29/+19
2018-11-15Merge pull request #2321 from 4144/packetlenHaru1-3/+7
2018-11-14Use an enum as flag for status->heal() and related functionsHaru1-3/+3
2018-11-14Use new packet tables for packets len.Andrei Karas1-3/+6
2018-11-14Add interface for packets in common.Andrei Karas1-0/+1
2018-11-13Remove a duplicate output line from the help message for the channel atcommandHaru1-3/+1
2018-11-13Fix an issue that caused some guild channels not to be left when leaving ally...Haru1-7/+5
2018-11-13Replace sd->channels with a VECTORHaru1-23/+17
2018-11-13Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delayHaru1-2/+2
2018-10-22Merge pull request #2264 from Asheraf/pr5Haru1-12/+1
2018-10-16Add config for '@channel setopt MessageDelay <delay>'.EyesOfAHawk1-2/+2
2018-10-06update at_bodystyle allowed jobs checkAsheraf1-12/+1
2018-10-05Add at command @camerainfo.Andrei Karas1-0/+19
2018-09-19Update inventory packet for 2018-09-12 RE.Andrei Karas1-1/+1
2018-08-26Merge pull request #2164 from mekolat/addvariableHaru1-10/+10
2018-07-30always set the type when doing script->add_strgumi1-10/+10
2018-07-29add atcommand_setzonegumi1-0/+58
2018-07-29add MF_TOWN to atcommand_mapflagCarlos Henrique1-1/+2
2018-07-28Add support for chat commands /changedress and /nocosplay for remove costumesAndrei Karas1-0/+9
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru1-0/+6
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+6
2018-07-24Correct wrong attribute used for pet evolution egg hidingAsheraf1-0/+2
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-1/+1
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-128/+243