map_msg.conf 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700
  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 free
  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: Free
  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: Usage: %s <char name/ID>
  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. //@reloadachievementdb
  787. 771: Achievement database has been reloaded.
  788. // Achievements
  789. 772: Achievements are disabled.
  790. //773-775 reserved for refine UI
  791. //776-781 reserved for tax system
  792. 782: Star Emperor
  793. 783: Soul Reaper
  794. 784: Baby Star Emperor
  795. 785: Baby Soul Reaper
  796. // Guild Storage Expansion Skill
  797. 786: The guild does not have a guild storage.
  798. 787: You do not have permission to use the guild storage.
  799. // Attendance
  800. // Mail sender: Officer
  801. 788: <MSG>3455</MSG>
  802. // Mail title: %dday attendance has been paid.
  803. 789: <MSG>3456,%d</MSG>
  804. // Mail body: %dday attendance has been paid.
  805. 790: <MSG>3456,%d</MSG>
  806. 791: You are not allowed to use the attendance system.
  807. // Private Airship
  808. 792: The private airship system is disabled.
  809. 793: Usage @camerainfo range rotation latitude
  810. //794-899 free
  811. //------------------------------------
  812. // More atcommands message
  813. //------------------------------------
  814. // @send
  815. 900: Usage:
  816. 901: @send len <packet hex number>
  817. 902: @send <packet hex number> {<value>}*
  818. 903: Value: <type=B(default),W,L><number> or S<length>"<string>"
  819. 904: Packet 0x%x length: %d
  820. 905: Unknown packet: 0x%x
  821. 906: Not a string:
  822. 907: Not a hexadecimal digit:
  823. 908: Unknown type of value in:
  824. // @rura
  825. 909: Please enter a map (usage: @warp/@rura/@mapmove <mapname> <x> <y>).
  826. // @where
  827. 910: Please enter a player name (usage: @where <char name>).
  828. // @jumpto
  829. 911: Please enter a player name (usage: @jumpto/@warpto/@goto <char name/ID>).
  830. // @who
  831. 912: (CID:%d/AID:%d)
  832. // @whogm
  833. 913: Name: %s (GM)
  834. 914: Name: %s (GM:%d) | Location: %s %d %d
  835. 915: BLvl: %d | Job: %s (Lvl: %d)
  836. 916: Party: '%s' | Guild: '%s'
  837. 917: None
  838. // @speed
  839. 918: Please enter a speed value (usage: @speed <%d-%d>).
  840. // @storage
  841. 919: Storage opened.
  842. // @guildstorage
  843. 920: Guild storage opened.
  844. // @option
  845. 921: Please enter at least one option.
  846. // @jobchange
  847. 922: Please enter a job ID.
  848. 923: You can not change to this job by command.
  849. //924-979 free (future jobs?)
  850. // @kami
  851. 980: Please enter a message (usage: @kami <message>).
  852. 981: Please enter color and message (usage: @kamic <color> <message>).
  853. 982: Invalid color.
  854. // @item
  855. 983: Please enter an item name or ID (usage: @item <item name/ID> <quantity>).
  856. // @item2
  857. 984: Please enter all parameters (usage: @item2 <item name/ID> <quantity>
  858. 985: <identify_flag> <refine> <attribute> <card1> <card2> <card3> <card4>).
  859. // @baselevelup
  860. 986: Please enter a level adjustment (usage: @lvup/@blevel/@baselvlup <number of levels>).
  861. // @joblevelup
  862. 987: Please enter a level adjustment (usage: @joblvup/@jlevel/@joblvlup <number of levels>).
  863. // @help
  864. 988: There is no help for %c%s.
  865. 989: Help for command %c%s:
  866. 990: Available aliases:
  867. // @model
  868. 991: Please enter at least one value (usage: @model <hair ID: %d-%d> <hair color: %d-%d> <clothes color: %d-%d>).
  869. // @dye
  870. 992: Please enter a clothes color (usage: @dye/@ccolor <clothes color: %d-%d>).
  871. // @hairstyle
  872. 993: Please enter a hair style (usage: @hairstyle/@hstyle <hair ID: %d-%d>).
  873. // @haircolor
  874. 994: Please enter a hair color (usage: @haircolor/@hcolor <hair color: %d-%d>).
  875. // @go
  876. 995: You cannot use @go on this map.
  877. // @refine
  878. 996: Please enter a position and an amount (usage: @refine <equip position> <+/- amount>).
  879. 997: %d: Lower Headgear
  880. 998: %d: Right Hand
  881. 999: %d: Garment
  882. 1000: %d: Left Accessory
  883. 1001: %d: Body Armor
  884. 1002: %d: Left Hand
  885. 1003: %d: Shoes
  886. 1004: %d: Right Accessory
  887. 1005: %d: Top Headgear
  888. 1006: %d: Mid Headgear
  889. // @produce
  890. 1007: Please enter at least one item name/ID (usage: @produce <equip name/ID> <element> <# of very's>).
  891. // @memo
  892. 1008: Please enter a valid position (usage: @memo <memo_position:%d-%d>).
  893. // @displaystatus
  894. 1009: Please enter a status type/flag (usage: @displaystatus <status type> <flag> <tick> {<val1> {<val2> {<val3>}}}).
  895. // @stpoint
  896. 1010: Please enter a number (usage: @stpoint <number of points>).
  897. // @skpoint
  898. 1011: Please enter a number (usage: @skpoint <number of points>).
  899. // @zeny
  900. 1012: Please enter an amount (usage: @zeny <amount>).
  901. // @param
  902. 1013: Please enter a valid value (usage: @str/@agi/@vit/@int/@dex/@luk <+/-adjustment>).
  903. // @guildlevelup
  904. 1014: Please enter a valid level (usage: @guildlvup/@guildlvlup <# of levels>).
  905. // @makeegg
  906. 1015: Please enter a monster/egg name/ID (usage: @makeegg <pet>).
  907. // @petfriendly
  908. 1016: Please enter a valid value (usage: @petfriendly <0-1000>).
  909. // @pethungry
  910. 1017: Please enter a valid number (usage: @pethungry <0-100>).
  911. // @recall
  912. 1018: Please enter a player name (usage: @recall <char name/ID>).
  913. 1019: You are not authorized to warp someone to this map.
  914. // @recall
  915. 1020: You are not authorized to warp this player from their map.
  916. // @charblock/@charunblock
  917. 1021: Please enter a player name (usage: %s <char name>).
  918. // @ban/@charban
  919. 1022: Please enter ban time and a player name (usage: %s <time> <char name>).
  920. 1023: You are not allowed to alter the time of a ban.
  921. // @rates
  922. 1024: MVP Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
  923. // @recall
  924. 1025: The player is currently autotrading and cannot be recalled.
  925. // @kick
  926. 1026: Please enter a player name (usage: @kick <char name/ID>).
  927. // @questskill / @lostskill
  928. 1027: Please enter a quest skill number.
  929. // @spiritball
  930. 1028: Please enter an amount (usage: @spiritball <number: 0-%d>).
  931. // @party
  932. 1029: Please enter a party name (usage: @party <party_name>).
  933. // @guild
  934. 1030: Please enter a guild name (usage: @guild <guild_name>).
  935. // @idsearch
  936. 1031: Please enter part of an item name (usage: @idsearch <part_of_item_name>).
  937. // @recallall / @guildrecall / @partyrecall
  938. 1032: You are not authorized to warp someone to your current map.
  939. 1033: Because you are not authorized to warp from some maps, %d player(s) have not been recalled.
  940. // @guildrecall
  941. 1034: Please enter a guild name/ID (usage: @guildrecall <guild_name/ID>).
  942. // @partyrecall
  943. 1035: Please enter a party name/ID (usage: @partyrecall <party_name/ID>).
  944. // @reloadatcommand
  945. 1036: Error reading groups.conf, reload failed.
  946. 1037: Error reading atcommand_athena.conf, reload failed.
  947. // @mapinfo
  948. 1038: Please enter at least one valid list number (usage: @mapinfo <0-3> <map>).
  949. 1039: ------ Map Info ------
  950. 1040: Map: %s | Players: %d | NPCs: %d | Chats: %d | Vendings: %d
  951. 1041: ------ Map Flags ------
  952. 1042: Town Map
  953. 1043: Autotrade Enabled
  954. 1044: Autotrade Disabled
  955. 1045: Battlegrounds ON (type %d)
  956. 1046: PvP Flags:
  957. 1047: GvG Flags:
  958. 1048: Teleport Flags:
  959. 1049: Weather Flags:
  960. 1050: Other Flags:
  961. 1051: Other Flags2:
  962. 1052: Skill Damage Adjustments:
  963. 1053: > [Map] %d%%, %d%%, %d%%, %d%% | Caster:%d
  964. 1054: > [Map Skill] Name : Player, Monster, Boss Monster, Other | Caster
  965. 1055: Skill Duration Adjustments:
  966. //1056-1064 free
  967. 1065: No Exp Penalty: %s | No Zeny Penalty: %s
  968. 1066: On
  969. 1067: Off
  970. 1068: No Save (Return to last Save Point)
  971. 1069: No Save, Save Point: %s,Random
  972. 1070: No Save, Save Point: %s,%d,%d
  973. // @mount
  974. 1119: You have mounted your Dragon.
  975. 1120: You have released your Dragon.
  976. 1121: You have mounted your Warg.
  977. 1122: You have released your Warg.
  978. 1123: You have mounted your Mado Gear.
  979. 1124: You have released your Mado Gear.
  980. // @guildspy
  981. 1125: The mapserver has spy command support disabled.
  982. 1126: Please enter a guild name/ID (usage: @guildspy <guild_name/ID>).
  983. // @partyspy
  984. 1127: Please enter a party name/ID (usage: @partyspy <party_name/ID>).
  985. // @nuke
  986. 1128: Please enter a player name (usage: @nuke <char name>).
  987. // @tonpc
  988. 1129: Please enter a NPC name (usage: @tonpc <NPC_name>).
  989. // @enablenpc
  990. 1130: Please enter a NPC name (usage: @enablenpc <NPC_name>).
  991. // @hidenpc
  992. 1131: Please enter a NPC name (usage: @hidenpc <NPC_name>).
  993. // @loadnpc
  994. 1132: Please enter a script file name (usage: @loadnpc <file name>).
  995. // @unloadnpc
  996. 1133: Please enter a NPC name (usage: @unloadnpc <NPC_name>).
  997. // @jail
  998. 1134: Please enter a player name (usage: @jail <char_name>).
  999. // @unjail
  1000. 1135: Please enter a player name (usage: @unjail/@discharge <char_name>).
  1001. // @jailfor
  1002. 1136: Invalid time for jail command.
  1003. 1137: You are now
  1004. 1138: This player is now
  1005. // @jailtime
  1006. 1139: You are not in jail.
  1007. 1140: You have been jailed indefinitely.
  1008. 1141: You have been jailed for an unknown amount of time.
  1009. 1142: You will remain
  1010. // @disguise
  1011. 1143: Please enter a Monster/NPC name/ID (usage: @disguise <name/ID>).
  1012. 1144: Character cannot be disguised while mounted.
  1013. // @disguiseall
  1014. 1145: Please enter a Monster/NPC name/ID (usage: @disguiseall <name/ID>).
  1015. // @disguiseguild
  1016. 1146: Please enter a mob name/ID and guild name/ID (usage: @disguiseguild <mob name/ID>, <guild name/ID>).
  1017. // @undisguiseguild
  1018. 1147: Please enter guild name/ID (usage: @undisguiseguild <guild name/ID>).
  1019. // @exp
  1020. 1148: Base Level: %d (%.3f%%) | Job Level: %d (%.3f%%)
  1021. // @broadcast
  1022. 1149: Please enter a message (usage: @broadcast <message>).
  1023. // @localbroadcast
  1024. 1150: Please enter a message (usage: @localbroadcast <message>).
  1025. // @email
  1026. 1151: Please enter 2 emails (usage: @email <actual@email> <new@email>).
  1027. // @effect
  1028. 1152: Please enter an effect number (usage: @effect <effect number>).
  1029. // @npcmove
  1030. 1153: Usage: @npcmove <X> <Y> <npc_name>
  1031. 1154: NPC is not on this map.
  1032. 1155: NPC moved.
  1033. // @addwarp
  1034. 1156: Usage: @addwarp <mapname> <X> <Y> <npc name>
  1035. 1157: Unknown map '%s'.
  1036. 1158: New warp NPC '%s' created.
  1037. // @follow
  1038. 1159: Follow mode OFF.
  1039. 1160: Follow mode ON.
  1040. // @storeall
  1041. 1161: You currently cannot open your storage.
  1042. 1162: All items stored.
  1043. // @skillid
  1044. 1163: Please enter a skill name to look up (usage: @skillid <skill name>).
  1045. 1164: skill %d: %s (%s)
  1046. // @useskill
  1047. 1165: Usage: @useskill <skill ID> <skill level> <char name>
  1048. // @displayskill
  1049. 1166: Usage: @displayskill <skill ID> {<skill level>}
  1050. // @skilltree
  1051. 1167: Usage: @skilltree <skill ID> <char name>
  1052. 1168: Player is using %s skill tree (%d basic points).
  1053. 1169: The player cannot use that skill.
  1054. 1170: Player requires level %d of skill %s.
  1055. 1171: The player meets all the requirements for that skill.
  1056. // @marry
  1057. 1172: Usage: @marry <char name>
  1058. 1173: They are married... wish them well.
  1059. 1174: The two cannot wed because one is either a baby or already married.
  1060. // @divorce
  1061. 1175: '%s' is not married.
  1062. 1176: '%s' and his/her partner are now divorced.
  1063. // @changelook
  1064. 1177: Usage: @changelook {<position>} <view id>
  1065. 1178: Position: 1-Top 2-Middle 3-Bottom 4-Weapon 5-Shield 6-Shoes 7-Robe 8-Body
  1066. // @autotrade
  1067. 1179: Autotrade is not allowed on this map.
  1068. 1180: You cannot autotrade when dead.
  1069. // @changegm
  1070. 1181: You need to be a Guild Master to use this command.
  1071. 1182: You cannot change guild leaders on this map.
  1072. 1183: Usage: @changegm <guild_member_name>
  1073. 1184: Target character must be online and be a guild member.
  1074. // @changeleader
  1075. 1185: Usage: @changeleader <party_member_name>
  1076. // @partyoption
  1077. 1186: Usage: @partyoption <pickup share: yes/no> <item distribution: yes/no>
  1078. // @autoloot
  1079. 1187: Autolooting items with drop rates of %0.02f%% and below.
  1080. 1188: Autoloot is now off.
  1081. // @autolootitem
  1082. 1189: Item not found.
  1083. 1190: You're already autolooting this item.
  1084. 1191: Your autolootitem list is full. Remove some items first with @autolootid -<item name or ID>.
  1085. 1192: Autolooting item: '%s'/'%s' {%hu}
  1086. 1193: You're currently not autolooting this item.
  1087. 1194: Removed item: '%s'/'%s' {%hu} from your autolootitem list.
  1088. 1195: You can have %d items on your autolootitem list.
  1089. 1196: To add an item to the list, use "@alootid +<item name or ID>". To remove an item, use "@alootid -<item name or ID>".
  1090. 1197: "@alootid reset" will clear your autolootitem list.
  1091. 1198: Your autolootitem list is empty.
  1092. 1199: Items on your autolootitem list:
  1093. 1200: Your autolootitem list has been reset.
  1094. // @rain
  1095. //1201: The rain has stopped.
  1096. //1202: It has started to rain.
  1097. // @snow
  1098. 1203: Snow has stopped falling.
  1099. 1204: It has started to snow.
  1100. // @sakura
  1101. 1205: Cherry tree leaves no longer fall.
  1102. 1206: Cherry tree leaves have begun to fall.
  1103. // @clouds
  1104. 1207: The clouds has disappear.
  1105. 1208: Clouds appear.
  1106. // @clouds2
  1107. 1209: The alternative clouds disappear.
  1108. 1210: Alternative clouds appear.
  1109. // @fog
  1110. 1211: The fog has gone.
  1111. 1212: Fog hangs over.
  1112. // @leaves
  1113. 1213: Leaves no longer fall.
  1114. 1214: Fallen leaves fall.
  1115. // @fireworks
  1116. 1215: Fireworks have ended.
  1117. 1216: Fireworks are launched.
  1118. // @sound
  1119. 1217: Please enter a sound filename (usage: @sound <filename>).
  1120. // @mobsearch
  1121. 1218: Please enter a monster name (usage: @mobsearch <monster name>).
  1122. 1219: Invalid mob ID %s!
  1123. 1220: Mob Search... %s %s
  1124. // @cleanmap
  1125. 1221: All dropped items have been cleaned up.
  1126. // @npctalk
  1127. 1222: Please enter the correct parameters (usage: @npctalk <npc name>, <message>).
  1128. 1223: Please enter the correct parameters (usage: @npctalkc <color> <npc name>, <message>).
  1129. // @pettalk
  1130. 1224: Please enter a message (usage: @pettalk <message>).
  1131. // @summon
  1132. 1225: Please enter a monster name (usage: @summon <monster name> {duration}).
  1133. // @adjgroup
  1134. 1226: Usage: @adjgroup <group_id>
  1135. 1227: Specified group does not exist.
  1136. 1228: Group changed successfully.
  1137. 1229: Your group has changed.
  1138. // @trade
  1139. 1230: Please enter a player name (usage: @trade <char name>).
  1140. // @setbattleflag
  1141. 1231: Usage: @setbattleflag <flag> <value> {<reload>}
  1142. 1232: Unknown battle_config flag.
  1143. 1233: Set battle_config as requested.
  1144. // @unmute
  1145. 1234: Please enter a player name (usage: @unmute <char name>).
  1146. 1235: Player is not muted.
  1147. 1236: Player unmuted.
  1148. // @mute
  1149. 1237: Usage: @mute <time> <char name>
  1150. // @identify
  1151. 1238: There are no items to appraise.
  1152. // @mobinfo
  1153. 1239: Please enter a monster name/ID (usage: @mobinfo <monster_name_or_monster_ID>).
  1154. 1240: MVP Monster: '%s'/'%s'/'%s' (%d)
  1155. 1241: Monster: '%s'/'%s'/'%s' (%d)
  1156. 1242: Lv:%d HP:%d Base EXP:%u Job EXP:%u HIT:%d FLEE:%d
  1157. 1243: DEF:%d MDEF:%d STR:%d AGI:%d VIT:%d INT:%d DEX:%d LUK:%d
  1158. 1244: ATK:%d~%d Range:%d~%d~%d Size:%s Race: %s Element: %s (Lv:%d)
  1159. 1245: Drops:
  1160. 1246: This monster has no drops.
  1161. 1247: MVP Bonus EXP:%u
  1162. 1248: MVP Items:
  1163. 1249: This monster has no MVP prizes.
  1164. // @showmobs
  1165. 1250: Invalid mob id %s!
  1166. 1251: Can't show boss mobs!
  1167. 1252: Mob Search... %s %s
  1168. // @homlevel
  1169. 1253: Please enter a level adjustment (usage: @homlevel <number of levels>).
  1170. // @homlevel / @homevolve / @homfriendly / @homhungry / @homtalk / @hominfo / @homstats
  1171. 1254: You do not have a homunculus.
  1172. // @homevolve
  1173. 1255: Your homunculus doesn't evolve.
  1174. // @makehomun
  1175. 1256: Please enter a homunculus ID (usage: @makehomun <homunculus id>).
  1176. 1257: Invalid Homunculus ID.
  1177. // @homfriendly
  1178. 1258: Please enter a friendly value (usage: @homfriendly <friendly value [0-1000]>).
  1179. // @homhungry
  1180. 1259: Please enter a hunger value (usage: @homhungry <hunger value [0-100]>).
  1181. // @homtalk
  1182. 1260: Please enter a message (usage: @homtalk <message>).
  1183. // @hominfo
  1184. 1261: Homunculus stats:
  1185. 1262: HP: %d/%d - SP: %d/%d
  1186. 1263: ATK: %d - MATK: %d~%d
  1187. 1264: Hungry: %d - Intimacy: %u
  1188. 1265: Stats: Str %d / Agi %d / Vit %d / Int %d / Dex %d / Luk %d
  1189. // @homstats
  1190. 1266: Homunculus growth stats (Lv %d %s):
  1191. 1267: Max HP: %d (%d~%d)
  1192. 1268: Max SP: %d (%d~%d)
  1193. 1269: Str: %d (%d~%d)
  1194. 1270: Agi: %d (%d~%d)
  1195. 1271: Vit: %d (%d~%d)
  1196. 1272: Int: %d (%d~%d)
  1197. 1273: Dex: %d (%d~%d)
  1198. 1274: Luk: %d (%d~%d)
  1199. // @homshuffle
  1200. 1275: Homunculus stats altered.
  1201. // @iteminfo
  1202. 1276: Please enter an item name/ID (usage: @ii/@iteminfo <item name/ID>).
  1203. 1277: Item: '%s'/'%s'[%d] (%hu) Type: %s | Extra Effect: %s
  1204. 1278: None
  1205. 1279: With script
  1206. 1280: NPC Buy:%dz, Sell:%dz | Weight: %.1f
  1207. 1281: - Available in the shops only.
  1208. 1282: - Maximal monsters drop chance: %02.02f%%
  1209. 1283: - Monsters don't drop this item.
  1210. // @whodrops
  1211. 1284: Please enter item name/ID (usage: @whodrops <item name/ID>).
  1212. 1285: Item: '%s'[%d] (ID:%hu)
  1213. 1286: - Item is not dropped by mobs.
  1214. 1287: - Common mobs with highest drop chance (only max %d are listed):
  1215. // @whereis
  1216. 1288: Please enter a monster name/ID (usage: @whereis <monster_name_or_monster_ID>).
  1217. 1289: %s spawns in:
  1218. 1290: This monster does not spawn normally.
  1219. // @adopt
  1220. 1291: Usage: @adopt <father>,<mother>,<child>
  1221. 1292: Adopting: --%s--%s--%s--\n
  1222. 1293: Cannot find player %s online.
  1223. 1294: They are family... wish them luck.
  1224. // @version
  1225. 1295: rAthena Version %s %s
  1226. 1296: Cannot determine SVN/Git version.
  1227. // @mutearea
  1228. 1297: Please enter a time in minutes (usage: @mutearea/@stfu <time in minutes>).
  1229. // @rates
  1230. 1298: Experience rates: Base %.2fx / Job %.2fx
  1231. 1299: Normal Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
  1232. 1300: Boss Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
  1233. 1301: Other Drop Rates: MvP %.2fx / Card-Based %.2fx / Treasure %.2fx
  1234. // @me
  1235. 1302: Please enter a message (usage: @me <message>).
  1236. // @size / @sizeall / @sizeguild
  1237. 1303: Size change applied.
  1238. // @sizeguild
  1239. 1304: Please enter guild name/ID (usage: @sizeguild <size> <guild name/ID>).
  1240. // @monsterignore
  1241. 1305: You are now immune to attacks.
  1242. 1306: Returned to normal state.
  1243. // @fakename
  1244. 1307: Returned to real name.
  1245. 1308: You must enter a name.
  1246. 1309: Fake name must be at least two characters.
  1247. 1310: Fake name enabled.
  1248. // @mapflag
  1249. 1311: Enabled Mapflags in this map:
  1250. 1312: Usage: "@mapflag monster_noteleport 1" (0=Off | 1=On)
  1251. 1313: Type "@mapflag available" to list the available mapflags.
  1252. 1314: Invalid flag name or flag.
  1253. 1315: Available Flags:
  1254. // @showexp
  1255. 1316: Gained/lost exp will not be shown.
  1256. 1317: Gained/lost exp is now shown.
  1257. // @showzeny
  1258. 1318: Gained zeny will not be shown.
  1259. 1319: Gained zeny is now shown.
  1260. // @showdelay
  1261. 1320: Skill delay failures will not be shown.
  1262. 1321: Skill delay failures are now shown.
  1263. // @cash
  1264. 1322: Please enter an amount.
  1265. // @clone
  1266. 1323: You must enter a player name or ID.
  1267. // @feelreset
  1268. 1324: Reset 'Feeling' maps.
  1269. // @noks
  1270. 1325: [ K.S Protection Inactive ]
  1271. 1326: [ K.S Protection Active - Option: Party ]
  1272. 1327: [ K.S Protection Active - Option: Self ]
  1273. 1328: [ K.S Protection Active - Option: Guild ]
  1274. 1329: Usage: @noks <self|party|guild>
  1275. // @allowks
  1276. 1330: [ Map K.S Protection Active ]
  1277. 1331: [ Map K.S Protection Inactive ]
  1278. // @itemlist
  1279. 1332: ------ %s items list of '%s' ------
  1280. 1333: | Equipped:
  1281. 1334: Garment,
  1282. 1335: Left Accessory,
  1283. 1336: Body/Armor,
  1284. 1337: Right Hand,
  1285. 1338: Left Hand,
  1286. 1339: Both Hands,
  1287. 1340: Feet,
  1288. 1341: Right Accessory,
  1289. 1342: Lower Head,
  1290. 1343: Top Head,
  1291. 1344: Top/Lower Head,
  1292. 1345: Mid Head,
  1293. 1346: Mid/Lower Head,
  1294. 1347: Top/Mid/Lower Head,
  1295. 1348: -> (pet egg, pet id: %u, named)
  1296. 1349: -> (pet egg, pet id: %u, unnamed)
  1297. 1350: -> (crafted item, creator id: %u, star crumbs %d, element %d)
  1298. 1351: -> (produced item, creator id: %u)
  1299. 1352: -> (card(s):
  1300. 1353: No item found in this player's %s.
  1301. 1354: %d item(s) found in %d %s slots.
  1302. // @delitem
  1303. 1355: Please enter an item name/ID, a quantity, and a player name (usage: #delitem <player> <item_name_or_ID> <quantity>).
  1304. // @font
  1305. 1356: Returning to normal font.
  1306. 1357: Use @font <1-9> to change your message font.
  1307. 1358: Use 0 or no parameter to return to normal font.
  1308. 1359: Invalid font. Use a value from 0 to 9.
  1309. 1360: Font changed.
  1310. 1361: Already using this font.
  1311. // @mount2
  1312. 1362: NOTICE: If you crash with mount your LUA is outdated.
  1313. 1363: You have mounted.
  1314. 1364: You have released your mount.
  1315. // @accinfo
  1316. 1365: Usage: @accinfo/@accountinfo <account_id/char name>
  1317. 1366: You may search partial name by making use of '%' in the search, ex. "@accinfo %Mario%" lists all characters whose name contains "Mario".
  1318. // @set
  1319. 1367: Usage: @set <variable name> <value>
  1320. 1368: Usage: ex. "@set PoringCharVar 50"
  1321. 1369: Usage: ex. "@set PoringCharVarSTR$ Super Duper String"
  1322. 1370: Usage: ex. "@set PoringCharVarSTR$" outputs its value, Super Duper String.
  1323. 1371: NPC variables may not be used with @set.
  1324. 1372: Instance variables may not be used with @set.
  1325. 1373: %s value is now: %d
  1326. 1374: %s value is now: %s
  1327. 1375: %s is blank.
  1328. // @cash/@points
  1329. 1376: Please close the cashshop before using this command.
  1330. // @reloadquestdb
  1331. 1377: Quest database has been reloaded.
  1332. // @addperm
  1333. 1378: Usage: %s <permission_name>
  1334. 1379: -- Permission List
  1335. 1380: '%s' is unknown permission.
  1336. 1381: User '%s' already possesses the '%s' permission.
  1337. 1382: User '%s' doesn't possess the '%s' permission.
  1338. 1383: -- User '%s' Permissions
  1339. 1384: User '%s' permissions updated successfully. The changes are temporary.
  1340. // @unloadnpcfile
  1341. 1385: Usage: @unloadnpcfile <file name>
  1342. 1386: File unloaded. Be aware that mapflags and monsters spawned directly are not removed.
  1343. 1387: File not found.
  1344. // General command messages
  1345. 1388: Charcommand failed (usage: %c<command> <char name> <parameters>).
  1346. 1389: %s failed. Player not found.
  1347. // @cart
  1348. 1390: Unknown Cart (usage: %s <0-%d>).
  1349. 1391: You do not possess a cart to be removed
  1350. 1392: Cart Added.
  1351. // atcommand.c::is_atcommand
  1352. 1393: You can't use commands while dead.
  1353. // @clearstorage
  1354. 1394: Your storage was cleaned.
  1355. 1395: Your guild storage was cleaned.
  1356. // @clearcart
  1357. 1396: You do not have a cart to be cleaned.
  1358. 1397: Your cart was cleaned.
  1359. // @skillid (extension)
  1360. 1398: -- Displaying first %d partial matches:
  1361. // @channel
  1362. 1399: Unknown channel (usage: %s <#channel_name>).
  1363. 1400: Unknown channel '%s' (usage: %s <#channel_name>).
  1364. 1401: Channel '%s' is password-protected (usage: %s <#channel_name> <password>).
  1365. 1402: You're not in that channel (use '@join <#channel_name>').
  1366. 1403: You're now in the '%s' channel.
  1367. 1404: %s failed.
  1368. 1405: Channel name must start with '#'.
  1369. 1406: Channel length must be between 3 and %d.
  1370. 1407: Channel '%s' is not available.
  1371. 1408: Channel password may not contain spaces.
  1372. 1409: - #%s (%d users)
  1373. 1410: ---- Public Channels ----
  1374. 1411: Unknown color '%s'.
  1375. 1412: You're not the owner of channel '%s'.
  1376. 1413: '%s' channel color updated to '%s'.
  1377. 1414: ---- Available options:
  1378. 1415: * %s create <#channel_name> <channel_password>
  1379. 1416: -- Creates a new channel.
  1380. 1417: * %s list
  1381. 1418: -- Lists all public channels.
  1382. 1419: * %s list colors
  1383. 1420: -- Lists all available colors for custom channels.
  1384. 1421: * %s setcolor <#channel_name> <color_name>
  1385. 1422: -- Changes channel text to the specified color (channel owners only).
  1386. 1423: * %s leave <#channel_name>
  1387. 1424: -- Leaves the specified channel.
  1388. 1425: You're not part of the '%s' channel.
  1389. 1426: You've left the '%s' channel.
  1390. 1427: * %s bindto <#channel_name>
  1391. 1428: -- Binds your global chat to the specified channel, sending all global messages to that channel.
  1392. 1429: * %s unbind
  1393. 1430: -- Unbinds your global chat from the attached channel, if any.
  1394. 1431: Your global chat is now binded to the '%s' channel.
  1395. 1432: Your global chat is not binded to any channel.
  1396. 1433: Your global chat is now unbinded from the '#%s' channel.
  1397. 1434: You're already in the '%s' channel.
  1398. 1435: You're now in the '#%s' channel for '%s'.
  1399. 1436: Channel password can't be over %d characters.
  1400. 1437: Player '%s' is banned from the '%s' channel.
  1401. 1438: You're currently banned from the '%s' channel.
  1402. 1439: Channel '%s' contains no banned players.
  1403. 1440: Player '%s' is not banned from this channel.
  1404. 1441: Player '%s' is unbanned from the '%s' channel.
  1405. 1442: Cleared all bans from the '%s' channel.
  1406. 1443: ---- '#%s' Ban List:
  1407. 1444: ---- Available Colors ----
  1408. 1445: - %s
  1409. 1446: You need to input an option.
  1410. 1447: Unknown channel option '%s'.
  1411. 1448: Channel '%s' deleted.
  1412. 1449: Option '%s' is already enabled (use '@channel setopt %s 0' to disable).
  1413. 1450: Option '%s' is enabled for channel '#%s'.
  1414. 1451: Value '%d' for option '%s' is out of range (limit 0-10).
  1415. 1452: Option '%s' is enabled for channel '#%s' at %d seconds.
  1416. 1453: Option '%s' is disabled for channel '#%s'.
  1417. 1454: Color set to '%s'.
  1418. 1455: You're talking too fast!
  1419. 1456: * %s ban <#channel_name> <player>
  1420. 1457: -- Bans the specified player from the channel.
  1421. 1458: * %s banlist <#channel_name>
  1422. 1459: -- Lists all players banned from the specified channel.
  1423. 1460: * %s unban <#channel_name> <player>
  1424. 1461: -- Unbans the specified player from the channel.
  1425. 1462: * %s setopt <#channel_name> <option> <value>
  1426. 1463: -- Sets an option and value for the specified channel.
  1427. 1464: Ban failed for player '%s'.
  1428. 1465: Player '%s' is already banned from this channel.
  1429. 1466: Input the number of seconds (0-10) for the '%s' option.
  1430. 1467: * %s unbanall <#channel_name>
  1431. 1468: -- Clears all bans from the specified channel.
  1432. 1469: * %s delete <#channel_name>
  1433. 1470: -- Destroys the specified channel.
  1434. 1471: * %s list mine
  1435. 1472: -- Lists all channels you have joined.
  1436. 1473: * %s join <#channel_name> <channel_password>
  1437. 1474: -- Joins the specified channel.
  1438. 1475: ---- My Channels ----
  1439. 1476: You have not joined any channels.
  1440. // @effect
  1441. 1477: Please enter a valid effect id in the range from %d to %d.
  1442. // @partysharelvl
  1443. 1478: Party share level range has been changed successfully.
  1444. 1479: Failed to update configuration. Character server is offline.
  1445. // @autoloottype
  1446. 1480: Item type not found.
  1447. 1481: You're already autolooting this item type.
  1448. 1482: Your autoloottype list has all item types. You can remove some items with @autoloottype -<type name or ID>.
  1449. 1483: Autolooting item type: '%s' {%d}
  1450. 1484: You're currently not autolooting this item type.
  1451. 1485: Removed item type: '%s' {%d} from your autoloottype list.
  1452. 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>".
  1453. 1487: Type List: healing = 0, usable = 2, etc = 3, armor = 4, weapon = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10
  1454. 1488: "@aloottype reset" will clear your autoloottype list.
  1455. 1489: Your autoloottype list is empty.
  1456. 1490: Item types on your autoloottype list:
  1457. 1491: Your autoloottype list has been reset.
  1458. // @dropall
  1459. 1492: Usage: @dropall {<type>}
  1460. 1493: Type List: (default) all = -1, healing = 0, usable = 2, etc = 3, armor = 4, weapon = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10
  1461. 1494: %d items are dropped (%d skipped)!
  1462. // Banking
  1463. 1495: You can't withdraw that much money
  1464. 1496: Banking is disabled
  1465. // Roulette
  1466. 1497: Roulette is disabled
  1467. // @guild
  1468. 1498: You cannot create a guild because you are in a clan.
  1469. // @clanspy
  1470. 1499: Please enter a clan name/ID (usage: @clanspy <clan_name/ID>).
  1471. 1500: No longer spying on the %s clan.
  1472. 1501: Spying on the %s clan.
  1473. 1502: Incorrect clan name/ID.
  1474. // PK Mode msgs
  1475. 1503: You've entered a PK Zone.
  1476. 1504: You've entered a PK Zone (safe until level %d).
  1477. //Custom translations
  1478. import: conf/msg_conf/import/map_msg_eng_conf.txt