diff options
author | Haru <haru@dotalux.com> | 2019-10-18 13:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 13:15:22 +0200 |
commit | ad460000f3f4af4dba1cdc2d9ce466b81c2dcf08 (patch) | |
tree | 9cef997bc7c05216c156f4b517802ecdf2931ca3 /conf | |
parent | be66e6f50c078cb712b8152357325fdaa6d9f35f (diff) | |
parent | b7b3080c9edec4c2f7d34b4d77b08646d46100eb (diff) | |
download | hercules-ad460000f3f4af4dba1cdc2d9ce466b81c2dcf08.tar.gz hercules-ad460000f3f4af4dba1cdc2d9ce466b81c2dcf08.tar.bz2 hercules-ad460000f3f4af4dba1cdc2d9ce466b81c2dcf08.tar.xz hercules-ad460000f3f4af4dba1cdc2d9ce466b81c2dcf08.zip |
Merge pull request #2152 from dastgirp/clif_messages
Moved hardcoded messages to conf
Diffstat (limited to 'conf')
-rw-r--r-- | conf/messages.conf | 48 |
1 files changed, 45 insertions, 3 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index f616335fa..9145b272f 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -450,8 +450,28 @@ // Return pet to egg message 451: You can't return your pet because your inventory is full. 452: usage @camerainfo range rotation latitude + +// Refinary 453: Refinery UI is not available -//454-497 FREE + +// Battlegrounds +454: Server : %s is leaving the battlefield... +455: Server : %s has been afk-kicked from the battlefield... +456: You are a deserter! Wait %u minute(s) before you can apply again +457: You are a deserter! Wait %u seconds before you can apply again +458: You can't reapply to this arena so fast. Apply to the different arena or wait %u minute(s) +459: You can't reapply to this arena so fast. Apply to the different arena or wait %u seconds +460: Can't apply: not enough members in your team/guild that have not entered the queue in individual mode, minimum is %d +461: Can't apply: not enough members in your team/guild, minimum is %d +462: Can't apply: not enough members in your team/party that have not entered the queue in individual mode, minimum is %d +463: Can't apply: not enough members in your team/party, minimum is %d +464: Server : %s has quit the game... +// IRC +465: [ #%s ] User IRC.%s left the channel. [Quit: %s] +466: [ #%s ] User IRC.%s left the channel. [%s] +467: [ #%s ] User IRC.%s is now known as IRC.%s +468: [ #%s ] User IRC.%s joined the channel. +// 469-497 FREE // Messages of others (not for GM commands) // ---------------------------------------- @@ -479,7 +499,8 @@ // mail system //---------------------- 510: You have %d new emails (%d unread) -//511-537 FREE +511: Inbox is full (Max %d). Delete some mails. +// 512-537 FREE // Trade Spoof Messages 538: Hack on trade: character '%s' (account: %d) try to trade more items that he has. @@ -662,7 +683,28 @@ 879: You have become the Guild Master! 880: You have been recovered! 881: Shop is out of stock! Come again later! -//882-899 FREE + +// Frost Joker / Scream text for monster (MobName : SkillName !!) +882: %s : %s !! +// Cursed Circle +883: You are too close to a stone or emperium to do this skill +// +884: Skill Failed. [%s] requires %dx %s. +885: Removed %dz. +886: Gained %dz. +887: %s stole an Unknown Item (id: %i). +888: %s stole %s. +889: Experience Gained Base:%"PRIu64" (%.2f%%) Job:%"PRIu64" (%.2f%%) +890: [KS Warning!! - Owner : %s] +891: [Watch out! %s is trying to KS you!] +892: Growth: hp:%d sp:%d str(%.2f) agi(%.2f) vit(%.2f) int(%.2f) dex(%.2f) luk(%.2f) +893: [ Kill Steal Protection Disabled. KS is allowed in this map ] +894: %s is in autotrade mode and cannot receive whispered messages. +// 895 FREE +896: Base EXP : %d%% | Base Drop: %d%% | Base Death Penalty: %d%% +897: #%s '%s' joined +898: #%s '%s' left +// 899 FREE //------------------------------------ // More atcommands message |