map_msg.conf 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699
  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. //451 free
  457. // Message System
  458. 460: Please enter a valid language (usage: @langtype <language>).
  459. 461: Language is now set to %s.
  460. 462: This language is currently disabled.
  461. 463: Message configuration has been reloaded.
  462. 464: ---- Available languages:
  463. 480: ----- Players in Map -----
  464. 481: Player '%s' (session #%d) | Location: %d,%d
  465. 482: ----- NPCs in Map -----
  466. 483: ----- Chats in Map -----
  467. 484: Chat: %s | Player: %s | Location: %d %d
  468. 485: Users: %d/%d | Password: %s | Public: %s
  469. 486: Yes
  470. 487: No
  471. 488: Please enter at least one valid list number (usage: @mapinfo <0-3> <map>).
  472. 489: NPC %d: %s::%s | Direction: %s | Sprite: %d | Location: %d %d
  473. 490: NPC %d: %s | Direction: %s | Sprite: %d | Location: %d %d
  474. 491: North
  475. 492: North West
  476. 493: West
  477. 494: South West
  478. 495: South
  479. 496: South East
  480. 497: East
  481. 498: North East
  482. 499: Unknown
  483. // Messages of others (not for GM commands)
  484. // ----------------------------------------
  485. //500 free
  486. 501: Your account time limit is: %d-%m-%Y %H:%M:%S.
  487. 502: Day Mode is activated
  488. 503: Night Mode is activated
  489. // Cash point change messages
  490. 504: Used %d kafra points and %d cash points. %d kafra and %d cash points remaining.
  491. 505: Gained %d cash points. Total %d points.
  492. 506: Gained %d kafra points. Total %d points.
  493. 410: Removed %d cash points. Total %d points.
  494. 411: Removed %d kafra points. Total %d points.
  495. // Char ban
  496. 507: This player has been banned for %d minute(s).
  497. 508: This player hasn't been banned (Ban option is disabled).
  498. 509: Script-bound commands:
  499. // mail system
  500. 510: You have %d new emails (%d unread)
  501. // Instancing
  502. 515: Your instance has been reloaded.
  503. 516: Instance database has been reloaded.
  504. // @auction
  505. 517: Auction System is disabled.
  506. // @itemlist -- continued
  507. 518: Lower Costume Head,
  508. 519: Top Costume Head,
  509. 520: Top/Lower Costume Head,
  510. 521: Mid Costume Head,
  511. 522: Mid/Lower Costume Head,
  512. 523: Top/Mid/Lower Costume Head,
  513. 524: Costume Robe,
  514. 525: Costume Floor,
  515. 526: Ammo,
  516. 527: Shadow Body,
  517. 528: Shadow Right Hand,
  518. 529: Shadow Left Hand,
  519. 530: Shadow Both Hands,
  520. 531: Shadow Shoes,
  521. 532: Shadow Right Accessory,
  522. 533: Shadow Left Accessory,
  523. 534: Shop is out of stock! Please come back later.
  524. // Bot detect messages (currently unused)
  525. 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.
  526. 536: Character '%s' (account: %d) is trying to use a bot (it tries to detect a fake player).
  527. 537: Character '%s' (account: %d) is trying to use a bot (it tries to detect a fake mob).
  528. // Trade Spoof Messages
  529. 538: Hack on trade: character '%s' (account: %d) try to trade more items that he has.
  530. 539: This player has %d of a kind of item (id: %hu), and tried to trade %d of them.
  531. 540: This player has been definitivly blocked.
  532. // Rare Items Drop/Steal announce
  533. 541: '%s' got %s's %s (chance: %0.02f%%)
  534. //541: %.0s%.0sSomeone got %s
  535. 542: '%s' stole %s's %s (chance: %0.02f%%)
  536. //542: %.0s%.0sSomeone stole %s
  537. // 543~548 are not used (previously @away messages)
  538. // @autotrade
  539. 549: You should have a shop open to use @autotrade.
  540. //550 -> 650: Job Names
  541. 550: Novice
  542. 551: Swordsman
  543. 552: Magician
  544. 553: Archer
  545. 554: Acolyte
  546. 555: Merchant
  547. 556: Thief
  548. 557: Knight
  549. 558: Priest
  550. 559: Wizard
  551. 560: Blacksmith
  552. 561: Hunter
  553. 562: Assassin
  554. 563: Crusader
  555. 564: Monk
  556. 565: Sage
  557. 566: Rogue
  558. 567: Alchemist
  559. 568: Bard
  560. 569: Dancer
  561. 570: Wedding
  562. 571: Super Novice
  563. 572: Gunslinger
  564. 573: Ninja
  565. 574: Christmas
  566. 575: High Novice
  567. 576: High Swordsman
  568. 577: High Magician
  569. 578: High Archer
  570. 579: High Acolyte
  571. 580: High Merchant
  572. 581: High Thief
  573. 582: Lord Knight
  574. 583: High Priest
  575. 584: High Wizard
  576. 585: Whitesmith
  577. //585: Mastersmith //IRO name
  578. 586: Sniper
  579. 587: Assassin Cross
  580. 588: Paladin
  581. 589: Champion
  582. 590: Professor
  583. //590: Scholar //IRO name
  584. 591: Stalker
  585. 592: Creator
  586. //592: Biochemist //IRO Name
  587. 593: Clown
  588. //593: Minstrel //IRO Name
  589. 594: Gypsy
  590. 595: Baby Novice
  591. 596: Baby Swordsman
  592. 597: Baby Magician
  593. 598: Baby Archer
  594. 599: Baby Acolyte
  595. 600: Baby Merchant
  596. 601: Baby Thief
  597. 602: Baby Knight
  598. 603: Baby Priest
  599. 604: Baby Wizard
  600. 605: Baby Blacksmith
  601. 606: Baby Hunter
  602. 607: Baby Assassin
  603. 608: Baby Crusader
  604. 609: Baby Monk
  605. 610: Baby Sage
  606. 611: Baby Rogue
  607. 612: Baby Alchemist
  608. 613: Baby Bard
  609. 614: Baby Dancer
  610. 615: Super Baby
  611. 616: Taekwon
  612. 617: Star Gladiator
  613. 618: Soul Linker
  614. //619 free
  615. //620 free
  616. 621: Summer
  617. 622: Gangsi
  618. 623: Death Knight
  619. 624: Dark Collector
  620. 625: Rune Knight
  621. 626: Warlock
  622. 627: Ranger
  623. 628: Arch Bishop
  624. 629: Mechanic
  625. 630: Guillotine Cross
  626. 631: Royal Guard
  627. 632: Sorcerer
  628. 633: Minstrel
  629. //633: Maestro //IRO Name
  630. 634: Wanderer
  631. 635: Sura
  632. 636: Genetic
  633. //636: Geneticist //IRO Name
  634. 637: Shadow Chaser
  635. 638: Baby Rune Knight
  636. 639: Baby Warlock
  637. 640: Baby Ranger
  638. 641: Baby Arch Bishop
  639. 642: Baby Mechanic
  640. 643: Baby Guillotine Cross
  641. 644: Baby Royal Guard
  642. 645: Baby Sorcerer
  643. 646: Baby Minstrel
  644. 647: Baby Wanderer
  645. 648: Baby Sura
  646. 649: Baby Genetic
  647. 650: Baby Shadow Chaser
  648. 651: Expanded Super Novice
  649. 652: Expanded Super Baby
  650. 653: Kagerou
  651. 654: Oboro
  652. 655: Unknown Job
  653. // MvP Tomb
  654. // Added here so it can be easily translated
  655. 656: Tomb
  656. 657: [ ^EE0000%s^000000 ]
  657. 658: Has met its demise
  658. 659: Time of death : ^EE0000%s^000000
  659. 660: Defeated by
  660. 661: [^EE0000%s^000000]
  661. // Etc messages from source
  662. 662: You must be at least %d cells away from any NPC.
  663. 663: Duel: Can't use this item in duel.
  664. 664: You cannot use this command when dead.
  665. 665: Can't create chat rooms in this area.
  666. 666: Pets are not allowed in Guild Wars.
  667. 667: You're not dead.
  668. 668: Your actual memo positions are:
  669. //669 free
  670. 670: You can't leave battleground guilds.
  671. 671: Friend already exists.
  672. 672: Name not found in list.
  673. 673: This action can't be performed at the moment. Please try again later.
  674. 674: Friend removed.
  675. 675: Cannot send mails too fast!!
  676. 676: Alliances cannot be made during Guild Wars!
  677. 677: Alliances cannot be broken during Guild Wars!
  678. 678: You are no longer the Guild Master.
  679. 679: You have become the Guild Master!
  680. 680: You have been recovered!
  681. 681: Rune Knight T
  682. 682: Warlock T
  683. 683: Ranger T
  684. 684: Arch Bishop T
  685. 685: Mechanic T
  686. 686: Guillotine Cross T
  687. 687: Royal Guard T
  688. 688: Sorcerer T
  689. 689: Minstrel T
  690. 690: Wanderer T
  691. 691: Sura T
  692. 692: Genetic T
  693. 693: Shadow Chaser T
  694. 694: Hanbok
  695. 695: Rebellion
  696. 696: Oktoberfest
  697. 697: Summoner
  698. 698: Baby Summoner
  699. 699: Baby Ninja
  700. // @vip
  701. 700: Usage: @vip <time> <character name>
  702. 701: Invalid time for VIP command.
  703. 702: Time parameter format is +/-<value> to alter. y/a = Year, m = Month, d/j = Day, h = Hour, n/mn = Minute, s = Second.
  704. 703: GM has removed your VIP time.
  705. 704: Player is no longer VIP.
  706. 705: Your VIP status is valid for %d years, %d months, %d days, %d hours and %d minutes.
  707. 706: Player '%s' is now VIP for %d years, %d months, %d days, %d hours and %d minutes.
  708. 707: You are VIP until: %s
  709. 708: The player is now VIP until: %s
  710. 709: Item %hu has been removed from your inventory.
  711. 710: Item %hu has been removed from your cart.
  712. 711: Item %hu has been removed from your storage.
  713. // Item shop
  714. 712: You do not have enough %s (%hu).
  715. 713: You do not have enough '%s'.
  716. 714: Item Shop List: %s (%hu)
  717. 715: Point Shop List: '%s'
  718. 716: Your '%s' is now: %d
  719. // MVP EXP reward message
  720. 717: Congratulations! You are the MVP! Your reward EXP Points are %u !!
  721. // @showrate
  722. 718: Personal rate information is not displayed now.
  723. 719: Personal rate information will be shown.
  724. //Skill messages
  725. //720: Free
  726. 721: [%s] Poison effect was applied to the weapon.
  727. //722: Free
  728. // @costume
  729. 723: '%s' is an unknown costume
  730. 724: You're already wearing a(n) '%s' costume, type '@costume' to remove it.
  731. 725: -- %s
  732. 726: - Available Costumes
  733. 727: '%s' Costume removed.
  734. // Monster Transformation
  735. 728: Traaaansformation-!! %s form!!
  736. 729: Cannot transform into monster while in disguise.
  737. 730: Character cannot be disguised while in monster form.
  738. 731: Transforming into monster is not allowed in Guild Wars.
  739. 732: Item cannot be opened when your inventory is full.
  740. 733: Please enter a NPC file name (usage: @reloadnpcfile <file name>).
  741. // @cloneequip/@clonestat
  742. 734: Cannot clone your own %s.
  743. 735: Usage: %s <char name/ID>
  744. 736: Cannot clone %s from this player.
  745. 737: '%s' (%d) cannot be cloned, limit (%d).
  746. 738: Clone '%s' is done.
  747. // @bodystyle
  748. 739: Please enter a body style (usage: @bodystyle <body ID: %d-%d>).
  749. 740: This job has no alternate body styles.
  750. // @showexp
  751. 741: Gained
  752. 742: Lost
  753. 743: Experience %s Base:%ld (%0.2f%%) Job:%ld (%0.2f%%)
  754. // @adopt
  755. 744: Baby already adopted or is in the process of being adopted.
  756. 745: You need to be married and in a party with your partner and the Baby to adopt.
  757. 746: Both parents need to have their wedding rings equipped.
  758. 747: The Baby is not a Novice.
  759. 748: A parent or Baby was not found.
  760. // WoE TE (@agitstart3/@agitend3)
  761. 749: War of Emperium TE has been initiated.
  762. 750: War of Emperium TE is currently in progress.
  763. 751: War of Emperium TE has been ended.
  764. 752: War of Emperium TE is currently not in progress.
  765. // Expanded Baby Jobs
  766. 753: Baby Kagerou
  767. 754: Baby Oboro
  768. 755: Baby Taekwon
  769. 756: Baby Star Gladiator
  770. 757: Baby Soul Linker
  771. 758: Baby Gunslinger
  772. 759: Baby Rebellion
  773. // Channel System
  774. 760: You cannot join channel '%s'. Limit of %d has been met.
  775. 761: %s %s has joined.
  776. 762: You cannot leave channel '%s'.
  777. 763: %s %s left.
  778. 764: You cannot change the color for channel '%s'.
  779. 765: You're not allowed to ban a player.
  780. 766: You cannot kick a player from channel '%s'.
  781. 767: You're not allowed to kick a player.
  782. 768: %s %s has been kicked.
  783. 769: %s %s has been banned.
  784. 770: %s %s has been unbanned.
  785. //@reloadachievementdb
  786. 771: Achievement database has been reloaded.
  787. // Achievements
  788. 772: Achievements are disabled.
  789. //773-775 reserved for refine UI
  790. //776-781 reserved for tax system
  791. 782: Star Emperor
  792. 783: Soul Reaper
  793. 784: Baby Star Emperor
  794. 785: Baby Soul Reaper
  795. // Guild Storage Expansion Skill
  796. 786: The guild does not have a guild storage.
  797. 787: You do not have permission to use the guild storage.
  798. // Attendance
  799. // Mail sender: Officer
  800. 788: <MSG>3455</MSG>
  801. // Mail title: %dday attendance has been paid.
  802. 789: <MSG>3456,%d</MSG>
  803. // Mail body: %dday attendance has been paid.
  804. 790: <MSG>3456,%d</MSG>
  805. 791: You are not allowed to use the attendance system.
  806. // Private Airship
  807. 792: The private airship system is disabled.
  808. 793: Usage @camerainfo range rotation latitude
  809. //794-899 free
  810. //------------------------------------
  811. // More atcommands message
  812. //------------------------------------
  813. // @send
  814. 900: Usage:
  815. 901: @send len <packet hex number>
  816. 902: @send <packet hex number> {<value>}*
  817. 903: Value: <type=B(default),W,L><number> or S<length>"<string>"
  818. 904: Packet 0x%x length: %d
  819. 905: Unknown packet: 0x%x
  820. 906: Not a string:
  821. 907: Not a hexadecimal digit:
  822. 908: Unknown type of value in:
  823. // @rura
  824. 909: Please enter a map (usage: @warp/@rura/@mapmove <mapname> <x> <y>).
  825. // @where
  826. 910: Please enter a player name (usage: @where <char name>).
  827. // @jumpto
  828. 911: Please enter a player name (usage: @jumpto/@warpto/@goto <char name/ID>).
  829. // @who
  830. 912: (CID:%d/AID:%d)
  831. // @whogm
  832. 913: Name: %s (GM)
  833. 914: Name: %s (GM:%d) | Location: %s %d %d
  834. 915: BLvl: %d | Job: %s (Lvl: %d)
  835. 916: Party: '%s' | Guild: '%s'
  836. 917: None
  837. // @speed
  838. 918: Please enter a speed value (usage: @speed <%d-%d>).
  839. // @storage
  840. 919: Storage opened.
  841. // @guildstorage
  842. 920: Guild storage opened.
  843. // @option
  844. 921: Please enter at least one option.
  845. // @jobchange
  846. 922: Please enter a job ID.
  847. 923: You can not change to this job by command.
  848. //924-979 free (future jobs?)
  849. // @kami
  850. 980: Please enter a message (usage: @kami <message>).
  851. 981: Please enter color and message (usage: @kamic <color> <message>).
  852. 982: Invalid color.
  853. // @item
  854. 983: Please enter an item name or ID (usage: @item <item name/ID> <quantity>).
  855. // @item2
  856. 984: Please enter all parameters (usage: @item2 <item name/ID> <quantity>
  857. 985: <identify_flag> <refine> <attribute> <card1> <card2> <card3> <card4>).
  858. // @baselevelup
  859. 986: Please enter a level adjustment (usage: @lvup/@blevel/@baselvlup <number of levels>).
  860. // @joblevelup
  861. 987: Please enter a level adjustment (usage: @joblvup/@jlevel/@joblvlup <number of levels>).
  862. // @help
  863. 988: There is no help for %c%s.
  864. 989: Help for command %c%s:
  865. 990: Available aliases:
  866. // @model
  867. 991: Please enter at least one value (usage: @model <hair ID: %d-%d> <hair color: %d-%d> <clothes color: %d-%d>).
  868. // @dye
  869. 992: Please enter a clothes color (usage: @dye/@ccolor <clothes color: %d-%d>).
  870. // @hairstyle
  871. 993: Please enter a hair style (usage: @hairstyle/@hstyle <hair ID: %d-%d>).
  872. // @haircolor
  873. 994: Please enter a hair color (usage: @haircolor/@hcolor <hair color: %d-%d>).
  874. // @go
  875. 995: You cannot use @go on this map.
  876. // @refine
  877. 996: Please enter a position and an amount (usage: @refine <equip position> <+/- amount>).
  878. 997: %d: Lower Headgear
  879. 998: %d: Right Hand
  880. 999: %d: Garment
  881. 1000: %d: Left Accessory
  882. 1001: %d: Body Armor
  883. 1002: %d: Left Hand
  884. 1003: %d: Shoes
  885. 1004: %d: Right Accessory
  886. 1005: %d: Top Headgear
  887. 1006: %d: Mid Headgear
  888. // @produce
  889. 1007: Please enter at least one item name/ID (usage: @produce <equip name/ID> <element> <# of very's>).
  890. // @memo
  891. 1008: Please enter a valid position (usage: @memo <memo_position:%d-%d>).
  892. // @displaystatus
  893. 1009: Please enter a status type/flag (usage: @displaystatus <status type> <flag> <tick> {<val1> {<val2> {<val3>}}}).
  894. // @stpoint
  895. 1010: Please enter a number (usage: @stpoint <number of points>).
  896. // @skpoint
  897. 1011: Please enter a number (usage: @skpoint <number of points>).
  898. // @zeny
  899. 1012: Please enter an amount (usage: @zeny <amount>).
  900. // @param
  901. 1013: Please enter a valid value (usage: @str/@agi/@vit/@int/@dex/@luk <+/-adjustment>).
  902. // @guildlevelup
  903. 1014: Please enter a valid level (usage: @guildlvup/@guildlvlup <# of levels>).
  904. // @makeegg
  905. 1015: Please enter a monster/egg name/ID (usage: @makeegg <pet>).
  906. // @petfriendly
  907. 1016: Please enter a valid value (usage: @petfriendly <0-1000>).
  908. // @pethungry
  909. 1017: Please enter a valid number (usage: @pethungry <0-100>).
  910. // @recall
  911. 1018: Please enter a player name (usage: @recall <char name/ID>).
  912. 1019: You are not authorized to warp someone to this map.
  913. // @recall
  914. 1020: You are not authorized to warp this player from their map.
  915. // @charblock/@charunblock
  916. 1021: Please enter a player name (usage: %s <char name>).
  917. // @ban/@charban
  918. 1022: Please enter ban time and a player name (usage: %s <time> <char name>).
  919. 1023: You are not allowed to alter the time of a ban.
  920. // @rates
  921. 1024: MVP Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
  922. // @recall
  923. 1025: The player is currently autotrading and cannot be recalled.
  924. // @kick
  925. 1026: Please enter a player name (usage: @kick <char name/ID>).
  926. // @questskill / @lostskill
  927. 1027: Please enter a quest skill number.
  928. // @spiritball
  929. 1028: Please enter an amount (usage: @spiritball <number: 0-%d>).
  930. // @party
  931. 1029: Please enter a party name (usage: @party <party_name>).
  932. // @guild
  933. 1030: Please enter a guild name (usage: @guild <guild_name>).
  934. // @idsearch
  935. 1031: Please enter part of an item name (usage: @idsearch <part_of_item_name>).
  936. // @recallall / @guildrecall / @partyrecall
  937. 1032: You are not authorized to warp someone to your current map.
  938. 1033: Because you are not authorized to warp from some maps, %d player(s) have not been recalled.
  939. // @guildrecall
  940. 1034: Please enter a guild name/ID (usage: @guildrecall <guild_name/ID>).
  941. // @partyrecall
  942. 1035: Please enter a party name/ID (usage: @partyrecall <party_name/ID>).
  943. // @reloadatcommand
  944. 1036: Error reading groups.conf, reload failed.
  945. 1037: Error reading atcommand_athena.conf, reload failed.
  946. // @mapinfo
  947. 1038: Please enter at least one valid list number (usage: @mapinfo <0-3> <map>).
  948. 1039: ------ Map Info ------
  949. 1040: Map: %s | Players: %d | NPCs: %d | Chats: %d | Vendings: %d
  950. 1041: ------ Map Flags ------
  951. 1042: Town Map
  952. 1043: Autotrade Enabled
  953. 1044: Autotrade Disabled
  954. 1045: Battlegrounds ON (type %d)
  955. 1046: PvP Flags:
  956. 1047: GvG Flags:
  957. 1048: Teleport Flags:
  958. 1049: Weather Flags:
  959. 1050: Other Flags:
  960. 1051: Other Flags2:
  961. 1052: Skill Damage Adjustments:
  962. 1053: > [Map] %d%%, %d%%, %d%%, %d%% | Caster:%d
  963. 1054: > [Map Skill] Name : Player, Monster, Boss Monster, Other | Caster
  964. 1055: Skill Duration Adjustments:
  965. //1056-1064 free
  966. 1065: No Exp Penalty: %s | No Zeny Penalty: %s
  967. 1066: On
  968. 1067: Off
  969. 1068: No Save (Return to last Save Point)
  970. 1069: No Save, Save Point: %s,Random
  971. 1070: No Save, Save Point: %s,%d,%d
  972. // @mount
  973. 1119: You have mounted your Dragon.
  974. 1120: You have released your Dragon.
  975. 1121: You have mounted your Warg.
  976. 1122: You have released your Warg.
  977. 1123: You have mounted your Mado Gear.
  978. 1124: You have released your Mado Gear.
  979. // @guildspy
  980. 1125: The mapserver has spy command support disabled.
  981. 1126: Please enter a guild name/ID (usage: @guildspy <guild_name/ID>).
  982. // @partyspy
  983. 1127: Please enter a party name/ID (usage: @partyspy <party_name/ID>).
  984. // @nuke
  985. 1128: Please enter a player name (usage: @nuke <char name>).
  986. // @tonpc
  987. 1129: Please enter a NPC name (usage: @tonpc <NPC_name>).
  988. // @enablenpc
  989. 1130: Please enter a NPC name (usage: @enablenpc <NPC_name>).
  990. // @hidenpc
  991. 1131: Please enter a NPC name (usage: @hidenpc <NPC_name>).
  992. // @loadnpc
  993. 1132: Please enter a script file name (usage: @loadnpc <file name>).
  994. // @unloadnpc
  995. 1133: Please enter a NPC name (usage: @unloadnpc <NPC_name>).
  996. // @jail
  997. 1134: Please enter a player name (usage: @jail <char_name>).
  998. // @unjail
  999. 1135: Please enter a player name (usage: @unjail/@discharge <char_name>).
  1000. // @jailfor
  1001. 1136: Invalid time for jail command.
  1002. 1137: You are now
  1003. 1138: This player is now
  1004. // @jailtime
  1005. 1139: You are not in jail.
  1006. 1140: You have been jailed indefinitely.
  1007. 1141: You have been jailed for an unknown amount of time.
  1008. 1142: You will remain
  1009. // @disguise
  1010. 1143: Please enter a Monster/NPC name/ID (usage: @disguise <name/ID>).
  1011. 1144: Character cannot be disguised while mounted.
  1012. // @disguiseall
  1013. 1145: Please enter a Monster/NPC name/ID (usage: @disguiseall <name/ID>).
  1014. // @disguiseguild
  1015. 1146: Please enter a mob name/ID and guild name/ID (usage: @disguiseguild <mob name/ID>, <guild name/ID>).
  1016. // @undisguiseguild
  1017. 1147: Please enter guild name/ID (usage: @undisguiseguild <guild name/ID>).
  1018. // @exp
  1019. 1148: Base Level: %d (%.3f%%) | Job Level: %d (%.3f%%)
  1020. // @broadcast
  1021. 1149: Please enter a message (usage: @broadcast <message>).
  1022. // @localbroadcast
  1023. 1150: Please enter a message (usage: @localbroadcast <message>).
  1024. // @email
  1025. 1151: Please enter 2 emails (usage: @email <actual@email> <new@email>).
  1026. // @effect
  1027. 1152: Please enter an effect number (usage: @effect <effect number>).
  1028. // @npcmove
  1029. 1153: Usage: @npcmove <X> <Y> <npc_name>
  1030. 1154: NPC is not on this map.
  1031. 1155: NPC moved.
  1032. // @addwarp
  1033. 1156: Usage: @addwarp <mapname> <X> <Y> <npc name>
  1034. 1157: Unknown map '%s'.
  1035. 1158: New warp NPC '%s' created.
  1036. // @follow
  1037. 1159: Follow mode OFF.
  1038. 1160: Follow mode ON.
  1039. // @storeall
  1040. 1161: You currently cannot open your storage.
  1041. 1162: All items stored.
  1042. // @skillid
  1043. 1163: Please enter a skill name to look up (usage: @skillid <skill name>).
  1044. 1164: skill %d: %s (%s)
  1045. // @useskill
  1046. 1165: Usage: @useskill <skill ID> <skill level> <char name>
  1047. // @displayskill
  1048. 1166: Usage: @displayskill <skill ID> {<skill level>}
  1049. // @skilltree
  1050. 1167: Usage: @skilltree <skill ID> <char name>
  1051. 1168: Player is using %s skill tree (%d basic points).
  1052. 1169: The player cannot use that skill.
  1053. 1170: Player requires level %d of skill %s.
  1054. 1171: The player meets all the requirements for that skill.
  1055. // @marry
  1056. 1172: Usage: @marry <char name>
  1057. 1173: They are married... wish them well.
  1058. 1174: The two cannot wed because one is either a baby or already married.
  1059. // @divorce
  1060. 1175: '%s' is not married.
  1061. 1176: '%s' and his/her partner are now divorced.
  1062. // @changelook
  1063. 1177: Usage: @changelook {<position>} <view id>
  1064. 1178: Position: 1-Top 2-Middle 3-Bottom 4-Weapon 5-Shield 6-Shoes 7-Robe 8-Body
  1065. // @autotrade
  1066. 1179: Autotrade is not allowed on this map.
  1067. 1180: You cannot autotrade when dead.
  1068. // @changegm
  1069. 1181: You need to be a Guild Master to use this command.
  1070. 1182: You cannot change guild leaders on this map.
  1071. 1183: Usage: @changegm <guild_member_name>
  1072. 1184: Target character must be online and be a guild member.
  1073. // @changeleader
  1074. 1185: Usage: @changeleader <party_member_name>
  1075. // @partyoption
  1076. 1186: Usage: @partyoption <pickup share: yes/no> <item distribution: yes/no>
  1077. // @autoloot
  1078. 1187: Autolooting items with drop rates of %0.02f%% and below.
  1079. 1188: Autoloot is now off.
  1080. // @autolootitem
  1081. 1189: Item not found.
  1082. 1190: You're already autolooting this item.
  1083. 1191: Your autolootitem list is full. Remove some items first with @autolootid -<item name or ID>.
  1084. 1192: Autolooting item: '%s'/'%s' {%hu}
  1085. 1193: You're currently not autolooting this item.
  1086. 1194: Removed item: '%s'/'%s' {%hu} from your autolootitem list.
  1087. 1195: You can have %d items on your autolootitem list.
  1088. 1196: To add an item to the list, use "@alootid +<item name or ID>". To remove an item, use "@alootid -<item name or ID>".
  1089. 1197: "@alootid reset" will clear your autolootitem list.
  1090. 1198: Your autolootitem list is empty.
  1091. 1199: Items on your autolootitem list:
  1092. 1200: Your autolootitem list has been reset.
  1093. // @rain
  1094. //1201: The rain has stopped.
  1095. //1202: It has started to rain.
  1096. // @snow
  1097. 1203: Snow has stopped falling.
  1098. 1204: It has started to snow.
  1099. // @sakura
  1100. 1205: Cherry tree leaves no longer fall.
  1101. 1206: Cherry tree leaves have begun to fall.
  1102. // @clouds
  1103. 1207: The clouds has disappear.
  1104. 1208: Clouds appear.
  1105. // @clouds2
  1106. 1209: The alternative clouds disappear.
  1107. 1210: Alternative clouds appear.
  1108. // @fog
  1109. 1211: The fog has gone.
  1110. 1212: Fog hangs over.
  1111. // @leaves
  1112. 1213: Leaves no longer fall.
  1113. 1214: Fallen leaves fall.
  1114. // @fireworks
  1115. 1215: Fireworks have ended.
  1116. 1216: Fireworks are launched.
  1117. // @sound
  1118. 1217: Please enter a sound filename (usage: @sound <filename>).
  1119. // @mobsearch
  1120. 1218: Please enter a monster name (usage: @mobsearch <monster name>).
  1121. 1219: Invalid mob ID %s!
  1122. 1220: Mob Search... %s %s
  1123. // @cleanmap
  1124. 1221: All dropped items have been cleaned up.
  1125. // @npctalk
  1126. 1222: Please enter the correct parameters (usage: @npctalk <npc name>, <message>).
  1127. 1223: Please enter the correct parameters (usage: @npctalkc <color> <npc name>, <message>).
  1128. // @pettalk
  1129. 1224: Please enter a message (usage: @pettalk <message>).
  1130. // @summon
  1131. 1225: Please enter a monster name (usage: @summon <monster name> {duration}).
  1132. // @adjgroup
  1133. 1226: Usage: @adjgroup <group_id>
  1134. 1227: Specified group does not exist.
  1135. 1228: Group changed successfully.
  1136. 1229: Your group has changed.
  1137. // @trade
  1138. 1230: Please enter a player name (usage: @trade <char name>).
  1139. // @setbattleflag
  1140. 1231: Usage: @setbattleflag <flag> <value> {<reload>}
  1141. 1232: Unknown battle_config flag.
  1142. 1233: Set battle_config as requested.
  1143. // @unmute
  1144. 1234: Please enter a player name (usage: @unmute <char name>).
  1145. 1235: Player is not muted.
  1146. 1236: Player unmuted.
  1147. // @mute
  1148. 1237: Usage: @mute <time> <char name>
  1149. // @identify
  1150. 1238: There are no items to appraise.
  1151. // @mobinfo
  1152. 1239: Please enter a monster name/ID (usage: @mobinfo <monster_name_or_monster_ID>).
  1153. 1240: MVP Monster: '%s'/'%s'/'%s' (%d)
  1154. 1241: Monster: '%s'/'%s'/'%s' (%d)
  1155. 1242: Lv:%d HP:%d Base EXP:%u Job EXP:%u HIT:%d FLEE:%d
  1156. 1243: DEF:%d MDEF:%d STR:%d AGI:%d VIT:%d INT:%d DEX:%d LUK:%d
  1157. 1244: ATK:%d~%d Range:%d~%d~%d Size:%s Race: %s Element: %s (Lv:%d)
  1158. 1245: Drops:
  1159. 1246: This monster has no drops.
  1160. 1247: MVP Bonus EXP:%u
  1161. 1248: MVP Items:
  1162. 1249: This monster has no MVP prizes.
  1163. // @showmobs
  1164. 1250: Invalid mob id %s!
  1165. 1251: Can't show boss mobs!
  1166. 1252: Mob Search... %s %s
  1167. // @homlevel
  1168. 1253: Please enter a level adjustment (usage: @homlevel <number of levels>).
  1169. // @homlevel / @homevolve / @homfriendly / @homhungry / @homtalk / @hominfo / @homstats
  1170. 1254: You do not have a homunculus.
  1171. // @homevolve
  1172. 1255: Your homunculus doesn't evolve.
  1173. // @makehomun
  1174. 1256: Please enter a homunculus ID (usage: @makehomun <homunculus id>).
  1175. 1257: Invalid Homunculus ID.
  1176. // @homfriendly
  1177. 1258: Please enter a friendly value (usage: @homfriendly <friendly value [0-1000]>).
  1178. // @homhungry
  1179. 1259: Please enter a hunger value (usage: @homhungry <hunger value [0-100]>).
  1180. // @homtalk
  1181. 1260: Please enter a message (usage: @homtalk <message>).
  1182. // @hominfo
  1183. 1261: Homunculus stats:
  1184. 1262: HP: %d/%d - SP: %d/%d
  1185. 1263: ATK: %d - MATK: %d~%d
  1186. 1264: Hungry: %d - Intimacy: %u
  1187. 1265: Stats: Str %d / Agi %d / Vit %d / Int %d / Dex %d / Luk %d
  1188. // @homstats
  1189. 1266: Homunculus growth stats (Lv %d %s):
  1190. 1267: Max HP: %d (%d~%d)
  1191. 1268: Max SP: %d (%d~%d)
  1192. 1269: Str: %d (%d~%d)
  1193. 1270: Agi: %d (%d~%d)
  1194. 1271: Vit: %d (%d~%d)
  1195. 1272: Int: %d (%d~%d)
  1196. 1273: Dex: %d (%d~%d)
  1197. 1274: Luk: %d (%d~%d)
  1198. // @homshuffle
  1199. 1275: Homunculus stats altered.
  1200. // @iteminfo
  1201. 1276: Please enter an item name/ID (usage: @ii/@iteminfo <item name/ID>).
  1202. 1277: Item: '%s'/'%s'[%d] (%hu) Type: %s | Extra Effect: %s
  1203. 1278: None
  1204. 1279: With script
  1205. 1280: NPC Buy:%dz, Sell:%dz | Weight: %.1f
  1206. 1281: - Available in the shops only.
  1207. 1282: - Maximal monsters drop chance: %02.02f%%
  1208. 1283: - Monsters don't drop this item.
  1209. // @whodrops
  1210. 1284: Please enter item name/ID (usage: @whodrops <item name/ID>).
  1211. 1285: Item: '%s'[%d] (ID:%hu)
  1212. 1286: - Item is not dropped by mobs.
  1213. 1287: - Common mobs with highest drop chance (only max %d are listed):
  1214. // @whereis
  1215. 1288: Please enter a monster name/ID (usage: @whereis <monster_name_or_monster_ID>).
  1216. 1289: %s spawns in:
  1217. 1290: This monster does not spawn normally.
  1218. // @adopt
  1219. 1291: Usage: @adopt <father>,<mother>,<child>
  1220. 1292: Adopting: --%s--%s--%s--\n
  1221. 1293: Cannot find player %s online.
  1222. 1294: They are family... wish them luck.
  1223. // @version
  1224. 1295: rAthena Version %s %s
  1225. 1296: Cannot determine SVN/Git version.
  1226. // @mutearea
  1227. 1297: Please enter a time in minutes (usage: @mutearea/@stfu <time in minutes>).
  1228. // @rates
  1229. 1298: Experience rates: Base %.2fx / Job %.2fx
  1230. 1299: Normal Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
  1231. 1300: Boss Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
  1232. 1301: Other Drop Rates: MvP %.2fx / Card-Based %.2fx / Treasure %.2fx
  1233. // @me
  1234. 1302: Please enter a message (usage: @me <message>).
  1235. // @size / @sizeall / @sizeguild
  1236. 1303: Size change applied.
  1237. // @sizeguild
  1238. 1304: Please enter guild name/ID (usage: @sizeguild <size> <guild name/ID>).
  1239. // @monsterignore
  1240. 1305: You are now immune to attacks.
  1241. 1306: Returned to normal state.
  1242. // @fakename
  1243. 1307: Returned to real name.
  1244. 1308: You must enter a name.
  1245. 1309: Fake name must be at least two characters.
  1246. 1310: Fake name enabled.
  1247. // @mapflag
  1248. 1311: Enabled Mapflags in this map:
  1249. 1312: Usage: "@mapflag monster_noteleport 1" (0=Off | 1=On)
  1250. 1313: Type "@mapflag available" to list the available mapflags.
  1251. 1314: Invalid flag name or flag.
  1252. 1315: Available Flags:
  1253. // @showexp
  1254. 1316: Gained/lost exp will not be shown.
  1255. 1317: Gained/lost exp is now shown.
  1256. // @showzeny
  1257. 1318: Gained zeny will not be shown.
  1258. 1319: Gained zeny is now shown.
  1259. // @showdelay
  1260. 1320: Skill delay failures will not be shown.
  1261. 1321: Skill delay failures are now shown.
  1262. // @cash
  1263. 1322: Please enter an amount.
  1264. // @clone
  1265. 1323: You must enter a player name or ID.
  1266. // @feelreset
  1267. 1324: Reset 'Feeling' maps.
  1268. // @noks
  1269. 1325: [ K.S Protection Inactive ]
  1270. 1326: [ K.S Protection Active - Option: Party ]
  1271. 1327: [ K.S Protection Active - Option: Self ]
  1272. 1328: [ K.S Protection Active - Option: Guild ]
  1273. 1329: Usage: @noks <self|party|guild>
  1274. // @allowks
  1275. 1330: [ Map K.S Protection Active ]
  1276. 1331: [ Map K.S Protection Inactive ]
  1277. // @itemlist
  1278. 1332: ------ %s items list of '%s' ------
  1279. 1333: | Equipped:
  1280. 1334: Garment,
  1281. 1335: Left Accessory,
  1282. 1336: Body/Armor,
  1283. 1337: Right Hand,
  1284. 1338: Left Hand,
  1285. 1339: Both Hands,
  1286. 1340: Feet,
  1287. 1341: Right Accessory,
  1288. 1342: Lower Head,
  1289. 1343: Top Head,
  1290. 1344: Top/Lower Head,
  1291. 1345: Mid Head,
  1292. 1346: Mid/Lower Head,
  1293. 1347: Top/Mid/Lower Head,
  1294. 1348: -> (pet egg, pet id: %u, named)
  1295. 1349: -> (pet egg, pet id: %u, unnamed)
  1296. 1350: -> (crafted item, creator id: %u, star crumbs %d, element %d)
  1297. 1351: -> (produced item, creator id: %u)
  1298. 1352: -> (card(s):
  1299. 1353: No item found in this player's %s.
  1300. 1354: %d item(s) found in %d %s slots.
  1301. // @delitem
  1302. 1355: Please enter an item name/ID, a quantity, and a player name (usage: #delitem <player> <item_name_or_ID> <quantity>).
  1303. // @font
  1304. 1356: Returning to normal font.
  1305. 1357: Use @font <1-9> to change your message font.
  1306. 1358: Use 0 or no parameter to return to normal font.
  1307. 1359: Invalid font. Use a value from 0 to 9.
  1308. 1360: Font changed.
  1309. 1361: Already using this font.
  1310. // @mount2
  1311. 1362: NOTICE: If you crash with mount your LUA is outdated.
  1312. 1363: You have mounted.
  1313. 1364: You have released your mount.
  1314. // @accinfo
  1315. 1365: Usage: @accinfo/@accountinfo <account_id/char name>
  1316. 1366: You may search partial name by making use of '%' in the search, ex. "@accinfo %Mario%" lists all characters whose name contains "Mario".
  1317. // @set
  1318. 1367: Usage: @set <variable name> <value>
  1319. 1368: Usage: ex. "@set PoringCharVar 50"
  1320. 1369: Usage: ex. "@set PoringCharVarSTR$ Super Duper String"
  1321. 1370: Usage: ex. "@set PoringCharVarSTR$" outputs its value, Super Duper String.
  1322. 1371: NPC variables may not be used with @set.
  1323. 1372: Instance variables may not be used with @set.
  1324. 1373: %s value is now: %d
  1325. 1374: %s value is now: %s
  1326. 1375: %s is blank.
  1327. // @cash/@points
  1328. 1376: Please close the cashshop before using this command.
  1329. // @reloadquestdb
  1330. 1377: Quest database has been reloaded.
  1331. // @addperm
  1332. 1378: Usage: %s <permission_name>
  1333. 1379: -- Permission List
  1334. 1380: '%s' is unknown permission.
  1335. 1381: User '%s' already possesses the '%s' permission.
  1336. 1382: User '%s' doesn't possess the '%s' permission.
  1337. 1383: -- User '%s' Permissions
  1338. 1384: User '%s' permissions updated successfully. The changes are temporary.
  1339. // @unloadnpcfile
  1340. 1385: Usage: @unloadnpcfile <file name>
  1341. 1386: File unloaded. Be aware that mapflags and monsters spawned directly are not removed.
  1342. 1387: File not found.
  1343. // General command messages
  1344. 1388: Charcommand failed (usage: %c<command> <char name> <parameters>).
  1345. 1389: %s failed. Player not found.
  1346. // @cart
  1347. 1390: Unknown Cart (usage: %s <0-%d>).
  1348. 1391: You do not possess a cart to be removed
  1349. 1392: Cart Added.
  1350. // atcommand.cpp::is_atcommand
  1351. 1393: You can't use commands while dead.
  1352. // @clearstorage
  1353. 1394: Your storage was cleaned.
  1354. 1395: Your guild storage was cleaned.
  1355. // @clearcart
  1356. 1396: You do not have a cart to be cleaned.
  1357. 1397: Your cart was cleaned.
  1358. // @skillid (extension)
  1359. 1398: -- Displaying first %d partial matches:
  1360. // @channel
  1361. 1399: Unknown channel (usage: %s <#channel_name>).
  1362. 1400: Unknown channel '%s' (usage: %s <#channel_name>).
  1363. 1401: Channel '%s' is password-protected (usage: %s <#channel_name> <password>).
  1364. 1402: You're not in that channel (use '@join <#channel_name>').
  1365. 1403: You're now in the '%s' channel.
  1366. 1404: %s failed.
  1367. 1405: Channel name must start with '#'.
  1368. 1406: Channel length must be between 3 and %d.
  1369. 1407: Channel '%s' is not available.
  1370. 1408: Channel password may not contain spaces.
  1371. 1409: - #%s (%d users)
  1372. 1410: ---- Public Channels ----
  1373. 1411: Unknown color '%s'.
  1374. 1412: You're not the owner of channel '%s'.
  1375. 1413: '%s' channel color updated to '%s'.
  1376. 1414: ---- Available options:
  1377. 1415: * %s create <#channel_name> <channel_password>
  1378. 1416: -- Creates a new channel.
  1379. 1417: * %s list
  1380. 1418: -- Lists all public channels.
  1381. 1419: * %s list colors
  1382. 1420: -- Lists all available colors for custom channels.
  1383. 1421: * %s setcolor <#channel_name> <color_name>
  1384. 1422: -- Changes channel text to the specified color (channel owners only).
  1385. 1423: * %s leave <#channel_name>
  1386. 1424: -- Leaves the specified channel.
  1387. 1425: You're not part of the '%s' channel.
  1388. 1426: You've left the '%s' channel.
  1389. 1427: * %s bindto <#channel_name>
  1390. 1428: -- Binds your global chat to the specified channel, sending all global messages to that channel.
  1391. 1429: * %s unbind
  1392. 1430: -- Unbinds your global chat from the attached channel, if any.
  1393. 1431: Your global chat is now binded to the '%s' channel.
  1394. 1432: Your global chat is not binded to any channel.
  1395. 1433: Your global chat is now unbinded from the '#%s' channel.
  1396. 1434: You're already in the '%s' channel.
  1397. 1435: You're now in the '#%s' channel for '%s'.
  1398. 1436: Channel password can't be over %d characters.
  1399. 1437: Player '%s' is banned from the '%s' channel.
  1400. 1438: You're currently banned from the '%s' channel.
  1401. 1439: Channel '%s' contains no banned players.
  1402. 1440: Player '%s' is not banned from this channel.
  1403. 1441: Player '%s' is unbanned from the '%s' channel.
  1404. 1442: Cleared all bans from the '%s' channel.
  1405. 1443: ---- '#%s' Ban List:
  1406. 1444: ---- Available Colors ----
  1407. 1445: - %s
  1408. 1446: You need to input an option.
  1409. 1447: Unknown channel option '%s'.
  1410. 1448: Channel '%s' deleted.
  1411. 1449: Option '%s' is already enabled (use '@channel setopt %s 0' to disable).
  1412. 1450: Option '%s' is enabled for channel '#%s'.
  1413. 1451: Value '%d' for option '%s' is out of range (limit 0-10).
  1414. 1452: Option '%s' is enabled for channel '#%s' at %d seconds.
  1415. 1453: Option '%s' is disabled for channel '#%s'.
  1416. 1454: Color set to '%s'.
  1417. 1455: You're talking too fast!
  1418. 1456: * %s ban <#channel_name> <player>
  1419. 1457: -- Bans the specified player from the channel.
  1420. 1458: * %s banlist <#channel_name>
  1421. 1459: -- Lists all players banned from the specified channel.
  1422. 1460: * %s unban <#channel_name> <player>
  1423. 1461: -- Unbans the specified player from the channel.
  1424. 1462: * %s setopt <#channel_name> <option> <value>
  1425. 1463: -- Sets an option and value for the specified channel.
  1426. 1464: Ban failed for player '%s'.
  1427. 1465: Player '%s' is already banned from this channel.
  1428. 1466: Input the number of seconds (0-10) for the '%s' option.
  1429. 1467: * %s unbanall <#channel_name>
  1430. 1468: -- Clears all bans from the specified channel.
  1431. 1469: * %s delete <#channel_name>
  1432. 1470: -- Destroys the specified channel.
  1433. 1471: * %s list mine
  1434. 1472: -- Lists all channels you have joined.
  1435. 1473: * %s join <#channel_name> <channel_password>
  1436. 1474: -- Joins the specified channel.
  1437. 1475: ---- My Channels ----
  1438. 1476: You have not joined any channels.
  1439. // @effect
  1440. 1477: Please enter a valid effect id in the range from %d to %d.
  1441. // @partysharelvl
  1442. 1478: Party share level range has been changed successfully.
  1443. 1479: Failed to update configuration. Character server is offline.
  1444. // @autoloottype
  1445. 1480: Item type not found.
  1446. 1481: You're already autolooting this item type.
  1447. 1482: Your autoloottype list has all item types. You can remove some items with @autoloottype -<type name or ID>.
  1448. 1483: Autolooting item type: '%s' {%d}
  1449. 1484: You're currently not autolooting this item type.
  1450. 1485: Removed item type: '%s' {%d} from your autoloottype list.
  1451. 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>".
  1452. 1487: Type List: healing = 0, usable = 2, etc = 3, armor = 4, weapon = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10
  1453. 1488: "@aloottype reset" will clear your autoloottype list.
  1454. 1489: Your autoloottype list is empty.
  1455. 1490: Item types on your autoloottype list:
  1456. 1491: Your autoloottype list has been reset.
  1457. // @dropall
  1458. 1492: Usage: @dropall {<type>}
  1459. 1493: Type List: (default) all = -1, healing = 0, usable = 2, etc = 3, armor = 4, weapon = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10
  1460. 1494: %d items are dropped (%d skipped)!
  1461. // Banking
  1462. 1495: You can't withdraw that much money
  1463. 1496: Banking is disabled
  1464. // Roulette
  1465. 1497: Roulette is disabled
  1466. // @guild
  1467. 1498: You cannot create a guild because you are in a clan.
  1468. // @clanspy
  1469. 1499: Please enter a clan name/ID (usage: @clanspy <clan_name/ID>).
  1470. 1500: No longer spying on the %s clan.
  1471. 1501: Spying on the %s clan.
  1472. 1502: Incorrect clan name/ID.
  1473. // PK Mode msgs
  1474. 1503: You've entered a PK Zone.
  1475. 1504: You've entered a PK Zone (safe until level %d).
  1476. //Custom translations
  1477. import: conf/msg_conf/import/map_msg_eng_conf.txt