map_msg.conf 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659
  1. // rAthena 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. //
  6. // Format:
  7. // msg_number: message (max length is 255 chars)
  8. //
  9. // To disable a string (%s) field, make its max length 0:
  10. // eg:
  11. // 270: *%s %s* (@me format)
  12. // 270: *%.0s%s* (remove the character's name from it)
  13. // Messages of GM commands
  14. // -----------------------
  15. 0: Warped.
  16. 1: Map not found.
  17. 2: Invalid coordinates, using random target cell.
  18. 3: Character not found.
  19. 4: Jump to %s
  20. 5: Jump to %d %d
  21. 6: Your save point has been changed.
  22. 7: Warping to save point.
  23. 8: Speed changed.
  24. 9: Options changed.
  25. 10: Invisible: Off
  26. 11: Invisible: On
  27. 12: Your job has been changed.
  28. 13: You've died.
  29. 14: Character killed.
  30. 15: Player warped (message sent to player too).
  31. 16: You've been revived!
  32. 17: HP, SP recovered.
  33. 18: Item created.
  34. 19: Invalid item ID or name.
  35. 20: All of your items have been removed.
  36. 21: Base level raised.
  37. 22: Base level lowered.
  38. 23: Job level can't go any higher.
  39. 24: Job level raised.
  40. 25: Job level lowered.
  41. 26: Help commands:
  42. 27: Commands help is not available.
  43. 28: No player found.
  44. 29: 1 player found.
  45. 30: %d players found.
  46. 31: PvP: Off.
  47. 32: PvP: On.
  48. 33: GvG: Off.
  49. 34: GvG: On.
  50. 35: You can't use this command with this class.
  51. 36: Appearance changed.
  52. 37: An invalid number was specified.
  53. 38: Invalid location number, or name.
  54. 39: All monsters summoned!
  55. 40: Invalid monster ID or name.
  56. 41: Unable to decrease the number/value.
  57. 42: Stat changed.
  58. 43: You're not in a guild.
  59. 44: You're not the master of your guild.
  60. 45: Guild level change failed.
  61. 46: %s recalled!
  62. 47: Base level can't go any higher.
  63. 48: Character's job changed.
  64. 49: Invalid job ID.
  65. 50: You already have some GM powers.
  66. 51: Character revived.
  67. 52: This option cannot be used in PK Mode.
  68. 53: '%s' stats:
  69. 54: No player found in map '%s'.
  70. 55: 1 player found in map '%s'.
  71. 56: %d players found in map '%s'.
  72. 57: Character's save point changed.
  73. 58: Character's options changed.
  74. 59: Night Mode Activated.
  75. 60: Day Mode Activated.
  76. 61: The holy messenger has given judgement.
  77. 62: Judgement has passed.
  78. 63: Mercy has been shown.
  79. 64: Mercy has been granted.
  80. 65: Character's base level raised.
  81. 66: Character's base level lowered.
  82. 67: Character's job level can't go any higher.
  83. 68: Character's job level raised.
  84. 69: Character's job level lowered.
  85. 70: You have learned the skill.
  86. 71: You have forgotten the skill.
  87. 72: War of Emperium has been initiated.
  88. 73: War of Emperium is currently in progress.
  89. 74: War of Emperium has been ended.
  90. 75: War of Emperium is currently not in progress.
  91. 76: All skills have been added to your skill tree.
  92. 77: The reference result of '%s' (name: id):
  93. 78: - %s: %d
  94. 79: It is %d affair above.
  95. 80: Give the display name or monster name/id please.
  96. 81: Your GM level doesn't authorize you to perform this action on the specified player.
  97. 82: Please provide a name or number from the list provided:
  98. 83: Monster 'Emperium' cannot be spawned.
  99. 84: All stats changed!
  100. 85: Invalid time for %s command (time=%d).
  101. 86: Sorry, player names have to be at least 4 characters.
  102. 87: Sorry, player names can be no longer than 23 characters.
  103. 88: Sending request to %s server...
  104. 89: Night mode is already enabled.
  105. 90: Day mode is already enabled.
  106. 91: Character's base level can't go any higher.
  107. 92: All characters recalled!
  108. 93: All online characters of the %s guild have been recalled to your position.
  109. 94: Incorrect name/ID, or no one from the specified guild is online.
  110. 95: All online characters of the %s party have been recalled to your position.
  111. 96: Incorrect name/ID, or no one from the specified party is online.
  112. 97: Item database has been reloaded.
  113. 98: Monster database has been reloaded.
  114. 99: Skill database has been reloaded.
  115. 100: Scripts have been reloaded.
  116. 101: Login-server asked to reload GM accounts and their level.
  117. 102: You have mounted a Peco Peco.
  118. 103: No longer spying on the %s guild.
  119. 104: Spying on the %s guild.
  120. 105: No longer spying on the %s party.
  121. 106: Spying on the %s party.
  122. 107: All items have been repaired.
  123. 108: No item need to be repaired.
  124. 109: Player has been nuked!
  125. 110: NPC Enabled.
  126. 111: This NPC doesn't exist.
  127. 112: NPC Disabled.
  128. 113: %d item(s) removed by a GM.
  129. 114: %d item(s) removed from the player.
  130. 115: %d item(s) removed. Player had only %d on %d items.
  131. 116: Character does not have the specified item.
  132. 117: You have been placed in jail by a GM.
  133. 118: Player warped to jail.
  134. 119: This player is not in jail.
  135. 120: A GM has discharged you from jail.
  136. 121: Player unjailed.
  137. 122: Disguise applied.
  138. 123: Invalid Monster/NPC name/ID specified.
  139. 124: Undisguise applied.
  140. 125: You're not disguised.
  141. //Clone Messages
  142. 126: Cannot clone a player of higher GM level than yourself.
  143. 127: You've reached your slave clones limit.
  144. 128: Evil clone spawned.
  145. 129: Unable to spawn evil clone.
  146. 130: Clone spawned.
  147. 131: Unable to spawn clone.
  148. 132: Slave clone spawned.
  149. 133: Unable to spawn slave clone.
  150. //Messages 134-139 are no longer used, available for future reuse (preferrable for more variations of @clone)
  151. 140: Character's disguise applied.
  152. 141: Character's undisguise applied.
  153. 142: Character is not disguised.
  154. 143: Commands are disabled on this map.
  155. 144: Invalid e-mail. If you have default e-mail, type a@a.com.
  156. 145: Invalid new e-mail. Please enter a real e-mail.
  157. 146: New e-mail must be a real e-mail.
  158. 147: New e-mail must be different from the current e-mail.
  159. 148: Information sent to login-server via char-server.
  160. 149: Impossible to increase the number/value.
  161. 150: No GM found.
  162. 151: 1 GM found.
  163. 152: %d GMs found.
  164. 153: %s is Unknown Command.
  165. 154: %s failed.
  166. 155: You are unable to change your job.
  167. 156: HP or/and SP modified.
  168. 157: HP and SP have already been recovered.
  169. 158: Base level can't go any lower.
  170. 159: Job level can't go any lower.
  171. 160: PvP is already Off.
  172. 161: PvP is already On.
  173. 162: GvG is already Off.
  174. 163: GvG is already On.
  175. 164: Your memo point #%d doesn't exist.
  176. 165: All monsters killed!
  177. 166: No item has been refined.
  178. 167: 1 item has been refined.
  179. 168: %d items have been refined.
  180. 169: The item (%hu: '%s') is not equipable.
  181. 170: The item is not equipable.
  182. 171: %d - void
  183. //172: You replace previous memo position %d - %s (%d,%d).
  184. //173: Note: you don't have the 'Warp' skill level to use it.
  185. 174: Number of status points changed.
  186. 175: Number of skill points changed.
  187. 176: Current amount of zeny changed.
  188. 177: You cannot decrease that stat anymore.
  189. 178: You cannot increase that stat anymore.
  190. 179: Guild level changed.
  191. 180: The monster/egg name/ID doesn't exist.
  192. 181: You already have a pet.
  193. 182: Pet intimacy changed.
  194. 183: Pet intimacy is already at maximum.
  195. 184: Sorry, but you have no pet.
  196. 185: Pet hunger changed.
  197. 186: Pet hunger is already at maximum.
  198. 187: You can now rename your pet.
  199. 188: You can already rename your pet.
  200. 189: This player can now rename his/her pet.
  201. 190: This player can already rename his/her pet.
  202. 191: Sorry, but this player has no pet.
  203. 192: Unable to change the specified character's job.
  204. 193: Character's base level can't go any lower.
  205. 194: Character's job level can't go any lower.
  206. 195: All players have been kicked!
  207. 196: You already have this quest skill.
  208. 197: This skill number doesn't exist or isn't a quest skill.
  209. 198: This skill number doesn't exist.
  210. 199: This player has learned the skill.
  211. 200: This player already has this quest skill.
  212. 201: You don't have this quest skill.
  213. 202: This player has forgotten the skill.
  214. 203: This player doesn't have this quest skill.
  215. 204: You can't open a shop on this cell.
  216. 205: Maybe you meant:
  217. 206: '%s' skill points reset.
  218. 207: '%s' stats points reset.
  219. 208: '%s' skill and stat points have been reset.
  220. 209: Character's skill points changed.
  221. 210: Character's status points changed.
  222. 211: Character's current zeny changed.
  223. 212: Cannot mount while in disguise.
  224. 213: You can not mount a Peco Peco with your current job.
  225. 214: You have released your Peco Peco.
  226. 215: This player cannot mount a Peco Peco while in disguise.
  227. 216: This player has mounted a Peco Peco.
  228. 217: This player cannot mount a Peco Peco with his/her current job.
  229. 218: This player's Peco Peco has been released.
  230. 219: %d day
  231. 220: %d days
  232. 221: %s %d hour
  233. 222: %s %d hours
  234. 223: %s %d minute
  235. 224: %s %d minutes
  236. 225: %s and %d second
  237. 226: %s and %d seconds
  238. 227: Party modification is disabled on this map.
  239. 228: Guild modification is disabled on this map.
  240. 229: Your effect has changed.
  241. 230: Server time (normal time): %A, %B %d %Y %X.
  242. 231: Game time: The game is in permanent daylight.
  243. 232: Game time: The game is in permanent night.
  244. 233: Game time: The game is in night for %s.
  245. 234: Game time: After, the game will be in permanent daylight.
  246. 235: Game time: The game is in daylight for %s.
  247. 236: Game time: After, the game will be in permanent night.
  248. 237: Game time: After, the game will be in night for %s.
  249. 238: Game time: A day cycle has a normal duration of %s.
  250. 239: Game time: After, the game will be in daylight for %s.
  251. 240: %d monster(s) summoned!
  252. 241: You can now attack and kill players freely.
  253. 242: You can now be attacked and killed by players.
  254. 243: Skills have been disabled on this map.
  255. 244: Skills have been enabled on this map.
  256. 245: Server Uptime: %ld days, %ld hours, %ld minutes, %ld seconds.
  257. 246: Your GM level doesn't authorize you to preform this action.
  258. 247: You are not authorized to warp to this map.
  259. 248: You are not authorized to warp from your current map.
  260. 249: You are not authorized to warp to your save map.
  261. 250: You have already opened your storage. Close it first.
  262. 251: You have already opened your guild storage. Close it first.
  263. 252: You are not in a guild.
  264. //253: You are not authorized to memo this map.
  265. 254: GM command configuration has been reloaded.
  266. 255: Battle configuration has been reloaded.
  267. 256: Status database has been reloaded.
  268. 257: Player database has been reloaded.
  269. 258: Sent packet 0x%x (%d)
  270. 259: Invalid packet
  271. 260: This item cannot be traded.
  272. 261: Script could not be loaded.
  273. 262: Script loaded.
  274. 263: This item cannot be dropped.
  275. 264: This item cannot be stored.
  276. 265: %s has bought your item(s).
  277. 266: Some of your items cannot be vended and were removed from the shop.
  278. 267: '%s' designated maps reset.
  279. 268: Reloaded the Message of the Day.
  280. 269: Displaying first %d matches
  281. //@me output format
  282. 270: * :%s %s: *
  283. 271: You can't drop items on this map.
  284. 272: You can't trade on this map.
  285. 273: Commands available:
  286. 274: %d commands found.
  287. 275: No commands found.
  288. 276: You can't open a shop on this map
  289. 277: Usage: @request <petition/message to online GMs>.
  290. 278: (@request): %s
  291. 279: @request sent.
  292. 280: Invalid name.
  293. 281: You can't create chat rooms on this map.
  294. //Party-related
  295. 282: You need to be a party leader to use this command.
  296. 283: Target character must be online and in your current party.
  297. 284: Leadership transferred.
  298. 285: You've become the party leader.
  299. 286: There's been no change in the setting.
  300. 287: You cannot change party leaders on this map.
  301. //Missing stuff for @killer related commands.
  302. 288: You are no longer killable.
  303. 289: The player is now killable.
  304. 290: The player is no longer killable.
  305. 291: Weather effects will dispell on warp/refresh
  306. 292: Killer state reset.
  307. // Item Bound System
  308. 293: This bounded item cannot be traded to that character.
  309. 294: This bounded item cannot be stored there.
  310. 295: Please enter an item name or ID (usage: @item <item name/ID> <quantity> <bound type>).
  311. 296: Please enter all parameters (usage: @item2 <item name/ID> <quantity>
  312. 297: <identify_flag> <refine> <attribute> <card1> <card2> <card3> <card4> <bound type>).
  313. 298: Invalid bound type. Valid types: 1-Account, 2-Guild, 3-Party, 4-Character
  314. // Guild Castles Number
  315. // --------------------
  316. //299: ?? Castles
  317. 300: None Taken
  318. 301: One Castle
  319. 302: Two Castles
  320. 303: Three Castles
  321. 304: Four Castles
  322. 305: Five Castles
  323. 306: Six Castles
  324. 307: Seven Castles
  325. 308: Eight Castles
  326. 309: Nine Castles
  327. 310: Ten Castles
  328. 311: Eleven Castles
  329. 312: Twelve Castles
  330. 313: Thirteen Castles
  331. 314: Fourteen Castles
  332. 315: Fifteen Castles
  333. 316: Sixteen Castles
  334. 317: Seventeen Castles
  335. 318: Eighteen Castles
  336. 319: Nineteen Castles
  337. 320: Twenty Castles
  338. 321: Twenty-One Castles
  339. 322: Twenty-Two Castles
  340. 323: Twenty-Three Castles
  341. 324: Twenty-Four Castles
  342. 325: Twenty-Five Castles
  343. 326: Twenty-Six Castles
  344. 327: Twenty-Seven Castles
  345. 328: Twenty-Eight Castles
  346. 329: Twenty-Nine Castles
  347. 330: Thirty Castles
  348. 331: Thirty-One Castles
  349. 332: Thirty-Two Castles
  350. 333: Thirty-Three Castles
  351. // 334: Thirty-Four Castles
  352. 334: Total Domination
  353. // Templates for @who output
  354. 343: Name: %s
  355. 344: (%s)
  356. 345: | Party: '%s'
  357. 346: | Guild: '%s'
  358. //You may ommit the last %s, then you won't see players job name
  359. 347: | Lv:%d/%d | Job: %s
  360. //You may ommit 2 last %d, then you won't see players coords, just map name
  361. 348: | Location: %s %d %d
  362. // @fullstrip
  363. 349: Please enter a player name (usage: @fullstrip <char name/ID>).
  364. // @duel (part 1)
  365. 350: Duel: You can't use @invite. You aren't a duelist.
  366. 351: Duel: The limit of players has been reached.
  367. 352: Duel: Player name not found.
  368. 353: Duel: The Player is in the duel already.
  369. 354: Duel: Invitation has been sent.
  370. 355: Duel: You can't use @duel without @reject.
  371. 356: Duel: You can take part in duel once per %d minutes.
  372. 357: Duel: Invalid value.
  373. 358: Duel: You can't use @leave. You aren't a duelist.
  374. 359: Duel: You've left the duel.
  375. 360: Duel: You can't use @accept without a duel invitation.
  376. 361: Duel: The duel invitation has been accepted.
  377. 362: Duel: You can't use @reject without a duel invitation.
  378. 363: Duel: The duel invitation has been rejected.
  379. 364: Duel: You can't invite %s because he/she isn't on the same map.
  380. 365: Duel: Can't use %s in duel.
  381. // @duel (part 2)
  382. 370: -- Duels: %d/%d, Members: %d/%d, Max players: %d --
  383. 371: -- Duels: %d/%d, Members: %d/%d --
  384. 372: -- Duel has been created (Use @invite/@leave) --
  385. 373: -- Player %s invites %s to duel --
  386. 374: Blue -- Player %s invites you to PVP duel (Use @accept/@reject) --
  387. 375: <- Player %s has left the duel --
  388. 376: -> Player %s has accepted the duel --
  389. 377: -- Player %s has rejected the duel --
  390. //etc
  391. 378: Eleanor is now in %s mode.
  392. 379: Item Failed. [%s] is cooling down. Wait %.1f minutes.
  393. 380: Item Failed. [%s] is cooling down. Wait %d seconds.
  394. 381: Skill Failed. [%s] requires %dx %s.
  395. 382: You're too close to a stone or emperium to use this skill.
  396. 383: You cannot create a savepoint in an instance.
  397. 384: You cannot create a memo in an instance.
  398. //emblem chk
  399. 385: You're not allowed to change emblem during WOE
  400. 386: The chosen emblem was detected invalid
  401. 387: The chosen emblem was detected invalid as it contain too much transparency (limit=%d)
  402. //etc
  403. 388: You cannot use this item while storage is open.
  404. 389: Speed returned to normal.
  405. //NoAsk
  406. 390: Autorejecting is activated.
  407. 391: Autorejecting is deactivated.
  408. 392: You request has been rejected by autoreject option.
  409. 393: Autorejected trade request from %s.
  410. 394: Autorejected party invite from %s.
  411. 395: Autorejected guild invite from %s.
  412. 396: Autorejected alliance request from %s.
  413. 397: Autorejected opposition request from %s.
  414. 398: Autorejected friend request from %s.
  415. 400: Usage: @jailfor <time> <character name>
  416. 401: You have been jailed for %d years, %d months, %d days, %d hours and %d minutes
  417. 402: %s in jail for %d years, %d months, %d days, %d hours and %d minutes
  418. // WoE SE (@agitstart2/@agitend2)
  419. 403: War of Emperium SE has been initiated.
  420. 404: War of Emperium SE is currently in progress.
  421. 405: War of Emperium SE has been ended.
  422. 406: War of Emperium SE is currently not in progress.
  423. //407 free
  424. //chrif related
  425. 408: Need disconnection to perform change-sex request...
  426. 409: Your sex has been changed (need disconnection by the server)...
  427. //410-411 used by cash shop
  428. 412: Your account has 'Unregistered'.
  429. 413: Your account has an 'Incorrect Password'...
  430. 414: Your account has expired.
  431. 415: Your account has been rejected from server.
  432. 416: Your account has been blocked by the GM Team.
  433. 417: Your Game's EXE file is not the latest version.
  434. 418: Your account has been prohibited to log in.
  435. 419: Server is jammed due to over populated.
  436. 420: Your account has not more authorised.
  437. 421: Your account has been totally erased.
  438. 423: Your %s has been banished until %s
  439. 424: Login-serv has been asked to %s the player '%.*s'.
  440. 425: The player '%.*s' doesn't exist.
  441. 426: Your GM level doesn't authorise you to %s the player '%.*s'.
  442. 427: Login-server is offline. Impossible to %s the player '%.*s'.
  443. 428: block
  444. 429: ban
  445. 430: unblock
  446. 431: unban
  447. 432: change the sex of
  448. 433: This character has been banned until
  449. 434: Char-server has been asked to %s the character '%.*s'.
  450. 435: Please enter a player name (usage: %s <char name>).
  451. 436: VIP
  452. 437: GM's cannot become a VIP.
  453. 438: You are no longer VIP.
  454. // Homunculus messages
  455. 450: You already have a homunculus
  456. // Return pet to egg message
  457. 451: You can't return your pet because your inventory is full.
  458. // Message System
  459. 460: Please enter a valid language (usage: @langtype <language>).
  460. 461: Language is now set to %s.
  461. 462: This language is currently disabled.
  462. 463: Message configuration has been reloaded.
  463. 464: ---- Available languages:
  464. 480: ----- Players in Map -----
  465. 481: Player '%s' (session #%d) | Location: %d,%d
  466. 482: ----- NPCs in Map -----
  467. 483: ----- Chats in Map -----
  468. 484: Chat: %s | Player: %s | Location: %d %d
  469. 485: Users: %d/%d | Password: %s | Public: %s
  470. 486: Yes
  471. 487: No
  472. 488: Please enter at least one valid list number (usage: @mapinfo <0-3> <map>).
  473. 489: NPC %d: %s::%s | Direction: %s | Sprite: %d | Location: %d %d
  474. 490: NPC %d: %s | Direction: %s | Sprite: %d | Location: %d %d
  475. 491: North
  476. 492: North West
  477. 493: West
  478. 494: South West
  479. 495: South
  480. 496: South East
  481. 497: East
  482. 498: North East
  483. 499: Unknown
  484. // Messages of others (not for GM commands)
  485. // ----------------------------------------
  486. //500 free
  487. 501: Your account time limit is: %d-%m-%Y %H:%M:%S.
  488. 502: Day Mode is activated
  489. 503: Night Mode is activated
  490. // Cash point change messages
  491. 504: Used %d kafra points and %d cash points. %d kafra and %d cash points remaining.
  492. 505: Gained %d cash points. Total %d points.
  493. 506: Gained %d kafra points. Total %d points.
  494. 410: Removed %d cash points. Total %d points.
  495. 411: Removed %d kafra points. Total %d points.
  496. // Char ban
  497. 507: This player has been banned for %d minute(s).
  498. 508: This player hasn't been banned (Ban option is disabled).
  499. 509: Script-bound commands:
  500. // mail system
  501. 510: You have %d new emails (%d unread)
  502. // Instancing
  503. 515: Your instance has been reloaded.
  504. 516: Instance database has been reloaded.
  505. // @auction
  506. 517: Auction System is disabled.
  507. // @itemlist -- continued
  508. 518: Lower Costume Head,
  509. 519: Top Costume Head,
  510. 520: Top/Lower Costume Head,
  511. 521: Mid Costume Head,
  512. 522: Mid/Lower Costume Head,
  513. 523: Top/Mid/Lower Costume Head,
  514. 524: Costume Robe,
  515. 525: Costume Floor,
  516. 526: Ammo,
  517. 527: Shadow Body,
  518. 528: Shadow Right Hand,
  519. 529: Shadow Left Hand,
  520. 530: Shadow Both Hands,
  521. 531: Shadow Shoes,
  522. 532: Shadow Right Accessory,
  523. 533: Shadow Left Accessory,
  524. 534: Shop is out of stock! Please come back later.
  525. // Bot detect messages (currently unused)
  526. 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.
  527. 536: Character '%s' (account: %d) is trying to use a bot (it tries to detect a fake player).
  528. 537: Character '%s' (account: %d) is trying to use a bot (it tries to detect a fake mob).
  529. // Trade Spoof Messages
  530. 538: Hack on trade: character '%s' (account: %d) try to trade more items that he has.
  531. 539: This player has %d of a kind of item (id: %hu), and tried to trade %d of them.
  532. 540: This player has been definitivly blocked.
  533. // Rare Items Drop/Steal announce
  534. 541: '%s' got %s's %s (chance: %0.02f%%)
  535. //541: %.0s%.0sSomeone got %s
  536. 542: '%s' stole %s's %s (chance: %0.02f%%)
  537. //542: %.0s%.0sSomeone stole %s
  538. // 543~548 are not used (previously @away messages)
  539. // @autotrade
  540. 549: You should have a shop open to use @autotrade.
  541. //550 -> 650: Job Names
  542. 550: Novice
  543. 551: Swordsman
  544. 552: Magician
  545. 553: Archer
  546. 554: Acolyte
  547. 555: Merchant
  548. 556: Thief
  549. 557: Knight
  550. 558: Priest
  551. 559: Wizard
  552. 560: Blacksmith
  553. 561: Hunter
  554. 562: Assassin
  555. 563: Crusader
  556. 564: Monk
  557. 565: Sage
  558. 566: Rogue
  559. 567: Alchemist
  560. 568: Bard
  561. 569: Dancer
  562. 570: Wedding
  563. 571: Super Novice
  564. 572: Gunslinger
  565. 573: Ninja
  566. 574: Christmas
  567. 575: High Novice
  568. 576: High Swordsman
  569. 577: High Magician
  570. 578: High Archer
  571. 579: High Acolyte
  572. 580: High Merchant
  573. 581: High Thief
  574. 582: Lord Knight
  575. 583: High Priest
  576. 584: High Wizard
  577. 585: Whitesmith
  578. //585: Mastersmith //IRO name
  579. 586: Sniper
  580. 587: Assassin Cross
  581. 588: Paladin
  582. 589: Champion
  583. 590: Professor
  584. //590: Scholar //IRO name
  585. 591: Stalker
  586. 592: Creator
  587. //592: Biochemist //IRO Name
  588. 593: Clown
  589. //593: Minstrel //IRO Name
  590. 594: Gypsy
  591. 595: Baby Novice
  592. 596: Baby Swordsman
  593. 597: Baby Magician
  594. 598: Baby Archer
  595. 599: Baby Acolyte
  596. 600: Baby Merchant
  597. 601: Baby Thief
  598. 602: Baby Knight
  599. 603: Baby Priest
  600. 604: Baby Wizard
  601. 605: Baby Blacksmith
  602. 606: Baby Hunter
  603. 607: Baby Assassin
  604. 608: Baby Crusader
  605. 609: Baby Monk
  606. 610: Baby Sage
  607. 611: Baby Rogue
  608. 612: Baby Alchemist
  609. 613: Baby Bard
  610. 614: Baby Dancer
  611. 615: Super Baby
  612. 616: Taekwon
  613. 617: Star Gladiator
  614. 618: Soul Linker
  615. //619 free
  616. //620 free
  617. 621: Summer
  618. 622: Gangsi
  619. 623: Death Knight
  620. 624: Dark Collector
  621. 625: Rune Knight
  622. 626: Warlock
  623. 627: Ranger
  624. 628: Arch Bishop
  625. 629: Mechanic
  626. 630: Guillotine Cross
  627. 631: Royal Guard
  628. 632: Sorcerer
  629. 633: Minstrel
  630. //633: Maestro //IRO Name
  631. 634: Wanderer
  632. 635: Sura
  633. 636: Genetic
  634. //636: Geneticist //IRO Name
  635. 637: Shadow Chaser
  636. 638: Baby Rune Knight
  637. 639: Baby Warlock
  638. 640: Baby Ranger
  639. 641: Baby Arch Bishop
  640. 642: Baby Mechanic
  641. 643: Baby Guillotine Cross
  642. 644: Baby Royal Guard
  643. 645: Baby Sorcerer
  644. 646: Baby Minstrel
  645. 647: Baby Wanderer
  646. 648: Baby Sura
  647. 649: Baby Genetic
  648. 650: Baby Shadow Chaser
  649. 651: Expanded Super Novice
  650. 652: Expanded Super Baby
  651. 653: Kagerou
  652. 654: Oboro
  653. 655: Unknown Job
  654. // MvP Tomb
  655. // Added here so it can be easily translated
  656. 656: Tomb
  657. 657: [ ^EE0000%s^000000 ]
  658. 658: Has met its demise
  659. 659: Time of death : ^EE0000%s^000000
  660. 660: Defeated by
  661. 661: [^EE0000%s^000000]
  662. // Etc messages from source
  663. 662: You must be at least %d cells away from any NPC.
  664. 663: Duel: Can't use this item in duel.
  665. 664: You cannot use this command when dead.
  666. 665: Can't create chat rooms in this area.
  667. 666: Pets are not allowed in Guild Wars.
  668. 667: You're not dead.
  669. 668: Your actual memo positions are:
  670. 669: You broke the target's weapon.
  671. 670: You can't leave battleground guilds.
  672. 671: Friend already exists.
  673. 672: Name not found in list.
  674. 673: This action can't be performed at the moment. Please try again later.
  675. 674: Friend removed.
  676. 675: Cannot send mails too fast!!
  677. 676: Alliances cannot be made during Guild Wars!
  678. 677: Alliances cannot be broken during Guild Wars!
  679. 678: You are no longer the Guild Master.
  680. 679: You have become the Guild Master!
  681. 680: You have been recovered!
  682. 681: Rune Knight T
  683. 682: Warlock T
  684. 683: Ranger T
  685. 684: Arch Bishop T
  686. 685: Mechanic T
  687. 686: Guillotine Cross T
  688. 687: Royal Guard T
  689. 688: Sorcerer T
  690. 689: Minstrel T
  691. 690: Wanderer T
  692. 691: Sura T
  693. 692: Genetic T
  694. 693: Shadow Chaser T
  695. 694: Hanbok
  696. 695: Rebellion
  697. 696: Oktoberfest
  698. 697: Summoner
  699. 698: Baby Summoner
  700. 699: Baby Ninja
  701. // @vip
  702. 700: Usage: @vip <time> <character name>
  703. 701: Invalid time for VIP command.
  704. 702: Time parameter format is +/-<value> to alter. y/a = Year, m = Month, d/j = Day, h = Hour, n/mn = Minute, s = Second.
  705. 703: GM has removed your VIP time.
  706. 704: Player is no longer VIP.
  707. 705: Your VIP status is valid for %d years, %d months, %d days, %d hours and %d minutes.
  708. 706: Player '%s' is now VIP for %d years, %d months, %d days, %d hours and %d minutes.
  709. 707: You are VIP until: %s
  710. 708: The player is now VIP until: %s
  711. 709: Item %hu has been removed from your inventory.
  712. 710: Item %hu has been removed from your cart.
  713. 711: Item %hu has been removed from your storage.
  714. // Item shop
  715. 712: You do not have enough %s (%hu).
  716. 713: You do not have enough '%s'.
  717. 714: Item Shop List: %s (%hu)
  718. 715: Point Shop List: '%s'
  719. 716: Your '%s' is now: %d
  720. // MVP EXP reward message
  721. 717: Congratulations! You are the MVP! Your reward EXP Points are %u !!
  722. // @showrate
  723. 718: Personal rate information is not displayed now.
  724. 719: Personal rate information will be shown.
  725. //Skill messages
  726. 720: %s is required.
  727. 721: [%s] Poison effect was applied to the weapon.
  728. //722: Free
  729. // @costume
  730. 723: '%s' is an unknown costume
  731. 724: You're already wearing a(n) '%s' costume, type '@costume' to remove it.
  732. 725: -- %s
  733. 726: - Available Costumes
  734. 727: '%s' Costume removed.
  735. // Monster Transformation
  736. 728: Traaaansformation-!! %s form!!
  737. 729: Cannot transform into monster while in disguise.
  738. 730: Character cannot be disguised while in monster form.
  739. 731: Transforming into monster is not allowed in Guild Wars.
  740. 732: Item cannot be opened when your inventory is full.
  741. 733: Please enter a NPC file name (usage: @reloadnpcfile <file name>).
  742. // @cloneequip/@clonestat
  743. 734: Cannot clone your own %s.
  744. 735: Please enter char_id or \"char name\".
  745. 736: Cannot clone %s from this player.
  746. 737: '%s' (%d) cannot be cloned, limit (%d).
  747. 738: Clone '%s' is done.
  748. // @bodystyle
  749. 739: Please enter a body style (usage: @bodystyle <body ID: %d-%d>).
  750. 740: This job has no alternate body styles.
  751. // @showexp
  752. 741: Gained
  753. 742: Lost
  754. 743: Experience %s Base:%ld (%0.2f%%) Job:%ld (%0.2f%%)
  755. // @adopt
  756. 744: Baby already adopted or is in the process of being adopted.
  757. 745: You need to be married and in a party with your partner and the Baby to adopt.
  758. 746: Both parents need to have their wedding rings equipped.
  759. 747: The Baby is not a Novice.
  760. 748: A parent or Baby was not found.
  761. // WoE TE (@agitstart3/@agitend3)
  762. 749: War of Emperium TE has been initiated.
  763. 750: War of Emperium TE is currently in progress.
  764. 751: War of Emperium TE has been ended.
  765. 752: War of Emperium TE is currently not in progress.
  766. // Expanded Baby Jobs
  767. 753: Baby Kagerou
  768. 754: Baby Oboro
  769. 755: Baby Taekwon
  770. 756: Baby Star Gladiator
  771. 757: Baby Soul Linker
  772. 758: Baby Gunslinger
  773. 759: Baby Rebellion
  774. // Channel System
  775. 760: You cannot join channel '%s'. Limit of %d has been met.
  776. 761: %s %s has joined.
  777. 762: You cannot leave channel '%s'.
  778. 763: %s %s left.
  779. 764: You cannot change the color for channel '%s'.
  780. 765: You're not allowed to ban a player.
  781. 766: You cannot kick a player from channel '%s'.
  782. 767: You're not allowed to kick a player.
  783. 768: %s %s has been kicked.
  784. 769: %s %s has been banned.
  785. 770: %s %s has been unbanned.
  786. //771-899 free
  787. //------------------------------------
  788. // More atcommands message
  789. //------------------------------------
  790. // @send
  791. 900: Usage:
  792. 901: @send len <packet hex number>
  793. 902: @send <packet hex number> {<value>}*
  794. 903: Value: <type=B(default),W,L><number> or S<length>"<string>"
  795. 904: Packet 0x%x length: %d
  796. 905: Unknown packet: 0x%x
  797. 906: Not a string:
  798. 907: Not a hexadecimal digit:
  799. 908: Unknown type of value in:
  800. // @rura
  801. 909: Please enter a map (usage: @warp/@rura/@mapmove <mapname> <x> <y>).
  802. // @where
  803. 910: Please enter a player name (usage: @where <char name>).
  804. // @jumpto
  805. 911: Please enter a player name (usage: @jumpto/@warpto/@goto <char name/ID>).
  806. // @who
  807. 912: (CID:%d/AID:%d)
  808. // @whogm
  809. 913: Name: %s (GM)
  810. 914: Name: %s (GM:%d) | Location: %s %d %d
  811. 915: BLvl: %d | Job: %s (Lvl: %d)
  812. 916: Party: '%s' | Guild: '%s'
  813. 917: None
  814. // @speed
  815. 918: Please enter a speed value (usage: @speed <%d-%d>).
  816. // @storage
  817. 919: Storage opened.
  818. // @guildstorage
  819. 920: Guild storage opened.
  820. // @option
  821. 921: Please enter at least one option.
  822. // @jobchange
  823. 922: Please enter a job ID.
  824. 923: You can not change to this job by command.
  825. //924-979 free (future jobs?)
  826. // @kami
  827. 980: Please enter a message (usage: @kami <message>).
  828. 981: Please enter color and message (usage: @kamic <color> <message>).
  829. 982: Invalid color.
  830. // @item
  831. 983: Please enter an item name or ID (usage: @item <item name/ID> <quantity>).
  832. // @item2
  833. 984: Please enter all parameters (usage: @item2 <item name/ID> <quantity>
  834. 985: <identify_flag> <refine> <attribute> <card1> <card2> <card3> <card4>).
  835. // @baselevelup
  836. 986: Please enter a level adjustment (usage: @lvup/@blevel/@baselvlup <number of levels>).
  837. // @joblevelup
  838. 987: Please enter a level adjustment (usage: @joblvup/@jlevel/@joblvlup <number of levels>).
  839. // @help
  840. 988: There is no help for %c%s.
  841. 989: Help for command %c%s:
  842. 990: Available aliases:
  843. // @model
  844. 991: Please enter at least one value (usage: @model <hair ID: %d-%d> <hair color: %d-%d> <clothes color: %d-%d>).
  845. // @dye
  846. 992: Please enter a clothes color (usage: @dye/@ccolor <clothes color: %d-%d>).
  847. // @hairstyle
  848. 993: Please enter a hair style (usage: @hairstyle/@hstyle <hair ID: %d-%d>).
  849. // @haircolor
  850. 994: Please enter a hair color (usage: @haircolor/@hcolor <hair color: %d-%d>).
  851. // @go
  852. 995: You cannot use @go on this map.
  853. // @refine
  854. 996: Please enter a position and an amount (usage: @refine <equip position> <+/- amount>).
  855. 997: %d: Lower Headgear
  856. 998: %d: Right Hand
  857. 999: %d: Garment
  858. 1000: %d: Left Accessory
  859. 1001: %d: Body Armor
  860. 1002: %d: Left Hand
  861. 1003: %d: Shoes
  862. 1004: %d: Right Accessory
  863. 1005: %d: Top Headgear
  864. 1006: %d: Mid Headgear
  865. // @produce
  866. 1007: Please enter at least one item name/ID (usage: @produce <equip name/ID> <element> <# of very's>).
  867. // @memo
  868. 1008: Please enter a valid position (usage: @memo <memo_position:%d-%d>).
  869. // @displaystatus
  870. 1009: Please enter a status type/flag (usage: @displaystatus <status type> <flag> <tick> {<val1> {<val2> {<val3>}}}).
  871. // @stpoint
  872. 1010: Please enter a number (usage: @stpoint <number of points>).
  873. // @skpoint
  874. 1011: Please enter a number (usage: @skpoint <number of points>).
  875. // @zeny
  876. 1012: Please enter an amount (usage: @zeny <amount>).
  877. // @param
  878. 1013: Please enter a valid value (usage: @str/@agi/@vit/@int/@dex/@luk <+/-adjustment>).
  879. // @guildlevelup
  880. 1014: Please enter a valid level (usage: @guildlvup/@guildlvlup <# of levels>).
  881. // @makeegg
  882. 1015: Please enter a monster/egg name/ID (usage: @makeegg <pet>).
  883. // @petfriendly
  884. 1016: Please enter a valid value (usage: @petfriendly <0-1000>).
  885. // @pethungry
  886. 1017: Please enter a valid number (usage: @pethungry <0-100>).
  887. // @recall
  888. 1018: Please enter a player name (usage: @recall <char name/ID>).
  889. 1019: You are not authorized to warp someone to this map.
  890. // @recall
  891. 1020: You are not authorized to warp this player from their map.
  892. // @charblock/@charunblock
  893. 1021: Please enter a player name (usage: %s <char name>).
  894. // @ban/@charban
  895. 1022: Please enter ban time and a player name (usage: %s <time> <char name>).
  896. 1023: You are not allowed to alter the time of a ban.
  897. // @rates
  898. 1024: MVP Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
  899. // @recall
  900. 1025: The player is currently autotrading and cannot be recalled.
  901. // @kick
  902. 1026: Please enter a player name (usage: @kick <char name/ID>).
  903. // @questskill / @lostskill
  904. 1027: Please enter a quest skill number.
  905. // @spiritball
  906. 1028: Please enter an amount (usage: @spiritball <number: 0-%d>).
  907. // @party
  908. 1029: Please enter a party name (usage: @party <party_name>).
  909. // @guild
  910. 1030: Please enter a guild name (usage: @guild <guild_name>).
  911. // @idsearch
  912. 1031: Please enter part of an item name (usage: @idsearch <part_of_item_name>).
  913. // @recallall / @guildrecall / @partyrecall
  914. 1032: You are not authorized to warp someone to your current map.
  915. 1033: Because you are not authorized to warp from some maps, %d player(s) have not been recalled.
  916. // @guildrecall
  917. 1034: Please enter a guild name/ID (usage: @guildrecall <guild_name/ID>).
  918. // @partyrecall
  919. 1035: Please enter a party name/ID (usage: @partyrecall <party_name/ID>).
  920. // @reloadatcommand
  921. 1036: Error reading groups.conf, reload failed.
  922. 1037: Error reading atcommand_athena.conf, reload failed.
  923. // @mapinfo
  924. 1038: Please enter at least one valid list number (usage: @mapinfo <0-3> <map>).
  925. 1039: ------ Map Info ------
  926. 1040: Map: %s | Players: %d | NPCs: %d | Chats: %d | Vendings: %d
  927. 1041: ------ Map Flags ------
  928. 1042: Town Map
  929. 1043: Autotrade Enabled
  930. 1044: Autotrade Disabled
  931. 1045: Battlegrounds ON (type %d)
  932. 1046: PvP Flags:
  933. 1047: GvG Flags:
  934. 1048: Teleport Flags:
  935. 1049: Weather Flags:
  936. 1050: Other Flags:
  937. 1051: Other Flags2:
  938. 1052: Skill Damage Adjustments:
  939. //1053-1064 free
  940. 1065: No Exp Penalty: %s | No Zeny Penalty: %s
  941. 1066: On
  942. 1067: Off
  943. 1068: No Save (Return to last Save Point)
  944. 1069: No Save, Save Point: %s,Random
  945. 1070: No Save, Save Point: %s,%d,%d
  946. // @mount
  947. 1119: You have mounted your Dragon.
  948. 1120: You have released your Dragon.
  949. 1121: You have mounted your Warg.
  950. 1122: You have released your Warg.
  951. 1123: You have mounted your Mado Gear.
  952. 1124: You have released your Mado Gear.
  953. // @guildspy
  954. 1125: The mapserver has spy command support disabled.
  955. 1126: Please enter a guild name/ID (usage: @guildspy <guild_name/ID>).
  956. // @partyspy
  957. 1127: Please enter a party name/ID (usage: @partyspy <party_name/ID>).
  958. // @nuke
  959. 1128: Please enter a player name (usage: @nuke <char name>).
  960. // @tonpc
  961. 1129: Please enter a NPC name (usage: @tonpc <NPC_name>).
  962. // @enablenpc
  963. 1130: Please enter a NPC name (usage: @enablenpc <NPC_name>).
  964. // @hidenpc
  965. 1131: Please enter a NPC name (usage: @hidenpc <NPC_name>).
  966. // @loadnpc
  967. 1132: Please enter a script file name (usage: @loadnpc <file name>).
  968. // @unloadnpc
  969. 1133: Please enter a NPC name (usage: @unloadnpc <NPC_name>).
  970. // @jail
  971. 1134: Please enter a player name (usage: @jail <char_name>).
  972. // @unjail
  973. 1135: Please enter a player name (usage: @unjail/@discharge <char_name>).
  974. // @jailfor
  975. 1136: Invalid time for jail command.
  976. 1137: You are now
  977. 1138: This player is now
  978. // @jailtime
  979. 1139: You are not in jail.
  980. 1140: You have been jailed indefinitely.
  981. 1141: You have been jailed for an unknown amount of time.
  982. 1142: You will remain
  983. // @disguise
  984. 1143: Please enter a Monster/NPC name/ID (usage: @disguise <name/ID>).
  985. 1144: Character cannot be disguised while mounted.
  986. // @disguiseall
  987. 1145: Please enter a Monster/NPC name/ID (usage: @disguiseall <name/ID>).
  988. // @disguiseguild
  989. 1146: Please enter a mob name/ID and guild name/ID (usage: @disguiseguild <mob name/ID>, <guild name/ID>).
  990. // @undisguiseguild
  991. 1147: Please enter guild name/ID (usage: @undisguiseguild <guild name/ID>).
  992. // @exp
  993. 1148: Base Level: %d (%.3f%%) | Job Level: %d (%.3f%%)
  994. // @broadcast
  995. 1149: Please enter a message (usage: @broadcast <message>).
  996. // @localbroadcast
  997. 1150: Please enter a message (usage: @localbroadcast <message>).
  998. // @email
  999. 1151: Please enter 2 emails (usage: @email <actual@email> <new@email>).
  1000. // @effect
  1001. 1152: Please enter an effect number (usage: @effect <effect number>).
  1002. // @npcmove
  1003. 1153: Usage: @npcmove <X> <Y> <npc_name>
  1004. 1154: NPC is not on this map.
  1005. 1155: NPC moved.
  1006. // @addwarp
  1007. 1156: Usage: @addwarp <mapname> <X> <Y> <npc name>
  1008. 1157: Unknown map '%s'.
  1009. 1158: New warp NPC '%s' created.
  1010. // @follow
  1011. 1159: Follow mode OFF.
  1012. 1160: Follow mode ON.
  1013. // @storeall
  1014. 1161: You currently cannot open your storage.
  1015. 1162: All items stored.
  1016. // @skillid
  1017. 1163: Please enter a skill name to look up (usage: @skillid <skill name>).
  1018. 1164: skill %d: %s (%s)
  1019. // @useskill
  1020. 1165: Usage: @useskill <skill ID> <skill level> <target>
  1021. // @displayskill
  1022. 1166: Usage: @displayskill <skill ID> {<skill level>}
  1023. // @skilltree
  1024. 1167: Usage: @skilltree <skill ID> <target>
  1025. 1168: Player is using %s skill tree (%d basic points).
  1026. 1169: The player cannot use that skill.
  1027. 1170: Player requires level %d of skill %s.
  1028. 1171: The player meets all the requirements for that skill.
  1029. // @marry
  1030. 1172: Usage: @marry <char name>
  1031. 1173: They are married... wish them well.
  1032. 1174: The two cannot wed because one is either a baby or already married.
  1033. // @divorce
  1034. 1175: '%s' is not married.
  1035. 1176: '%s' and his/her partner are now divorced.
  1036. // @changelook
  1037. 1177: Usage: @changelook {<position>} <view id>
  1038. 1178: Position: 1-Top 2-Middle 3-Bottom 4-Weapon 5-Shield 6-Shoes 7-Robe 8-Body
  1039. // @autotrade
  1040. 1179: Autotrade is not allowed on this map.
  1041. 1180: You cannot autotrade when dead.
  1042. // @changegm
  1043. 1181: You need to be a Guild Master to use this command.
  1044. 1182: You cannot change guild leaders on this map.
  1045. 1183: Usage: @changegm <guild_member_name>
  1046. 1184: Target character must be online and be a guild member.
  1047. // @changeleader
  1048. 1185: Usage: @changeleader <party_member_name>
  1049. // @partyoption
  1050. 1186: Usage: @partyoption <pickup share: yes/no> <item distribution: yes/no>
  1051. // @autoloot
  1052. 1187: Autolooting items with drop rates of %0.02f%% and below.
  1053. 1188: Autoloot is now off.
  1054. // @autolootitem
  1055. 1189: Item not found.
  1056. 1190: You're already autolooting this item.
  1057. 1191: Your autolootitem list is full. Remove some items first with @autolootid -<item name or ID>.
  1058. 1192: Autolooting item: '%s'/'%s' {%hu}
  1059. 1193: You're currently not autolooting this item.
  1060. 1194: Removed item: '%s'/'%s' {%hu} from your autolootitem list.
  1061. 1195: You can have %d items on your autolootitem list.
  1062. 1196: To add an item to the list, use "@alootid +<item name or ID>". To remove an item, use "@alootid -<item name or ID>".
  1063. 1197: "@alootid reset" will clear your autolootitem list.
  1064. 1198: Your autolootitem list is empty.
  1065. 1199: Items on your autolootitem list:
  1066. 1200: Your autolootitem list has been reset.
  1067. // @rain
  1068. //1201: The rain has stopped.
  1069. //1202: It has started to rain.
  1070. // @snow
  1071. 1203: Snow has stopped falling.
  1072. 1204: It has started to snow.
  1073. // @sakura
  1074. 1205: Cherry tree leaves no longer fall.
  1075. 1206: Cherry tree leaves have begun to fall.
  1076. // @clouds
  1077. 1207: The clouds has disappear.
  1078. 1208: Clouds appear.
  1079. // @clouds2
  1080. 1209: The alternative clouds disappear.
  1081. 1210: Alternative clouds appear.
  1082. // @fog
  1083. 1211: The fog has gone.
  1084. 1212: Fog hangs over.
  1085. // @leaves
  1086. 1213: Leaves no longer fall.
  1087. 1214: Fallen leaves fall.
  1088. // @fireworks
  1089. 1215: Fireworks have ended.
  1090. 1216: Fireworks are launched.
  1091. // @sound
  1092. 1217: Please enter a sound filename (usage: @sound <filename>).
  1093. // @mobsearch
  1094. 1218: Please enter a monster name (usage: @mobsearch <monster name>).
  1095. 1219: Invalid mob ID %s!
  1096. 1220: Mob Search... %s %s
  1097. // @cleanmap
  1098. 1221: All dropped items have been cleaned up.
  1099. // @npctalk
  1100. 1222: Please enter the correct parameters (usage: @npctalk <npc name>, <message>).
  1101. 1223: Please enter the correct parameters (usage: @npctalkc <color> <npc name>, <message>).
  1102. // @pettalk
  1103. 1224: Please enter a message (usage: @pettalk <message>).
  1104. // @summon
  1105. 1225: Please enter a monster name (usage: @summon <monster name> {duration}).
  1106. // @adjgroup
  1107. 1226: Usage: @adjgroup <group_id>
  1108. 1227: Specified group does not exist.
  1109. 1228: Group changed successfully.
  1110. 1229: Your group has changed.
  1111. // @trade
  1112. 1230: Please enter a player name (usage: @trade <char name>).
  1113. // @setbattleflag
  1114. 1231: Usage: @setbattleflag <flag> <value> {<reload>}
  1115. 1232: Unknown battle_config flag.
  1116. 1233: Set battle_config as requested.
  1117. // @unmute
  1118. 1234: Please enter a player name (usage: @unmute <char name>).
  1119. 1235: Player is not muted.
  1120. 1236: Player unmuted.
  1121. // @mute
  1122. 1237: Usage: @mute <time> <char name>
  1123. // @identify
  1124. 1238: There are no items to appraise.
  1125. // @mobinfo
  1126. 1239: Please enter a monster name/ID (usage: @mobinfo <monster_name_or_monster_ID>).
  1127. 1240: MVP Monster: '%s'/'%s'/'%s' (%d)
  1128. 1241: Monster: '%s'/'%s'/'%s' (%d)
  1129. 1242: Lv:%d HP:%d Base EXP:%u Job EXP:%u HIT:%d FLEE:%d
  1130. 1243: DEF:%d MDEF:%d STR:%d AGI:%d VIT:%d INT:%d DEX:%d LUK:%d
  1131. 1244: ATK:%d~%d Range:%d~%d~%d Size:%s Race: %s Element: %s (Lv:%d)
  1132. 1245: Drops:
  1133. 1246: This monster has no drops.
  1134. 1247: MVP Bonus EXP:%u
  1135. 1248: MVP Items:
  1136. 1249: This monster has no MVP prizes.
  1137. // @showmobs
  1138. 1250: Invalid mob id %s!
  1139. 1251: Can't show boss mobs!
  1140. 1252: Mob Search... %s %s
  1141. // @homlevel
  1142. 1253: Please enter a level adjustment (usage: @homlevel <number of levels>).
  1143. // @homlevel / @homevolve / @homfriendly / @homhungry / @homtalk / @hominfo / @homstats
  1144. 1254: You do not have a homunculus.
  1145. // @homevolve
  1146. 1255: Your homunculus doesn't evolve.
  1147. // @makehomun
  1148. 1256: Please enter a homunculus ID (usage: @makehomun <homunculus id>).
  1149. 1257: Invalid Homunculus ID.
  1150. // @homfriendly
  1151. 1258: Please enter a friendly value (usage: @homfriendly <friendly value [0-1000]>).
  1152. // @homhungry
  1153. 1259: Please enter a hunger value (usage: @homhungry <hunger value [0-100]>).
  1154. // @homtalk
  1155. 1260: Please enter a message (usage: @homtalk <message>).
  1156. // @hominfo
  1157. 1261: Homunculus stats:
  1158. 1262: HP: %d/%d - SP: %d/%d
  1159. 1263: ATK: %d - MATK: %d~%d
  1160. 1264: Hungry: %d - Intimacy: %u
  1161. 1265: Stats: Str %d / Agi %d / Vit %d / Int %d / Dex %d / Luk %d
  1162. // @homstats
  1163. 1266: Homunculus growth stats (Lv %d %s):
  1164. 1267: Max HP: %d (%d~%d)
  1165. 1268: Max SP: %d (%d~%d)
  1166. 1269: Str: %d (%d~%d)
  1167. 1270: Agi: %d (%d~%d)
  1168. 1271: Vit: %d (%d~%d)
  1169. 1272: Int: %d (%d~%d)
  1170. 1273: Dex: %d (%d~%d)
  1171. 1274: Luk: %d (%d~%d)
  1172. // @homshuffle
  1173. 1275: Homunculus stats altered.
  1174. // @iteminfo
  1175. 1276: Please enter an item name/ID (usage: @ii/@iteminfo <item name/ID>).
  1176. 1277: Item: '%s'/'%s'[%d] (%hu) Type: %s | Extra Effect: %s
  1177. 1278: None
  1178. 1279: With script
  1179. 1280: NPC Buy:%dz, Sell:%dz | Weight: %.1f
  1180. 1281: - Available in the shops only.
  1181. 1282: - Maximal monsters drop chance: %02.02f%%
  1182. 1283: - Monsters don't drop this item.
  1183. // @whodrops
  1184. 1284: Please enter item name/ID (usage: @whodrops <item name/ID>).
  1185. 1285: Item: '%s'[%d] (ID:%hu)
  1186. 1286: - Item is not dropped by mobs.
  1187. 1287: - Common mobs with highest drop chance (only max %d are listed):
  1188. // @whereis
  1189. 1288: Please enter a monster name/ID (usage: @whereis <monster_name_or_monster_ID>).
  1190. 1289: %s spawns in:
  1191. 1290: This monster does not spawn normally.
  1192. // @adopt
  1193. 1291: Usage: @adopt <father>,<mother>,<child>
  1194. 1292: Adopting: --%s--%s--%s--\n
  1195. 1293: Cannot find player %s online.
  1196. 1294: They are family... wish them luck.
  1197. // @version
  1198. 1295: rAthena Version %s %s
  1199. 1296: Cannot determine SVN/Git version.
  1200. // @mutearea
  1201. 1297: Please enter a time in minutes (usage: @mutearea/@stfu <time in minutes>).
  1202. // @rates
  1203. 1298: Experience rates: Base %.2fx / Job %.2fx
  1204. 1299: Normal Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
  1205. 1300: Boss Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
  1206. 1301: Other Drop Rates: MvP %.2fx / Card-Based %.2fx / Treasure %.2fx
  1207. // @me
  1208. 1302: Please enter a message (usage: @me <message>).
  1209. // @size / @sizeall / @sizeguild
  1210. 1303: Size change applied.
  1211. // @sizeguild
  1212. 1304: Please enter guild name/ID (usage: @sizeguild <size> <guild name/ID>).
  1213. // @monsterignore
  1214. 1305: You are now immune to attacks.
  1215. 1306: Returned to normal state.
  1216. // @fakename
  1217. 1307: Returned to real name.
  1218. 1308: You must enter a name.
  1219. 1309: Fake name must be at least two characters.
  1220. 1310: Fake name enabled.
  1221. // @mapflag
  1222. 1311: Enabled Mapflags in this map:
  1223. 1312: Usage: "@mapflag monster_noteleport 1" (0=Off | 1=On)
  1224. 1313: Type "@mapflag available" to list the available mapflags.
  1225. 1314: Invalid flag name or flag.
  1226. 1315: Available Flags:
  1227. // @showexp
  1228. 1316: Gained/lost exp will not be shown.
  1229. 1317: Gained/lost exp is now shown.
  1230. // @showzeny
  1231. 1318: Gained zeny will not be shown.
  1232. 1319: Gained zeny is now shown.
  1233. // @showdelay
  1234. 1320: Skill delay failures will not be shown.
  1235. 1321: Skill delay failures are now shown.
  1236. // @cash
  1237. 1322: Please enter an amount.
  1238. // @clone
  1239. 1323: You must enter a player name or ID.
  1240. // @feelreset
  1241. 1324: Reset 'Feeling' maps.
  1242. // @noks
  1243. 1325: [ K.S Protection Inactive ]
  1244. 1326: [ K.S Protection Active - Option: Party ]
  1245. 1327: [ K.S Protection Active - Option: Self ]
  1246. 1328: [ K.S Protection Active - Option: Guild ]
  1247. 1329: Usage: @noks <self|party|guild>
  1248. // @allowks
  1249. 1330: [ Map K.S Protection Active ]
  1250. 1331: [ Map K.S Protection Inactive ]
  1251. // @itemlist
  1252. 1332: ------ %s items list of '%s' ------
  1253. 1333: | Equipped:
  1254. 1334: Garment,
  1255. 1335: Left Accessory,
  1256. 1336: Body/Armor,
  1257. 1337: Right Hand,
  1258. 1338: Left Hand,
  1259. 1339: Both Hands,
  1260. 1340: Feet,
  1261. 1341: Right Accessory,
  1262. 1342: Lower Head,
  1263. 1343: Top Head,
  1264. 1344: Top/Lower Head,
  1265. 1345: Mid Head,
  1266. 1346: Mid/Lower Head,
  1267. 1347: Top/Mid/Lower Head,
  1268. 1348: -> (pet egg, pet id: %u, named)
  1269. 1349: -> (pet egg, pet id: %u, unnamed)
  1270. 1350: -> (crafted item, creator id: %u, star crumbs %d, element %d)
  1271. 1351: -> (produced item, creator id: %u)
  1272. 1352: -> (card(s):
  1273. 1353: No item found in this player's %s.
  1274. 1354: %d item(s) found in %d %s slots.
  1275. // @delitem
  1276. 1355: Please enter an item name/ID, a quantity, and a player name (usage: #delitem <player> <item_name_or_ID> <quantity>).
  1277. // @font
  1278. 1356: Returning to normal font.
  1279. 1357: Use @font <1-9> to change your message font.
  1280. 1358: Use 0 or no parameter to return to normal font.
  1281. 1359: Invalid font. Use a value from 0 to 9.
  1282. 1360: Font changed.
  1283. 1361: Already using this font.
  1284. // @mount2
  1285. 1362: NOTICE: If you crash with mount your LUA is outdated.
  1286. 1363: You have mounted.
  1287. 1364: You have released your mount.
  1288. // @accinfo
  1289. 1365: Usage: @accinfo/@accountinfo <account_id/char name>
  1290. 1366: You may search partial name by making use of '%' in the search, ex. "@accinfo %Mario%" lists all characters whose name contains "Mario".
  1291. // @set
  1292. 1367: Usage: @set <variable name> <value>
  1293. 1368: Usage: ex. "@set PoringCharVar 50"
  1294. 1369: Usage: ex. "@set PoringCharVarSTR$ Super Duper String"
  1295. 1370: Usage: ex. "@set PoringCharVarSTR$" outputs its value, Super Duper String.
  1296. 1371: NPC variables may not be used with @set.
  1297. 1372: Instance variables may not be used with @set.
  1298. 1373: %s value is now: %d
  1299. 1374: %s value is now: %s
  1300. 1375: %s is blank.
  1301. //1376: free
  1302. // @reloadquestdb
  1303. 1377: Quest database has been reloaded.
  1304. // @addperm
  1305. 1378: Usage: %s <permission_name>
  1306. 1379: -- Permission List
  1307. 1380: '%s' is unknown permission.
  1308. 1381: User '%s' already possesses the '%s' permission.
  1309. 1382: User '%s' doesn't possess the '%s' permission.
  1310. 1383: -- User '%s' Permissions
  1311. 1384: User '%s' permissions updated successfully. The changes are temporary.
  1312. // @unloadnpcfile
  1313. 1385: Usage: @unloadnpcfile <file name>
  1314. 1386: File unloaded. Be aware that mapflags and monsters spawned directly are not removed.
  1315. 1387: File not found.
  1316. // General command messages
  1317. 1388: Charcommand failed (usage: %c<command> <char name> <parameters>).
  1318. 1389: %s failed. Player not found.
  1319. // @cart
  1320. 1390: Unknown Cart (usage: %s <0-%d>).
  1321. 1391: You do not possess a cart to be removed
  1322. 1392: Cart Added.
  1323. // atcommand.c::is_atcommand
  1324. 1393: You can't use commands while dead.
  1325. // @clearstorage
  1326. 1394: Your storage was cleaned.
  1327. 1395: Your guild storage was cleaned.
  1328. // @clearcart
  1329. 1396: You do not have a cart to be cleaned.
  1330. 1397: Your cart was cleaned.
  1331. // @skillid (extension)
  1332. 1398: -- Displaying first %d partial matches:
  1333. // @channel
  1334. 1399: Unknown channel (usage: %s <#channel_name>).
  1335. 1400: Unknown channel '%s' (usage: %s <#channel_name>).
  1336. 1401: Channel '%s' is password-protected (usage: %s <#channel_name> <password>).
  1337. 1402: You're not in that channel (use '@join <#channel_name>').
  1338. 1403: You're now in the '%s' channel.
  1339. 1404: %s failed.
  1340. 1405: Channel name must start with '#'.
  1341. 1406: Channel length must be between 3 and %d.
  1342. 1407: Channel '%s' is not available.
  1343. 1408: Channel password may not contain spaces.
  1344. 1409: - #%s (%d users)
  1345. 1410: ---- Public Channels ----
  1346. 1411: Unknown color '%s'.
  1347. 1412: You're not the owner of channel '%s'.
  1348. 1413: '%s' channel color updated to '%s'.
  1349. 1414: ---- Available options:
  1350. 1415: * %s create <#channel_name> <channel_password>
  1351. 1416: -- Creates a new channel.
  1352. 1417: * %s list
  1353. 1418: -- Lists all public channels.
  1354. 1419: * %s list colors
  1355. 1420: -- Lists all available colors for custom channels.
  1356. 1421: * %s setcolor <#channel_name> <color_name>
  1357. 1422: -- Changes channel text to the specified color (channel owners only).
  1358. 1423: * %s leave <#channel_name>
  1359. 1424: -- Leaves the specified channel.
  1360. 1425: You're not part of the '%s' channel.
  1361. 1426: You've left the '%s' channel.
  1362. 1427: * %s bindto <#channel_name>
  1363. 1428: -- Binds your global chat to the specified channel, sending all global messages to that channel.
  1364. 1429: * %s unbind
  1365. 1430: -- Unbinds your global chat from the attached channel, if any.
  1366. 1431: Your global chat is now binded to the '%s' channel.
  1367. 1432: Your global chat is not binded to any channel.
  1368. 1433: Your global chat is now unbinded from the '#%s' channel.
  1369. 1434: You're already in the '%s' channel.
  1370. 1435: You're now in the '#%s' channel for '%s'.
  1371. 1436: Channel password can't be over %d characters.
  1372. 1437: Player '%s' is banned from the '%s' channel.
  1373. 1438: You're currently banned from the '%s' channel.
  1374. 1439: Channel '%s' contains no banned players.
  1375. 1440: Player '%s' is not banned from this channel.
  1376. 1441: Player '%s' is unbanned from the '%s' channel.
  1377. 1442: Cleared all bans from the '%s' channel.
  1378. 1443: ---- '#%s' Ban List:
  1379. 1444: ---- Available Colors ----
  1380. 1445: - %s
  1381. 1446: You need to input an option.
  1382. 1447: Unknown channel option '%s'.
  1383. 1448: Channel '%s' deleted.
  1384. 1449: Option '%s' is already enabled (use '@channel setopt %s 0' to disable).
  1385. 1450: Option '%s' is enabled for channel '#%s'.
  1386. 1451: Value '%d' for option '%s' is out of range (limit 0-10).
  1387. 1452: Option '%s' is enabled for channel '#%s' at %d seconds.
  1388. 1453: Option '%s' is disabled for channel '#%s'.
  1389. 1454: Color set to '%s'.
  1390. 1455: You're talking too fast!
  1391. 1456: * %s ban <#channel_name> <player>
  1392. 1457: -- Bans the specified player from the channel.
  1393. 1458: * %s banlist <#channel_name>
  1394. 1459: -- Lists all players banned from the specified channel.
  1395. 1460: * %s unban <#channel_name> <player>
  1396. 1461: -- Unbans the specified player from the channel.
  1397. 1462: * %s setopt <#channel_name> <option> <value>
  1398. 1463: -- Sets an option and value for the specified channel.
  1399. 1464: Ban failed for player '%s'.
  1400. 1465: Player '%s' is already banned from this channel.
  1401. 1466: Input the number of seconds (0-10) for the '%s' option.
  1402. 1467: * %s unbanall <#channel_name>
  1403. 1468: -- Clears all bans from the specified channel.
  1404. 1469: * %s delete <#channel_name>
  1405. 1470: -- Destroys the specified channel.
  1406. 1471: * %s list mine
  1407. 1472: -- Lists all channels you have joined.
  1408. 1473: * %s join <#channel_name> <channel_password>
  1409. 1474: -- Joins the specified channel.
  1410. 1475: ---- My Channels ----
  1411. 1476: You have not joined any channels.
  1412. // @reloadpacketdb
  1413. 1477: Packet database has been reloaded.
  1414. // @partysharelvl
  1415. 1478: Party share level range has been changed successfully.
  1416. 1479: Failed to update configuration. Character server is offline.
  1417. // @autoloottype
  1418. 1480: Item type not found.
  1419. 1481: You're already autolooting this item type.
  1420. 1482: Your autoloottype list has all item types. You can remove some items with @autoloottype -<type name or ID>.
  1421. 1483: Autolooting item type: '%s' {%d}
  1422. 1484: You're currently not autolooting this item type.
  1423. 1485: Removed item type: '%s' {%d} from your autoloottype list.
  1424. 1486: To add an item type to the list, use "@aloottype +<type name or ID>". To remove an item type, use "@aloottype -<type name or ID>".
  1425. 1487: Type List: healing = 0, usable = 2, etc = 3, armor = 4, weapon = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10
  1426. 1488: "@aloottype reset" will clear your autoloottype list.
  1427. 1489: Your autoloottype list is empty.
  1428. 1490: Item types on your autoloottype list:
  1429. 1491: Your autoloottype list has been reset.
  1430. // @dropall
  1431. 1492: Usage: @dropall {<type>}
  1432. 1493: Type List: (default) all = -1, healing = 0, usable = 2, etc = 3, armor = 4, weapon = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10
  1433. 1494: %d items are dropped (%d skipped)!
  1434. // Banking
  1435. 1495: You can't withdraw that much money
  1436. 1496: Banking is disabled
  1437. // Roulette
  1438. 1497: Roulette is disabled
  1439. // @guild
  1440. 1498: You cannot create a guild because you are in a clan.
  1441. // @clanspy
  1442. 1499: Please enter a clan name/ID (usage: @clanspy <clan_name/ID>).
  1443. 1500: No longer spying on the %s clan.
  1444. 1501: Spying on the %s clan.
  1445. 1502: Incorrect clan name/ID.
  1446. //Custom translations
  1447. //import: conf/msg_conf/import/map_msg_eng_conf.txt