summaryrefslogtreecommitdiff
path: root/conf/messages.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-02-09Merge pull request #2586 from Asheraf/madostatueffectHaru1-1/+1
Implement support for switching madogear type
2020-02-09Update messagesKenpachi Developer1-2/+2
2020-02-09Applied code style and added some minor code improvements to ↵Kenpachi Developer1-0/+4
src/map/atcommands.c. * Applied code style to touched @commands. * Added file path validation where fopen() is used to make sure a TXT file is passed. * Added new messages for file name validation to conf/messages.conf. * increased MAX_MSG to be able to use the new messages.
2020-02-09Applied code style and some minor improvements.Kenpachi Developer1-0/+1
* Added new message 1517 (Script could not be unloaded.) * Applied code style to several functions I touched. * Added some minor improments to the function where I applied code style.
2020-02-09Change unload NPC behavior to kill mobs that were spawned by unloaded NPC ↵Kenpachi Developer1-4/+7
(non-permanent monster spawns) [Issue #2530] Mobs spawned by NPC will be removed on @reloadnpc, @unloadnpc, and @unloadnpcfile. Additionally OnNPCUnload NPC label was added, to revert other changes made by NPC. For example set/removed mapflags or added mob drops.
2020-02-09Update Duel System CooldownEmistry Haoyan1-1/+1
- Able to set cooldown in "seconds" format. - New `duel_time_interval` value will be applied to any existing cooldown if new value is reloaded in-game using `@reloadbattleconf`. - Display the cooldown tick before can create new duel.
2020-01-29Implement support for switching madogear typeAsheraf1-1/+1
2020-01-12Adds buildin_resetfeel, buildin_resethate and acmd_hatereset.EyesOfAHawk1-1/+4
2019-10-18Merge pull request #2545 from Emistry/atcommand_dropallHaru1-1/+1
Update dropall atcommand
2019-10-05Update dropall atcommandEmistry Haoyan1-1/+1
- The correct amount of dropped items should be displayed. - Included skipped amount.
2019-10-02Moved hardcoded messages from source to messages.confDastgir1-3/+45
Fixes #1282
2019-09-18Extract code for really gain homun exp to separate functionAndrei Karas1-1/+2
Also replace hardcoded message to message string.
2019-07-15Update refine atcommandEmistry Haoyan1-8/+23
- list of costume and shadow equipments - refine all equipments option
2019-05-05Implement Refinery UIIbrahim Zidan1-1/+2
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-04-29Update dropall atcommand drop item based on type.Emistry Haoyan1-0/+5
- Enable to drop items based on item type.
2018-11-13Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delayHaru1-1/+1
Add config for '@channel setopt MessageDelay <delay>'
2018-10-16Add config for '@channel setopt MessageDelay <delay>'.EyesOfAHawk1-1/+1
2018-10-15Change channel delay message to instruct time left before can message ↵EyesOfAHawk1-1/+1
channel again.
2018-10-05Add at command @camerainfo.Andrei Karas1-1/+2
2018-07-29add messages for atcommand_setzonegumi1-1/+8
2018-06-02Implementation of stylist uiAsheraf1-1/+5
2018-05-04Implementation of Private AirShipAsheraf1-1/+2
2018-04-08Merge pull request #2006 from Jedzkie/MessageFixesHaru1-1/+4
Message Fixes
2018-04-07Implementation of Attendance systemAsheraf1-1/+3
2018-04-08Update Skill/Item messagesJedzkie1-1/+4
2018-02-12Fix messages about enabled/disabled cvc mode.Andrei Karas1-1/+3
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-1/+5
All official features work including the autokick for inactive members And the system is completely customizable.
2017-10-21Merge pull request #1833 from Emistry/mapflag_noautolootHaru1-2/+5
Add NoAutoloot mapflag
2017-10-22Add NoAutoloot mapflagEmistry Haoyan1-2/+5
- Enable server to disable autoloot settings for certain maps.
2017-09-12Fix several typos and grammar mistakesHaru1-5/+5
Signed-off-by: Haru <haru@dotalux.com>
2017-05-27Merge pull request #1722 from Smokexyz/mmo_charstatus-fixHaru1-1/+1
Dismemberment of `storage_data` from `mmo_charstatus`.
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-1/+1
Remove loading and saving of storage_data through char.c Re-declaration of structure storage_data as a vector. Re-code of portions in the map-server using storage_data. A new approach is taken by saving the loaded storage data from sql into memory for the duration of the session, thereby removing the need of querying the database to re-load all items everytime a storage save routine is issued from the map-server. Saving of storage items is done through a new function that significantly reduces the number of queries compared to char_memitemdata_tosql(), and therefore run-time speed. This method potentially reduces the number of update and delete queries from MAX_STORAGE (which could be >= 600) times to literally 1. Storage items are stored in a dynamically allocated array and handled accordingly. struct mmo_charstatus size reduces by 34,800 bytes. Update pc_checkitem() with masks for item checks. `sd->state.itemcheck` has been changed to `sd->itemcheck` of type `enum pc_checkitem_types` `battle/items.conf` has been updated to reflect configuration changes. Further updates to assert a successful reception of storage data in related functions.
2017-05-01Merge pull request #1698 from Jedzkie/10-BodyStyleHaru1-1/+1
Added job checks for @bodystyle command
2017-05-01Added job checks for @bodystyle commandJedzkie1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-04-29Merge pull request #1713 from Jedzkie/17-DropAnnounceHaru1-6/+1
Fixes #994
2017-04-29Removal of rare_drop_announce config.Jedzkie1-6/+1
2017-04-25Merge pull request #1694 from Jedzkie/6-NPCWorkInProgressFixHaru1-1/+2
Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message.
2017-04-23Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message.Jedzkie1-1/+2
2017-04-20Fix showing NO_MSG messages when using below 20101123 clientsJedzkie1-1/+2
2017-03-14Fixed MVP exp message issue for clients 2013-12-23cRagexe and newerEmistry Haoyan1-0/+3
- Fixed MVP exp message issue clients 2013-12-23cRagexe and newer. - Gravity remove packet MVP exp message - Credit to https://github.com/rathena/rathena/commit/85749e84b91087960e868e30a7a052b0c0cdce5b
2016-10-22Added Summoner Class.Dastgir Pojee1-1/+2
(Only Placeholder, other things related to summoner will follow-up soon) Added SQL-Upgrade: Added `class` column in charlog
2016-07-25Added a missing entry into messages.conf and added some comments where ↵epuncker1-1/+2
missing, ref #1282
2016-07-12Reworded some lines in messages.conf - chrif related.Alige1-3/+3
2016-01-05Added Support for BodyStyleDastgir1-1/+1
Closes #974 as merged
2016-01-05Removal of Hard coded showscript command for Monster Transform.Jedzkie1-1/+2
2015-12-25Implemented NoViewIDDastgir1-1/+1
(http://herc.ws/board/topic/10020-official-mapflag-to-disable-viewid/) Closes #926 as merged Signed-off-by: Haru <haru@dotalux.com>
2015-10-13- Fixed message ID to a lower value.Er_Maqui1-4/+3
2015-10-12- Error message when talking to a pre-defined channel and you aren't on the ↵Er_Maqui1-0/+3
channel.
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2014-12-10RENEWAL Updates:malufett1-1/+4
-Homunculus Official Statuses -Updated RE @mobinfo to show proper status data.(Follow up 28a8b0f7b06a6af86aff6ececf7d9541d457e297) -Some official behaviors. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>