msg_athena.conf 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. // eAthena msg_athena.conf
  2. // Message Configuration
  3. // For translation, just change msg here (second line), no need to modify source code,
  4. // or alternatively, use conf/import/msg_conf.txt
  5. // Format:
  6. // // English message
  7. // msg_number: translated message
  8. // 0-499: reserved for GM commands
  9. // 500-999 reserved for others
  10. // Messages of GM commands
  11. // -----------------------
  12. 0: Warped.
  13. 1: Map not found.
  14. 2: Invalid coordinates, using random target cell.
  15. 3: Character not found.
  16. 4: Jump to %s
  17. 5: Jump to %d %d
  18. 6: Character data respawn point saved.
  19. 7: Warping to respawn point.
  20. 8: Speed changed.
  21. 9: Options changed.
  22. 10: Invisible: Off
  23. 11: Invisible: On
  24. 12: Your job has been changed.
  25. 13: You've died.
  26. 14: Character killed.
  27. 15: Player warped (message sends to player too).
  28. 16: You've been revived!
  29. 17: HP, SP recovered.
  30. 18: Item created.
  31. 19: Invalid item ID or name.
  32. 20: All of your items have been removed.
  33. 21: Base level raised.
  34. 22: Base level lowered.
  35. 23: Job level can't go any higher.
  36. 24: Job level raised.
  37. 25: Job level lowered.
  38. 26: Help commands:
  39. 27: File help.txt not found.
  40. 28: No player found.
  41. 29: 1 player found.
  42. 30: %d players found.
  43. 31: PvP: Off.
  44. 32: PvP: On.
  45. 33: GvG: Off.
  46. 34: GvG: On.
  47. 35: You can't use this command with this class.
  48. 36: Appearence changed.
  49. 37: An invalid number was specified.
  50. 38: Invalid location number or name.
  51. 39: All monster summoned!
  52. 40: Invalid monster ID or name.
  53. 41: Impossible to decrease the number/value.
  54. 42: Stat changed.
  55. 43: You're not in a guild.
  56. 44: You're not the master of your guild.
  57. 45: Guild level change failed.
  58. 46: %s recalled!
  59. 47: Base level can't go any higher.
  60. 48: Character's job changed.
  61. 49: Invalid job ID.
  62. 50: You already have some GM powers.
  63. 51: Character revived.
  64. 52: This option cannot be used in PK Mode.
  65. 53: '%s' stats:
  66. 54: No player found in map '%s'.
  67. 55: 1 player found in map '%s'.
  68. 56: %d players found in map '%s'.
  69. 57: Character's respawn point changed.
  70. 58: Character's options changed.
  71. 59: Night Mode Activated.
  72. 60: Day Mode Activated.
  73. 61: The holy messenger has given judgement.
  74. 62: Judgement was made.
  75. 63: Mercy has been shown.
  76. 64: Mercy has been granted.
  77. 65: Character's base level raised.
  78. 66: Character's base level lowered.
  79. 67: Character's job level can't go any higher.
  80. 68: character's job level raised.
  81. 69: Character's job level lowered.
  82. 70: You have learned the skill.
  83. 71: You have forgotten the skill.
  84. 72: Guild siege warfare start!
  85. 73: Already it has started siege warfare.
  86. 74: Guild siege warfare end!
  87. 75: Siege warfare hasn't started yet.
  88. 76: You have received all skills.
  89. 77: The reference result of '%s' (name: id):
  90. 78: %s: %d
  91. 79: It is %d affair above.
  92. 80: Give a display name and monster name/id please.
  93. 81: Your GM level don't authorize you to do this action on this player.
  94. 82: Please, use one of this number/name:
  95. 83: Cannot spawn emperium.
  96. 84: All stats changed!
  97. 85: Invalid time for ban command.
  98. 86: Sorry, but a player name have at least 4 characters.
  99. 87: Sorry, but a player name have 23 characters maximum.
  100. 88: Character name sends to char-server to ask it.
  101. 89: Sorry, it's already the night. Impossible to execute the command.
  102. 90: Sorry, it's already the day. Impossible to execute the command.
  103. 91: Character's base level can't go any higher.
  104. 92: All characters recalled!
  105. 93: All online characters of the %s guild are near you.
  106. 94: Incorrect name/ID, or no one from the guild is online.
  107. 95: All online characters of the %s party are near you.
  108. 96: Incorrect name or ID, or no one from the party is online.
  109. 97: Item database reloaded.
  110. 98: Monster database reloaded.
  111. 99: Skill database reloaded.
  112. 100: Scripts reloaded.
  113. 101: Login-server asked to reload GM accounts and their level.
  114. 102: Mounted Peco.
  115. 103: No longer spying on the %s guild.
  116. 104: Spying on the %s guild.
  117. 105: No longer spying on the %s party.
  118. 106: Spying on the %s party.
  119. 107: All items have been repaired.
  120. 108: No item need to be repaired.
  121. 109: Player has been nuked!
  122. 110: Npc Enabled.
  123. 111: This NPC doesn't exist.
  124. 112: Npc Disabled.
  125. 113: %d item(s) removed by a GM.
  126. 114: %d item(s) removed from the player.
  127. 115: %d item(s) removed. Player had only %d on %d items.
  128. 116: Character does not have the item.
  129. 117: GM has send you in jails.
  130. 118: Player warped in jails.
  131. 119: This player is not in jails.
  132. 120: GM has discharge you.
  133. 121: Player warped to Prontera.
  134. 122: Disguise applied.
  135. 123: Monster/NPC name/id hasn't been found.
  136. 124: Undisguise applied.
  137. 125: You're not disguised.
  138. //Clone Messages
  139. 126: Cannot clone a player of higher GM level than yourself.
  140. 127: You've reached your slave clones limit.
  141. 128: Evil Clone spawned.
  142. 129: Unable to spawn evil clone.
  143. 130: Clone spawned.
  144. 131: Unable to spawn clone.
  145. 132: Slave clone spawned.
  146. 133: Unable to spawn slave clone.
  147. //Messages 134-139 are no longer used, available for future reuse (preferrable for more variations of @clone)
  148. 140: Character's disguise applied.
  149. 141: Character's undisguise applied.
  150. 142: Character is not disguised.
  151. 143: Commands are disabled on this map.
  152. 144: Invalid actual E-mail. If you have default E-mail, type a@a.com.
  153. 145: Invalid new E-mail. Please enter a real E-mail.
  154. 146: New E-mail must be a real E-mail.
  155. 147: New E-mail must be different of the actual E-mail.
  156. 148: Information sended to login-server via char-server.
  157. 149: Impossible to increase the number/value.
  158. 150: No GM found.
  159. 151: 1 GM found.
  160. 152: %d GMs found.
  161. 153: %s is Unknown Command.
  162. 154: %s failed.
  163. 155: Impossible to change your job.
  164. 156: HP or/and SP modified.
  165. 157: HP and SP are already with the good value.
  166. 158: Base level can't go any lower.
  167. 159: Job level can't go any lower.
  168. 160: PvP is already Off.
  169. 161: PvP is already On.
  170. 162: GvG is already Off.
  171. 163: GvG is already On.
  172. 164: Your memo point #%d doesn't exist.
  173. 165: All monsters killed!
  174. 166: No item has been refined!
  175. 167: 1 item has been refined!
  176. 168: %d items have been refined!
  177. 169: This item (%d: '%s') is not an equipment.
  178. 170: This item is not an equipment.
  179. 171: %d - void
  180. 172: You replace previous memo position %d - %s (%d,%d).
  181. 173: Note: you don't have the 'Warp' skill level to use it.
  182. 174: Number of status points changed!
  183. 175: Number of skill points changed!
  184. 176: Number of zenys changed!
  185. 177: Impossible to decrease a stat.
  186. 178: Impossible to increase a stat.
  187. 179: Guild level changed.
  188. 180: The monter/egg name/id doesn't exist.
  189. 181: You already have a pet.
  190. 182: Pet friendly value changed!
  191. 183: Pet friendly is already the good value.
  192. 184: Sorry, but you have no pet.
  193. 185: Pet hungry value changed!
  194. 186: Pet hungry is already the good value.
  195. 187: You can now rename your pet.
  196. 188: You can already rename your pet.
  197. 189: This player can now rename his/her pet.
  198. 190: This player can already rename his/her pet.
  199. 191: Sorry, but this player has no pet.
  200. 192: Impossible to change the character's job.
  201. 193: Character's base level can't go any lower.
  202. 194: Character's job level can't go any lower.
  203. 195: All players have been kicked!
  204. 196: You already have this quest skill.
  205. 197: This skill number doesn't exist or isn't a quest skill.
  206. 198: This skill number doesn't exist.
  207. 199: This player has learned the skill.
  208. 200: This player already has this quest skill.
  209. 201: You don't have this quest skill.
  210. 202: This player has forgotten the skill.
  211. 203: This player doesn't have this quest skill.
  212. 204: WARNING: more than 1000 spiritballs can CRASH your server and/or client!
  213. 205: You already have this number of spiritballs.
  214. 206: '%s' skill points reseted!
  215. 207: '%s' stats points reseted!
  216. 208: '%s' skill and stats points reseted!
  217. 209: Character's number of skill points changed!
  218. 210: Character's number of status points changed!
  219. 211: Character's number of zenys changed!
  220. 212: Cannot mount a Peco while in disguise.
  221. 213: You can not mount a peco with your job.
  222. 214: Unmounted Peco.
  223. 215: This player cannot mount a Peco while in disguise.
  224. 216: Now, this player mounts a peco.
  225. 217: This player can not mount a peco with his/her job.
  226. 218: Now, this player has not more peco.
  227. 219: %d day
  228. 220: %d days
  229. 221: %s %d hour
  230. 222: %s %d hours
  231. 223: %s %d minute
  232. 224: %s %d minutes
  233. 225: %s and %d second
  234. 226: %s and %d seconds
  235. 227: Cannot wear disguise while riding a Peco.
  236. 228: Character cannot wear disguise while riding a Peco.
  237. 229: Your Effect Has Changed.
  238. 230: Server time (normal time): %A, %B %d %Y %X.
  239. 231: Game time: The game is in permanent daylight.
  240. 232: Game time: The game is in permanent night.
  241. 233: Game time: The game is actualy in night for %s.
  242. 234: Game time: After, the game will be in permanent daylight.
  243. 235: Game time: The game is actualy in daylight for %s.
  244. 236: Game time: After, the game will be in permanent night.
  245. 237: Game time: After, the game will be in night for %s.
  246. 238: Game time: A day cycle has a normal duration of %s.
  247. 239: Game time: After, the game will be in daylight for %s.
  248. 240: %d monster(s) summoned!
  249. 241: You can now kill anybody
  250. 242: You are now killable
  251. 243: Map skills are off
  252. 244: Map skills are on
  253. 245: Server Uptime: %ld days, %ld hours, %ld minutes, %ld seconds.
  254. 246: Your GM level don't authorize you to do this action.
  255. 247: You are not authorized to warp to this map.
  256. 248: You are not authorized to warp from your current map.
  257. 249: You are not authorized to warp to your save map.
  258. 250: You have already opened your storage. Close it first.
  259. 251: You have already opened your guild storage. Close it first.
  260. 252: You are not in a guild.
  261. 253: You are not authorized to memo this map.
  262. 254: GM commands configuration reloaded.
  263. 255: Battle configuration reloaded.
  264. 256: Status database reloaded.
  265. 257: Player database reloaded.
  266. 258: Sent packet 0x%x (%d)
  267. 259: Invalid packet
  268. 260: This item cannot be traded.
  269. 261: Script could not be loaded.
  270. 262: Script loaded.
  271. 263: This item cannot be dropped.
  272. 264: This item cannot be stored.
  273. 265: %s has bought your item(s).
  274. 266: Some of your items cannot be vended and were removed from the shop.
  275. 267: '%s' designated maps reseted!
  276. 268: Reloaded the Message of the Day.
  277. 269: Displaying first %d out of %d matches
  278. //@me output format
  279. 270: *%s %s*
  280. 271: You can't drop items on this map
  281. 272: You can't trade on this map
  282. 273: Commands available:
  283. 274: %d commands found.
  284. 275: No commands found.
  285. 276: You can't open shop on this map
  286. 277: Usage: @request <petition/message to online GMs>.
  287. 278: (@request): %s
  288. 279: @request sent.
  289. 280: Invalid pet name.
  290. 281: You can't create chat rooms on this map
  291. // Guild Castles Number
  292. // --------------------
  293. 299: ?? Castles
  294. 300: None Taken
  295. 301: One Castle
  296. 302: Two Castles
  297. 303: Three Castles
  298. 304: Four Castles
  299. 305: Five Castles
  300. 306: Six Castles
  301. 307: Seven Castles
  302. 308: Eight Castles
  303. 309: Nine Castles
  304. 310: Ten Castles
  305. 311: Eleven Castles
  306. 312: Twelve Castles
  307. 313: Thirteen Castles
  308. 314: Fourteen Castles
  309. 315: Fifteen Castles
  310. 316: Sixteen Castles
  311. 317: Seventeen Castles
  312. 318: Eighteen Castles
  313. 319: Nineteen Castles
  314. 320: Twenty Castles
  315. 321: Twenty One Castles
  316. 322: Twenty Two Castles
  317. 323: Twenty Three Castles
  318. 324: Total Domination
  319. //alternative
  320. //324: Twenty Four Castles
  321. // Players Titles (for @who, etc commands, check battle_athena.conf for titles level setting)
  322. // Useful note: you may remove ':%d' from the line, then you will see only player title, w/o his level
  323. 325: Super player:%d
  324. 326: Super player+:%d
  325. 327: Mediator:%d
  326. 328: Sub-GM:%d
  327. 329: Sub-GM+:%d
  328. 330: GM:%d
  329. 331: GM Chief:%d
  330. 332: Administrator:%d
  331. // Templates for @who output
  332. 333: Name: %s
  333. 334: (%s)
  334. 335: | Party: '%s'
  335. 336: | Guild: '%s'
  336. //You may ommit the last %s, then you won't see players job name
  337. 337: | L:%d/%d | Job: %s
  338. //You may ommit 2 last %d, then you won't see players coords, just map name
  339. 338: | Location: %s %d %d
  340. // @duel (part 1)
  341. 350: Duel: You can't use @invite. You aren't a duellist.
  342. 351: Duel: The limit of players is reached.
  343. 352: Duel: Player name not found.
  344. 353: Duel: The Player is in the duel already.
  345. 354: Duel: Duel invitation has been sent.
  346. 355: Duel: You can't use @duel without @reject.
  347. 356: Duel: You can take part in duel once per %d minutes.
  348. 357: Duel: Invalid value.
  349. 358: Duel: You can't use @leave. You aren't a duellist.
  350. 359: Duel: You've left the duel.
  351. 360: Duel: You can't use @accept without a duel invitation.
  352. 361: Duel: The duel invitation has been accepted.
  353. 362: Duel: You can't use @reject without a duel invitation.
  354. 363: Duel: The duel invitation has been rejected.
  355. // @duel (part 2)
  356. 370: -- Duels: %d/%d, Members: %d/%d, Max players: %d --
  357. 371: -- Duels: %d/%d, Members: %d/%d --
  358. 372: -- Duel has been created (Use @invite/@leave) --
  359. 373: -- Player %s invites %s to duel --
  360. 374: Blue -- Player %s invites you to PVP duel (Use @accept/@reject) --
  361. 375: <- Player %s has left the duel --
  362. 376: -> Player %s has accepted the duel --
  363. 377: -- Player %s has rejected the duel --
  364. // Main chat
  365. 380: Main chat has been activated.
  366. 381: Main chat already activated.
  367. 382: Main chat has been disabled.
  368. 383: Main chat already disabled.
  369. 384: Main chat is currently enabled. Usage: @main <on|off>, @main <message>.
  370. 385: Main chat is currently disabled. Usage: @main <on|off>, @main <message>.
  371. 386: Main@%s: %s
  372. 387: You cannot use Main chat while muted.
  373. 388: You should enable main chat with "@main on" command.
  374. //NoAsk
  375. 390: Autorejecting is activated.
  376. 391: Autorejecting is deactivated.
  377. 392: You request has been rejected by autoreject option.
  378. 393: Autorejected trade request from %s.
  379. 394: Autorejected party invite from %s.
  380. 395: Autorejected guild invite from %s.
  381. 396: Autorejected alliance request from %s.
  382. 397: Autorejected opposition request from %s.
  383. 398: Autorejected friend request from %s.
  384. // Messages of others (not for GM commands)
  385. // ----------------------------------------
  386. 500: Night Mode is already active
  387. 501: Your account time limit is: %d-%m-%Y %H:%M:%S.
  388. 502: Day Mode is Activated
  389. 503: Night Mode is Activated
  390. //Supernovice's Guardian Angel
  391. //actually.. new client msgtxt file contains these 3 lines... [Lupus]
  392. //----------------------------
  393. 504: Guardian Angel, can you hear my voice? ^^;
  394. 505: My name is %s, and I'm a Super Novice~
  395. 506: Please help me~ T.T
  396. // Trade Spoof Messages
  397. 507: This player has been banned for %d minute(s).
  398. 508: This player hasn't been banned (Ban option is disabled).
  399. //509 Available....
  400. //mail system
  401. //----------------------
  402. 510: You have no messages.
  403. 511: %d - From : %s (New - Priority)
  404. 512: %d - From : %s (New)
  405. 513: %d - From : %s
  406. 514: You have %d new messages.
  407. 515: You have %d unread priority messages.
  408. 516: You have no new messages.
  409. 517: Message not found.
  410. 518: Reading message from %s.
  411. 519: Cannot delete unread priority mail.
  412. 520: You have recieved new mail, use @listmail before deleting.
  413. 521: Message deleted.
  414. 522: You must wait 10 minutes before sending another message.
  415. 523: Access Denied.
  416. 524: Character does not exist.
  417. 525: Mail has been sent.
  418. 526: You have new mail.
  419. // Bot detect messages (currently unused)
  420. 535: Possible use of BOT (99%% of chance) or modified client by '%s' (account: %d, char_id: %d). This player ask your name when you are hidden.
  421. 536: Character '%s' (account: %d) try to use a bot (it tries to detect a fake player).
  422. 537: Character '%s' (account: %d) try to use a bot (it tries to detect a fake mob).
  423. // Trade Spoof Messages
  424. 538: Hack on trade: character '%s' (account: %d) try to trade more items that he has.
  425. 539: This player has %d of a kind of item (id: %d), and try to trade %d of them.
  426. 540: This player has been definitivly blocked.
  427. // Rare Items Drop/Steal announce
  428. 541: '%s' won %s's %s (chance: %0.02f%%)
  429. 542: '%s' stole %s's %s (chance: %0.02f%%)
  430. // @Away message bits
  431. 543: (Automessage has been sent)
  432. 544: Away [AT] - "%s"
  433. 545: Away - "%s"
  434. 546: Away automessage has been activated.
  435. 547: Away automessage has been disabled.
  436. 548: Usage: @away,@aw <message>. Enter empty message for disable it.
  437. // @Autotrade
  438. 549: You should be vending to use @Autotrade.
  439. //550 -> 650: Job Names
  440. 550: Novice
  441. 551: Swordsman
  442. 552: Mage
  443. 553: Archer
  444. 554: Acolyte
  445. 555: Merchant
  446. 556: Thief
  447. 557: Knight
  448. 558: Priest
  449. 559: Wizard
  450. 560: Blacksmith
  451. 561: Hunter
  452. 562: Assassin
  453. 563: Crusader
  454. 564: Monk
  455. 565: Sage
  456. 566: Rogue
  457. 567: Alchemist
  458. 568: Bard
  459. 569: Dancer
  460. 570: Wedding
  461. 571: Super Novice
  462. 572: Gunslinger
  463. 573: Ninja
  464. 574: Christmas
  465. 575: High Novice
  466. 576: High Swordsman
  467. 577: High Mage
  468. 578: High Archer
  469. 579: High Acolyte
  470. 580: High Merchant
  471. 581: High Thief
  472. 582: Lord Knight
  473. 583: High Priest
  474. 584: High Wizard
  475. 585: Whitesmith
  476. //585: Mastersmith //IRO name
  477. 586: Sniper
  478. 587: Assassin Cross
  479. 588: Paladin
  480. 589: Champion
  481. 590: Professor
  482. //590: Scholar //IRO name
  483. 591: Stalker
  484. 592: Creator
  485. //592: Biochemist //IRO Name
  486. 593: Clown
  487. //593: Minstrel //IRO Name
  488. 594: Gypsy
  489. 595: Baby Novice
  490. 596: Baby Swordsman
  491. 597: Baby Mage
  492. 598: Baby Archer
  493. 599: Baby Acolyte
  494. 600: Baby Merchant
  495. 601: Baby Thief
  496. 602: Baby Knight
  497. 603: Baby Priest
  498. 604: Baby Wizard
  499. 605: Baby Blacksmith
  500. 606: Baby Hunter
  501. 607: Baby Assassin
  502. 608: Baby Crusader
  503. 609: Baby Monk
  504. 610: Baby Sage
  505. 611: Baby Rogue
  506. 612: Baby Alchemist
  507. 613: Baby Bard
  508. 614: Baby Dancer
  509. 615: Super Baby
  510. 616: Taekwon
  511. 617: Star Gladiator
  512. 618: Soul Linker
  513. 619: Gunslinger
  514. 620: Ninja
  515. //...
  516. 650: Unknown Job
  517. //Custom translations
  518. import: conf/import/msg_conf.txt