summaryrefslogtreecommitdiff
path: root/conf/messages.conf
AgeCommit message (Collapse)AuthorFilesLines
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>
2014-07-09Fixed issue with [AT]mount, it wasn't displaying the expected messages, all ↵panikon1-2/+3
errors would simply display "You can not mount a Peco Peco with your current job.", now it's displaying a different message for each possible error
2014-05-30More typo fixed on conf/Shido1-1/+1
2014-05-10Optimized THQS_TTShop.txt and corrected a minor mistakepanikon1-2/+2
Added npc_market_data_db to inter-server.conf Added shop message to messages.conf Fixed small typo in clif_GM_kickack
2014-04-19Corrected some issues in 69ca0aa and 446ce4aHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2014-04-18# Several minor changes in atcommandspanikon1-3/+11
1. Reallocated and added checks in @jumpto, @jump, @mapmove in order to increase performance * Checks are now made to avoid unnecessary lookups and unnecessary warps 2. Corrected return failure values of @zeny 3. Added messages to * ATclearcart > Warns that it's not possible to clean a cart while vending * ATshowmobs > Asks user to enter a mob name/id and warns if the mob name is invalid * ATgstorage > Warns when another guild member is using the gstorage # Fixed issue where while using storage/gstorage and then refreshing would close the storage but only for the client, the server wouldn't now and this would cause the guild storage to remain locked and the character without ability to do anything.
2014-04-17Added sysinfo (System Information) functionalitiesHaru1-4/+3
- More informative messages are displayed during startup, to make it easier to identify what system and environment Hercules is running. - Git/SVN revision detection is improved, separating the source version (cached at compile time) from the runtime version, in case the user updated their working copy without recompiling the server. Git version detection is also more reliable, in case a non-default branch is used. - The get_revision script command has been removed (as it was useless to begin with, after the switch to git). An alternative will be provided later, for feature-probing purposes. - The patch was tested under Linux (Gentoo / gcc 4.7 on i686 and x86_64, Debian 6 / gcc 4.4 on i686, Raspbian / gcc 4.6 on armv6l, CentOS 5 / gcc 4.1 on i686, CentOS 6 / gcc 4.4 on x86_64, Linux Mint 15 / gcc 4.7 on x86_64, OS X Mountain Lion / clang 5.0 and gcc 4.8 on x86_64, Cygwin-NT-5.1/gcc 4.8 on i686, FreeBSD 8 / gcc 4.2 on i386, FreeBSD 9 / gcc 4.2 on amd64, FreeBSD 10 / clang 3.3 on amd64, NetBSD 5 / gcc 4.1 on i386, NetBSD 6 / gcc 4.5 on amd64, OpenBSD 5 / gcc 4.2 on amd64, Solaris 11 / gcc 4.5 on i86pc, Windows 7 / Visual Studio 2012 on x86, Windows 8 / Visual Studio 2010 on WOW64, Windows 8.1 / Visual Studio 2013 on WOW64. Signed-off-by: Haru <haru@dotalux.com>
2014-02-27Cleaned up messages.confHaru1-214/+175
- Removed some unused messages. - Re-mapped some duplicate IDs - fixes bugreport:8057, thanks to AnnieRuru http://hercules.ws/board/tracker/issue-8057-jobname-with-invalid-id-return-tomb/ - Fixed some issues with the message range loaded by the char server. - Reworded some messages, fixed typos in others. Note for translation users: some messages have been remapped to new IDs. You'll need to remap them in your custom translations as well. The list of changes is as follows: - Removed messages (you can safely remove them from your translations): 15, 26-27, 35, 48-52, 57-58, 65-69, 82-83, 86-87, 91, 101, 140-142, 164, 189-194, 199-200, 202-203, 209-211, 215-218, 267-268, 275, 289-290, 380-385, 387-388, 401, 497, 499, 535-537, 922, 995, 1063, 1079, 1291-1294 - New messages (you need to add them to your translations): 15 - Moved messages (you need to change their IDs in your translations file): * [Unknown Job] 656 -> 620, * [Job names] 681~693 -> 656~668 * [Tombstone related] 656~661 -> 856~861 * [Etc messages] 662~680 -> 862~880 * [@version] 1436 -> 1294 * [Hercules Chat] 1475 -> 1436 Signed-off-by: Haru <haru@dotalux.com>
2013-12-12Fix core bug issue 7435: When the Storage is openXantara1-0/+1
2013-12-03Fixed Bug 7542shennetsind1-1/+1
replaced pc_isuseitem 90overweight error message by its official version, added invent-full check for when trying to open packages/boxes, and modified mail getAttachment to fail when over 90% weight. Special Thanks to kyeme. http://hercules.ws/board/tracker/issue-7542-bug-when-weight-90/ Signed-off-by: shennetsind <ind@henn.et>
2013-11-29Update JOB_REBELLION 'job_db1.txt' to its official values and some mini ↵malufett1-2/+2
adjustment. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-11-27Fixed Bug 7805shennetsind1-0/+3
Modified @itembound so that it provides feedback in case of bind conditions that fail to meet. pc_additem messages will remain so that any other area that might create a invalid bind item will still be cancelled and provide feedback. Special Thanks to kyeme. http://hercules.ws/board/tracker/issue-7805-itembound-console-error-when-no-partyguild/ Signed-off-by: shennetsind <ind@henn.et>
2013-11-25Fixed txt_time (used by @time)shennetsind1-8/+8
number of screwed up scenarios e.g. when day, hour and second are 0 but minute is not. Signed-off-by: shennetsind <ind@henn.et>
2013-11-20Dropped some unused aliases in atcommand usage messages.shennetsind1-8/+8
Those were prone to be confusing with the recent implementation of charban/charunban, special thanks to uzieal for bringing it up. Signed-off-by: shennetsind <ind@henn.et>