summaryrefslogblamecommitdiff
path: root/conf/msg_athena.conf
blob: 593d6155b0ed4bb07d377cc31fdac63a02acb2b3 (plain) (tree)
1
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
                          























                                                                                      

                                    






                              
                                               










                                        
                                   







                                               
                       
                                    
                                     
                          
                               
                                        














                                          
                                   



                                           
                         








                                              




                                                  


                                            



                                                                                       

                                 

                                                            
                                      

                                  

                                               







                                                                              
                                                              
                                  






                                      
                 
                            
                  


                                                        

                                                

                                
                                       

                      
                                           




                                                            
                        









                                                                                                             




                                                              





                                             
                                       
                           
                                           







                                       




                                          
              

                                                             




                                           
                         
                                           
                            

                                        
                                

                                      




                                                
                                                    










                                                            
                                        
                      





                                                
                                    





                                                                   









                                                
                             


                                                  
                                            
                                                              
                                               




                                                           
                                                
                                                   

                                           
                                                                  
                                                                





                                                                
                                               



                                                








                                                                        
                                


                                          
                




                                     
                                      


                                                      
                  


                                                       
                                                               



                                             



                                      


                                                 
                 




















                      














                           
 
                            



                   
                                                                
                         
                                                                           
                         

                 

                                                       

                                             
                                    


                                                         
                                                      




                                                           
                                                                     















                                                                             
                 














                                                                                   




                                                     

                      
                                  



                                           
           
                                                   

                            
 



                                                                                    

                                              





                                                             
              
                        
                                       



                                                                                                                                               

                                                                                            

                                                                                     
                                                                                  

                                              

                                        

                                          
                                                   
             
                                                   



                       
             























                   
                  






















                             
                  




















                    

           
           


                   








                     
                         


             
                            













                          




                          
 








                                            









                                                                                
























































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                        

                                
// rAthena msg_athena.conf
// Message Configuration
// For translation, just change msg here (second line), no need to modify source code,
// or alternatively, use conf/import/msg_conf.txt
// Format:
// // English message
// msg_number: translated message

//   0-499: reserved for GM commands
// 500-999 reserved for others

// To disable a string (%s) field, make it's max length 0:
// eg:
// 270: *%s %s* (@me format)
// 270: *%.0s%s* (remove the character's name from it)

// Messages of GM commands
// -----------------------

0: Warped.
1: Map not found.
2: Invalid coordinates, using random target cell.
3: Character not found.
4: Jump to %s
5: Jump to %d %d
6: Your save point has been changed.
7: Warping to save point.
8: Speed changed.
9: Options changed.
10: Invisible: Off
11: Invisible: On
12: Your job has been changed.
13: You've died.
14: Character killed.
15: Player warped (message sent to player too).
16: You've been revived!
17: HP, SP recovered.
18: Item created.
19: Invalid item ID or name.
20: All of your items have been removed.
21: Base level raised.
22: Base level lowered.
23: Job level can't go any higher.
24: Job level raised.
25: Job level lowered.
26: Help commands:
27: Commands help is not available.
28: No player found.
29: 1 player found.
30: %d players found.
31: PvP: Off.
32: PvP: On.
33: GvG: Off.
34: GvG: On.
35: You can't use this command with this class.
36: Appearance changed.
37: An invalid number was specified.
38: Invalid location number, or name.
39: All monsters summoned!
40: Invalid monster ID or name.
41: Unable to decrease the number/value.
42: Stat changed.
43: You're not in a guild.
44: You're not the master of your guild.
45: Guild level change failed.
46: %s recalled!
47: Base level can't go any higher.
48: Character's job changed.
49: Invalid job ID.
50: You already have some GM powers.
51: Character revived.
52: This option cannot be used in PK Mode.
53: '%s' stats:
54: No player found in map '%s'.
55: 1 player found in map '%s'.
56: %d players found in map '%s'.
57: Character's save point changed.
58: Character's options changed.
59: Night Mode Activated.
60: Day Mode Activated.
61: The holy messenger has given judgement.
62: Judgement has passed.
63: Mercy has been shown.
64: Mercy has been granted.
65: Character's base level raised.
66: Character's base level lowered.
67: Character's job level can't go any higher.
68: character's job level raised.
69: Character's job level lowered.
70: You have learned the skill.
71: You have forgotten the skill.
72: War of Emperium has been initiated.
73: War of Emperium is currently in progress.
74: War of Emperium has been ended.
75: War of Emperium is currently not in progress.
76: All skills have been added to your skill tree.
77: The reference result of '%s' (name: id):
78: %s: %d
79: It is %d affair above.
80: Give the display name or monster name/id please.
81: Your GM level doesn't authorize you to preform this action on the specified player.
82: Please provide a name or number from the list provided:
83: Monster 'Emperium' cannot be spawned.
84: All stats changed!
85: Invalid time for ban command.
86: Sorry, player names have to be at least 4 characters.
87: Sorry, player names can be no longer than 23 characters.
88: Sending request to login server...
89: Night mode is already enabled.
90: Day mode is already enabled.
91: Character's base level can't go any higher.
92: All characters recalled!
93: All online characters of the %s guild have been recalled to your position.
94: Incorrect name/ID, or no one from the specified guild is online.
95: All online characters of the %s party have been recalled to your position.
96: Incorrect name/ID, or no one from the specified party is online.
97: Item database has been reloaded.
98: Monster database has been reloaded.
99: Skill database has been reloaded.
100: Scripts have been reloaded.
101: Login-server asked to reload GM accounts and their level.
102: You have mounted a Peco Peco.
103: No longer spying on the %s guild.
104: Spying on the %s guild.
105: No longer spying on the %s party.
106: Spying on the %s party.
107: All items have been repaired.
108: No item need to be repaired.
109: Player has been nuked!
110: NPC Enabled.
111: This NPC doesn't exist.
112: NPC Disabled.
113: %d item(s) removed by a GM.
114: %d item(s) removed from the player.
115: %d item(s) removed. Player had only %d on %d items.
116: Character does not have the specified item.
117: You have been placed in jail by a GM.
118: Player warped to jail.
119: This player is not in jail.
120: A GM has discharged you from jail.
121: Player unjailed.
122: Disguise applied.
123: Invalid Monster/NPC name/ID specified.
124: Undisguise applied.
125: You're not disguised.
//Clone Messages
126: Cannot clone a player of higher GM level than yourself.
127: You've reached your slave clones limit.
128: Evil clone spawned.
129: Unable to spawn evil clone.
130: Clone spawned.
131: Unable to spawn clone.
132: Slave clone spawned.
133: Unable to spawn slave clone.
//Messages 134-139 are no longer used, available for future reuse (preferrable for more variations of @clone)
140: Character's disguise applied.
141: Character's undisguise applied.
142: Character is not disguised.
143: Commands are disabled on this map.
144: Invalid e-mail. If you have default e-mail, type a@a.com.
145: Invalid new e-mail. Please enter a real e-mail.
146: New e-mail must be a real e-mail.
147: New e-mail must be different from the current e-mail.
148: Information sent to login-server via char-server.
149: Impossible to increase the number/value.
150: No GM found.
151: 1 GM found.
152: %d GMs found.
153: %s is Unknown Command.
154: %s failed.
155: You are unable to change your job.
156: HP or/and SP modified.
157: HP and SP have already been recovered.
158: Base level can't go any lower.
159: Job level can't go any lower.
160: PvP is already Off.
161: PvP is already On.
162: GvG is already Off.
163: GvG is already On.
164: Your memo point #%d doesn't exist.
165: All monsters killed!
166: No item has been refined.
167: 1 item has been refined.
168: %d items have been refined.
169: The item (%d: '%s') is not equipable.
170: The item is not equipable.
171: %d - void
//172: You replace previous memo position %d - %s (%d,%d).
//173: Note: you don't have the 'Warp' skill level to use it.
174: Number of status points changed.
175: Number of skill points changed.
176: Current amount of zeny changed.
177: You cannot decrease that stat anymore.
178: You cannot increase that stat anymore.
179: Guild level changed.
180: The monster/egg name/ID doesn't exist.
181: You already have a pet.
182: Pet intimacy changed.
183: Pet intimacy is already at maximum.
184: Sorry, but you have no pet.
185: Pet hunger changed.
186: Pet hunger is already at maximum.
187: You can now rename your pet.
188: You can already rename your pet.
189: This player can now rename his/her pet.
190: This player can already rename his/her pet.
191: Sorry, but this player has no pet.
192: Unable to change the specified character's job.
193: Character's base level can't go any lower.
194: Character's job level can't go any lower.
195: All players have been kicked!
196: You already have this quest skill.
197: This skill number doesn't exist or isn't a quest skill.
198: This skill number doesn't exist.
199: This player has learned the skill.
200: This player already has this quest skill.
201: You don't have this quest skill.
202: This player has forgotten the skill.
203: This player doesn't have this quest skill.
204: You can't open a shop on this cell.
205: Maybe you meant: 
206: '%s' skill points reset.
207: '%s' stats points reset.
208: '%s' skill and stat points have been reset.
209: Character's skill points changed.
210: Character's status points changed.
211: Character's current zeny changed.
212: Cannot mount while in disguise.
213: You can not mount a Peco Peco with your current job.
214: You have released your Peco Peco.
215: This player cannot mount a Peco Peco while in disguise.
216: This player has mounted a Peco Peco.
217: This player cannot mount a Peco Peco with his/her current job.
218: This player's Peco Peco has been released.
219: %d day
220: %d days
221: %s %d hour
222: %s %d hours
223: %s %d minute
224: %s %d minutes
225: %s and %d second
226: %s and %d seconds
227: Party modification is disabled on this map.
228: Guild modification is disabled on this map.
229: Your effect has changed.
230: Server time (normal time): %A, %B %d %Y %X.
231: Game time: The game is in permanent daylight.
232: Game time: The game is in permanent night.
233: Game time: The game is in night for %s.
234: Game time: After, the game will be in permanent daylight.
235: Game time: The game is in daylight for %s.
236: Game time: After, the game will be in permanent night.
237: Game time: After, the game will be in night for %s.
238: Game time: A day cycle has a normal duration of %s.
239: Game time: After, the game will be in daylight for %s.
240: %d monster(s) summoned!
241: You can now attack and kill players freely.
242: You can now be attacked and killed by players.
243: Skills have been disabled on this map.
244: Skills have been enabled on this map.
245: Server Uptime: %ld days, %ld hours, %ld minutes, %ld seconds.
246: Your GM level doesn't authorize you to preform this action.
247: You are not authorized to warp to this map.
248: You are not authorized to warp from your current map.
249: You are not authorized to warp to your save map.
250: You have already opened your storage. Close it first.
251: You have already opened your guild storage. Close it first.
252: You are not in a guild.
//253: You are not authorized to memo this map.
254: GM command configuration has been reloaded.
255: Battle configuration has been reloaded.
256: Status database has been reloaded.
257: Player database has been reloaded.
258: Sent packet 0x%x (%d)
259: Invalid packet
260: This item cannot be traded.
261: Script could not be loaded.
262: Script loaded.
263: This item cannot be dropped.
264: This item cannot be stored.
265: %s has bought your item(s).
266: Some of your items cannot be vended and were removed from the shop.
267: '%s' designated maps reset.
268: Reloaded the Message of the Day.
269: Displaying first %d out of %d matches
//@me output format
270: * :%s %s: *
271: You can't drop items on this map
272: You can't trade on this map
273: Commands available:
274: %d commands found.
275: No commands found.
276: You can't open a shop on this map
277: Usage: @request <petition/message to online GMs>.
278: (@request): %s
279: @request sent.
280: Invalid name.
281: You can't create chat rooms on this map
//Party-related
282: You need to be a party leader to use this command.
283: Target character must be online and in your current party.
284: Leadership transferred.
285: You've become the party leader.
286: There's been no change in the setting.
//Missing stuff for @killer related commands.
287: Killer state reset.
288: You are no longer killable.
289: The player is now killable.
290: The player is no longer killable.
291: Weather effects will dispell on warp/refresh
// Guild Castles Number
// --------------------
//299: ?? Castles
300: None Taken
301: One Castle
302: Two Castles
303: Three Castles
304: Four Castles
305: Five Castles
306: Six Castles
307: Seven Castles
308: Eight Castles
309: Nine Castles
310: Ten Castles
311: Eleven Castles
312: Twelve Castles
313: Thirteen Castles
314: Fourteen Castles
315: Fifteen Castles
316: Sixteen Castles
317: Seventeen Castles
318: Eighteen Castles
319: Nineteen Castles
320: Twenty Castles
321: Twenty-One Castles
322: Twenty-Two Castles
323: Twenty-Three Castles
324: Twenty-Four Castles
325: Twenty-Five Castles
326: Twenty-Six Castles
327: Twenty-Seven Castles
328: Twenty-Eight Castles
329: Twenty-Nine Castles
330: Thirty Castles
331: Thirty-One Castles
332: Thirty-Two Castles
333: Thirty-Three Castles
// 334: Thirty-Four Castles
334: Total Domination

// Templates for @who output
343: Name: %s 
344: (%s) 
345: | Party: '%s' 
346: | Guild: '%s'
//You may ommit the last %s, then you won't see players job name
347: | Lv:%d/%d | Job: %s
//You may ommit 2 last %d, then you won't see players coords, just map name
348: | Location: %s %d %d

// @duel (part 1)
350: Duel: You can't use @invite. You aren't a duelist.
351: Duel: The limit of players has been reached.
352: Duel: Player name not found.
353: Duel: The Player is in the duel already.
354: Duel: Invitation has been sent.
355: Duel: You can't use @duel without @reject.
356: Duel: You can take part in duel once per %d minutes.
357: Duel: Invalid value.
358: Duel: You can't use @leave. You aren't a duelist.
359: Duel: You've left the duel.
360: Duel: You can't use @accept without a duel invitation.
361: Duel: The duel invitation has been accepted.
362: Duel: You can't use @reject without a duel invitation.
363: Duel: The duel invitation has been rejected.
364: Duel: You can't invite %s because he/she isn't on the same map. 
// @duel (part 2)
370:  -- Duels: %d/%d, Members: %d/%d, Max players: %d --
371:  -- Duels: %d/%d, Members: %d/%d --
372:  -- Duel has been created (Use @invite/@leave) --
373:  -- Player %s invites %s to duel --
374: Blue -- Player %s invites you to PVP duel (Use @accept/@reject) --
375:  <- Player %s has left the duel --
376:  -> Player %s has accepted the duel --
377:  -- Player %s has rejected the duel --
// Main chat
380: Main chat has been activated.
381: Main chat already activated.
382: Main chat has been disabled.
383: Main chat already disabled.
384: Main chat is currently enabled. Usage: @main <on|off>, @main <message>.
385: Main chat is currently disabled. Usage: @main <on|off>, @main <message>.
386: %s :Main: %s
387: You cannot use Main chat while muted.
388: You should enable main chat with "@main on" command.
//NoAsk
390: Autorejecting is activated.
391: Autorejecting is deactivated.
392: You request has been rejected by autoreject option.
393: Autorejected trade request from %s.
394: Autorejected party invite from %s.
395: Autorejected guild invite from %s.
396: Autorejected alliance request from %s.
397: Autorejected opposition request from %s.
398: Autorejected friend request from %s.
400: Usage: @jailfor <time> <character name>
401: You have been jailed for %d years, %d months, %d days, %d hours and %d minutes
402: %s in jail for %d years, %d months, %d days, %d hours and %d minutes
// WoE SE (@agitstart2)
403: War of Emperium SE has been initiated.
404: War of Emperium SE is currently in progress.
405: War of Emperium SE has been ended.
406: War of Emperium SE is currently not in progress.

// Homunculus messages
450: You already have a homunculus

// Messages of others (not for GM commands)
// ----------------------------------------

//500: FREE
501: Your account time limit is: %d-%m-%Y %H:%M:%S.
502: Day Mode is activated
503: Night Mode is activated

// Cash point change messages
504: Used %d kafra points and %d cash points. %d kafra and %d cash points remaining.
505: Gained %d cash points. Total %d points.
506: Gained %d kafra points. Total %d points.
410: Removed %d cash points. Total %d points.
411: Removed %d kafra points. Total %d points.

// Trade Spoof Messages
507: This player has been banned for %d minute(s).
508: This player hasn't been banned (Ban option is disabled).
//509 Available....

// mail system
//----------------------
510: You have %d new emails (%d unread)

// Bot detect messages (currently unused)
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.

536: Character '%s' (account: %d) is trying to use a bot (it tries to detect a fake player).
537: Character '%s' (account: %d) is trying to use a bot (it tries to detect a fake mob).
// Trade Spoof Messages
538: Hack on trade: character '%s' (account: %d) try to trade more items that he has.
539: This player has %d of a kind of item (id: %d), and tried to trade %d of them.
540: This player has been definitivly blocked.
// Rare Items Drop/Steal announce
541: '%s' got %s's %s (chance: %0.02f%%)
//541: %.0s%.0sSomeone got %s
542: '%s' stole %s's %s (chance: %0.02f%%)
//542: %.0s%.0sSomeone stole %s
// 543~548 are not used (previously @away messages)
// @Autotrade
549: You should have a shop open to use @autotrade.

//550 -> 650: Job Names
550: Novice
551: Swordsman
552: Magician
553: Archer
554: Acolyte
555: Merchant
556: Thief
557: Knight
558: Priest
559: Wizard
560: Blacksmith
561: Hunter
562: Assassin
563: Crusader
564: Monk
565: Sage
566: Rogue
567: Alchemist
568: Bard
569: Dancer
570: Wedding
571: Super Novice
572: Gunslinger
573: Ninja
574: Christmas
575: High Novice
576: High Swordsman
577: High Magician
578: High Archer
579: High Acolyte
580: High Merchant
581: High Thief
582: Lord Knight
583: High Priest
584: High Wizard
585: Whitesmith
//585: Mastersmith //IRO name
586: Sniper
587: Assassin Cross
588: Paladin
589: Champion
590: Professor
//590: Scholar //IRO name
591: Stalker
592: Creator
//592: Biochemist //IRO Name
593: Clown
//593: Minstrel //IRO Name
594: Gypsy
595: Baby Novice
596: Baby Swordsman
597: Baby Magician
598: Baby Archer
599: Baby Acolyte
600: Baby Merchant
601: Baby Thief
602: Baby Knight
603: Baby Priest
604: Baby Wizard
605: Baby Blacksmith
606: Baby Hunter
607: Baby Assassin
608: Baby Crusader
609: Baby Monk
610: Baby Sage
611: Baby Rogue
612: Baby Alchemist
613: Baby Bard
614: Baby Dancer
615: Super Baby
616: Taekwon
617: Star Gladiator
618: Soul Linker
//619: FREE
//620: FREE
621: Summer
622: Gangsi
623: Death Knight
624: Dark Collector
625: Rune Knight
626: Warlock
627: Ranger
628: Arch Bishop
629: Mechanic
630: Guillotine Cross
631: Royal Guard
632: Sorcerer
633: Minstrel
//633: Maestro //IRO Name
634: Wanderer
635: Sura
636: Genetic
//636: Geneticist //IRO Name
637: Shadow Chaser
638: Baby Rune Knight
639: Baby Warlock
640: Baby Ranger
641: Baby Arch Bishop
642: Baby Mechanic
643: Baby Guillotine Cross
644: Baby Royal Guard
645: Baby Sorcerer
646: Baby Minstrel
647: Baby Wanderer
648: Baby Sura
649: Baby Genetic
650: Baby Shadow Chaser
651: Expanded Super Novice
652: Expanded Super Baby
653: Kagerou
654: Oboro
655: Unknown Job

// MvP Tomb
// Added here so it can be easily translated
656: Tomb
657: [ ^EE0000%s^000000 ]
658: Has met its demise
659: Time of death : ^EE0000%s^000000
660: Defeated by
661: [^EE0000%s^000000]

// Etc messages from source
662: You're too close to a NPC, you must be at least %d cells away from any NPC.
663: Duel: Can't use this item in duel.
664: You cannot use this command when dead.
665: Can't create chat rooms in this Area.
666: Pets are not allowed in Guild Wars.
667: You're not dead.
668: Your actual memo positions are:
669: You broke target's weapon

//670-899 free

//------------------------------------
// More atcommands message
//------------------------------------

// @send
900: Usage:
901:	@send len <packet hex number>
902: 	@send <packet hex number> {<value>}*
903: 	Value: <type=B(default),W,L><number> or S<length>"<string>"
904: Packet 0x%x length: %d
905: Unknown packet: 0x%x
906: Not a string:
907: Not a hexadecimal digit:
908: Unknown type of value in:

// @rura
909: Please, enter a map (usage: @warp/@rura/@mapmove <mapname> <x> <y>).

// @where
910: Please, enter a player name (usage: @where <char name>).

// @jumpto
911: Please, enter a player name (usage: @jumpto/@warpto/@goto <player name/id>).

// @who
912: (CID:%d/AID:%d) 

// @whogm
913: Name: %s (GM)
914: Name: %s (GM:%d) | Location: %s %d %d
915:       BLvl: %d | Job: %s (Lvl: %d)
916:       Party: '%s' | Guild: '%s'
917: None

// @speed
918: Please, enter a speed value (usage: @speed <%d-%d>).

// @storage
919: Storage opened.

// @guildstorage
920: Guild storage opened.

// @option
921: Please, enter at least one option..

// @jobchange
922: Please, enter a job ID (usage: @job/@jobchange <job name/ID>).
923: ----- Novice / 1st Class -----
924:    0 Novice              1 Swordman            2 Magician            3 Archer
925:    4 Acolyte             5 Merchant            6 Thief
926: ----- 2nd Class -----
927:    7 Knight              8 Priest              9 Wizard             10 Blacksmith
928:   11 Hunter             12 Assassin           14 Crusader           15 Monk
929:   16 Sage               17 Rogue              18 Alchemist          19 Bard
930:   20 Dancer
931: ----- High Novice / High 1st Class -----
932: 4001 Novice High      4002 Swordman High    4003 Magician High    4004 Archer High
933: 4005 Acolyte High     4006 Merchant High    4007 Thief High
934: ----- Transcendent 2nd Class -----
935: 4008 Lord Knight      4009 High Priest      4010 High Wizard      4011 Whitesmith
936: 4012 Sniper           4013 Assassin Cross   4015 Paladin          4016 Champion
937: 4017 Professor        4018 Stalker          4019 Creator          4020 Clown
938: 4021 Gypsy
939: ----- 3rd Class (Regular) -----
940: 4054 Rune Knight      4055 Warlock          4056 Ranger           4057 Arch Bishop
941: 4058 Mechanic         4059 Guillotine Cross 4066 Royal Guard      4067 Sorcerer
942: 4068 Minstrel         4069 Wanderer         4070 Sura             4071 Genetic
943: 4072 Shadow Chaser
944: ----- 3rd Class (Transcendent) -----
945: 4060 Rune Knight      4061 Warlock          4062 Ranger           4063 Arch Bishop
946: 4064 Mechanic         4065 Guillotine Cross 4073 Royal Guard      4074 Sorcerer
947: 4075 Minstrel         4076 Wanderer         4077 Sura             4078 Genetic
948: 4079 Shadow Chaser
949: ----- Expanded Class -----
950:   23 Super Novice       24 Gunslinger         25 Ninja            4045 Super Baby
951: 4046 Taekwon          4047 Star Gladiator   4049 Soul Linker      4050 Gangsi
952: 4051 Death Knight     4052 Dark Collector   4190 Ex. Super Novice 4191 Ex. Super Baby
953: 4211 Kagerou          4212 Oboro
954: ----- Baby Novice And Baby 1st Class -----
955: 4023 Baby Novice      4024 Baby Swordman    4025 Baby Magician    4026 Baby Archer
956: 4027 Baby Acolyte     4028 Baby Merchant    4029 Baby Thief
957: ---- Baby 2nd Class ----
958: 4030 Baby Knight      4031 Baby Priest      4032 Baby Wizard      4033 Baby Blacksmith
959: 4034 Baby Hunter      4035 Baby Assassin    4037 Baby Crusader    4038 Baby Monk
960: 4039 Baby Sage        4040 Baby Rogue       4041 Baby Alchemist   4042 Baby Bard
961: 4043 Baby Dancer
962: ---- Baby 3rd Class ----
963: 4096 Baby Rune Knight 4097 Baby Warlock     4098 Baby Ranger      4099 Baby Arch Bishop
964: 4100 Baby Mechanic    4101 Baby Glt. Cross  4102 Baby Royal Guard 4103 Baby Sorcerer
965: 4104 Baby Minstrel    4105 Baby Wanderer    4106 Baby Sura        4107 Baby Genetic
966: 4108 Baby Shadow Chaser
967: ---- Modes And Others ----
968:  22 Wedding            26 Christmas          27 Summer           4048 Star Gladiator (Union)

//969-979 free (future jobs?)

// @kami
980: Please, enter a message (usage: @kami <message>).
981: Please, enter color and message (usage: @kamic <color> <message>).
982: Invalid color.

// @item
983: Please, enter an item name/id (usage: @item <item name or ID> [quantity]).

// @item2
984: Please, enter all informations (usage: @item2 <item name or ID> <quantity>
985:   <Identify_flag> <refine> <attribut> <Card1> <Card2> <Card3> <Card4>).

// @baselevelup
986: Please, enter a level adjustment (usage: @lvup/@blevel/@baselvlup <number of levels>).

// @joblevelup
987: Please, enter a level adjustment (usage: @joblvup/@jlevel/@joblvlup <number of levels>).

// @help
988: There is no help for this command_name.
989: Help for command %c%s:
990: Available aliases:

// @model
991: Please, enter at least a value (usage: @model <hair ID: %d-%d> <hair color: %d-%d> <clothes color: %d-%d>).

// @dye
992: Please, enter a clothes color (usage: @dye/@ccolor <clothes color: %d-%d>).

// @hairstyle
993: Please, enter a hair style (usage: @hairstyle/@hstyle <hair ID: %d-%d>).

// @haircolor
994: Please, enter a hair color (usage: @haircolor/@hcolor <hair color: %d-%d>).

// @go
995: You can not use @go on this map.

// @refine
996: Please, enter a position and an amount (usage: @refine <equip position> <+/- amount>).
997: %d: Lower Headgear
998: %d: Right Hand
999: %d: Garment
1000: %d: Left Accessory
1001: %d: Body Armor
1002: %d: Left Hand
1003: %d: Shoes
1004: %d: Right Accessory
1005: %d: Top Headgear
1006: %d: Mid Headgear

// @produce
1007: Please, enter at least an item name/id (usage: @produce <equip name or equip ID> <element> <# of very's>).

// @memo
1008: Please, enter a valid position (usage: @memo <memo_position:%d-%d>).

// @displaystatus
1009: Please, enter a status type/flag (usage: @displaystatus <status type> <flag> <tick> {<val1> {<val2> {<val3>}}}).

// @stpoint
1010: Please, enter a number (usage: @stpoint <number of points>).

// @skpoint
1011: Please, enter a number (usage: @skpoint <number of points>).

// @zeny
1012: Please, enter an amount (usage: @zeny <amount>).

// @param
1013: Please, enter a valid value (usage: @str,@agi,@vit,@int,@dex,@luk <+/-adjustment>).

// @guildlevelup
1014: Please, enter a valid level (usage: @guildlvup/@guildlvlup <# of levels>).

// @makeeg
1015: Please, enter a monster/egg name/id (usage: @makeegg <pet>).

// @petfriendly
1016: Please, enter a valid value (usage: @petfriendly <0-1000>).

// @pethungry
1017: Please, enter a valid number (usage: @pethungry <0-100>).

// @recall
1018: Please, enter a player name (usage: @recall <player name/id>).
1019: You are not authorised to warp someone to your actual map.

// @recall
1020: You are not authorized to warp this player from its actual map.

// @charblock
1021: Please, enter a player name (usage: @charblock/@block <name>).

// @charban
1022: Please, enter ban time and a player name (usage: @charban/@ban/@banish/@charbanish <time> <name>).
1023: You are not allowed to reduce the length of a ban

// @charunblock
1024: Please, enter a player name (usage: @charunblock <player_name>).

// @charunban
1025: Please, enter a player name (usage: @charunban <player_name>).

// @kick
1026: Please, enter a player name (usage: @kick <player name/id>).

// @questskill / @lostskill
1027: Please enter a quest skill number.

// @spiritball
1028: Usage: @spiritball <number: 0-%d>

// @party
1029: Please, enter a party name (usage: @party <party_name>).

// @guild
1030: Please, enter a guild name (usage: @guild <guild_name>).

// @idsearch
1031: Please, enter a part of item name (usage: @idsearch <part_of_item_name>).

// @recallall / @guildrecall / @partyrecall
1032: You are not authorised to warp somenone to your actual map.
1033: Because you are not authorised to warp from some maps, %d player(s) have not been recalled.

// @guildrecall
1034: Please, enter a guild name/id (usage: @guildrecall <guild_name/id>).

// @partyrecall
1035: Please, enter a party name/id (usage: @partyrecall <party_name/id>).

// @reloadatcommand
1036: Error reading groups.conf, can't reload
1037: Error reading atcommand.conf, can't reload

// @mapinfo
1038: Please, enter at least a valid list number (usage: @mapinfo <0-3> [map]).
1039: ------ Map Info ------
1040: Map Name: %s | Players In Map: %d | NPCs In Map: %d | Chats In Map: %d
1041: ------ Map Flags ------
1042: Town Map
1043: Autotrade Enabled
1044: Autotrade Disabled
1045: Battlegrounds ON
1046: PvP Flags: 
1047: Pvp ON | 
1048: NoGuild | 
1049: NoParty | 
1050: NightmareDrop | 
1051: NoCalcRank | 
1052: GvG Flags: 
1053: GvG ON | 
1054: GvG Dungeon | 
1055: GvG Castle | 
1056: NoParty | 
1057: Teleport Flags: 
1058: NoTeleport | 
1059: Monster NoTeleport | 
1060: NoWarp | 
1061: NoWarpTo | 
1062: NoReturn | 
1063: NoGo | 
1064: NoMemo | 
1065: No Exp Penalty: %s | No Zeny Penalty: %s
1066: On
1067: Off
1068: No Save (Return to last Save Point)
1069: No Save, Save Point: %s,Random
1070: No Save, Save Point: %s,%d,%d
1071: Weather Flags: 
1072: Snow | 
1073: Fog | 
1074: Sakura | 
1075: Clouds | 
1076: Clouds2 | 
1077: Fireworks | 
1078: Leaves | 
//1079: Rain | 
1080: Displays Night | 
1081: Other Flags: 
1082: NoBranch | 
1083: NoTrade | 
1084: NoVending | 
1085: NoDrop | 
1086: NoSkill | 
1087: NoIcewall | 
1088: AllowKS | 
1089: Reset | 
1090: Other Flags: 
1091: NoCommand | 
1092: NoBaseEXP | 
1093: NoJobEXP | 
1094: NoMobLoot | 
1095: NoMVPLoot | 
1096: PartyLock | 
1097: GuildLock | 
1098: ----- Players in Map -----
1099: Player '%s' (session #%d) | Location: %d,%d
1100: ----- NPCs in Map -----
1101: North
1102: North West
1103: West
1104: South West
1105: South
1106: South East
1107: East
1108: North East
1109: North
1110: Unknown
1111: NPC %d: %s | Direction: %s | Sprite: %d | Location: %d %d
1112: NPC %d: %s::%s | Direction: %s | Sprite: %d | Location: %d %d 
1113: ----- Chats in Map -----
1114: Chat: %s | Player: %s | Location: %d %d
1115:    Users: %d/%d | Password: %s | Public: %s
1116: Yes
1117: No
1118: Please, enter at least a valid list number (usage: @mapinfo <0-3> [map]).

// @mount
1119: You have mounted your Dragon
1120: You have released your Dragon
1121: You have mounted your Wug
1122: You have released your Wug
1123: You have mounted your Mado Gear
1124: You have released your Mado Gear

// @guildspy
1125: The mapserver has spy command support disabled.
1126: Please, enter a guild name/id (usage: @guildspy <guild_name/id>).

// @partyspy
1127: Please, enter a party name/id (usage: @partyspy <party_name/id>).

// @nuke
1128: Please, enter a player name (usage: @nuke <char name>).

// @tonpc
1129: Please, enter a NPC name (usage: @tonpc <NPC_name>).

// @enablenpc
1130: Please, enter a NPC name (usage: @enablenpc <NPC_name>).

// @hidenpc
1131: Please, enter a NPC name (usage: @hidenpc <NPC_name>).

// @loadnpc
1132: Please, enter a script file name (usage: @loadnpc <file name>).

// @npcoff
1133: Please, enter a NPC name (usage: @npcoff <NPC_name>).

// @jail
1134: Please, enter a player name (usage: @jail <char_name>).

// @unjail
1135: Please, enter a player name (usage: @unjail/@discharge <char_name>).

// @jailfor
1136: Invalid time for jail command.
1137: You are now
1138: This player is now

// @jailtime
1139: You are not in jail.
1140: You have been jailed indefinitely.
1141: You have been jailed for an unknown amount of time.
1142: You will remain

// @disguise
1143: Please, enter a Monster/NPC name/id (usage: @disguise <monster_name_or_monster_ID>).
1144: Character cannot wear disguise while riding.

// @disguiseall
1145: Please, enter a Monster/NPC name/id (usage: @disguiseall <monster name or monster ID>).

// @disguiseguild
1146: Please enter a mob name/id and guild name/id (usage: @disguiseguild <mob name/id>, <guild name/id>).

// @undisguiseguild
1147: Please enter guild name/id (usage: @undisguiseguild <guild name/id>).

// @exp
1148: Base Level: %d (%.3f%%) | Job Level: %d (%.3f%%)

// @broadcast
1149: Please, enter a message (usage: @broadcast <message>).

// @localbroadcast
1150: Please, enter a message (usage: @localbroadcast <message>).

// @email
1151: Please enter 2 emails (usage: @email <actual@email> <new@email>).

// @effect
1152: Please, enter an effect number (usage: @effect <effect number>).

// @npcmove
1153: Usage: @npcmove <X> <Y> <npc_name>
1154: NPC is not on this map.
1155: NPC moved.

// @addwarp
1156: usage: @addwarp <mapname> <X> <Y>.
1157: Unknown map '%s'.
1158: New warp NPC '%s' created.

// @follow
1159: Follow mode OFF.
1160: Follow mode ON.

// @storeall
1161: You can't open the storage currently.
1162: It is done

// @skillid
1163: Please enter a skill name to look up (usage: @skillid <skill name>).
1164: skill %d: %s

// @useskill
1165: Usage: @useskill <skillnum> <skillv> <target>

// @displayskill
1166: Usage: @displayskill <skillnum> {<skillv>}>

// @skilltree
1167: Usage: @skilltree <skillnum> <target>
1168: Player is using %s skill tree (%d basic points)
1169: I do not believe the player can use that skill
1170: player requires level %d of skill %s
1171: I believe the player meets all the requirements for that skill

// @marry
1172: Usage: @marry <player name>
1173: They are married.. wish them well.
1174: The two cannot wed because one of them is either a baby or is already married.

// @divorce
1175: '%s' is not married.
1176: '%s' and his(her) partner are now divorced.

// @changelook
1177: Usage: @changelook [<position>] <view id> -- [] = optional
1178: Position: 1-Top 2-Middle 3-Bottom 4-Weapon 5-Shield 6-Shoes 7-Robe

// @autotrade
1179: Autotrade is not allowed on this map.
1180: Cannot Autotrade if you are dead.

// @changegm
1181: You need to be a Guild Master to use this command.
1182: You cannot change guild leaders on this map.
1183: Command usage: @changegm <guildmember name>
1184: Target character must be online and be a guildmate.

// @changeleader
1185: Command usage: @changeleader <party member name>

// @partyoption
1186: Command usage: @partyoption <pickup share: yes/no> <item distribution: yes/no>

// @autoloot
1187: Autolooting items with drop rates of %0.02f%% and below.
1188: Autoloot is now off.

// @autolootitem
1189: Item not found.
1190: You're already autolooting this item.
1191: Your autolootitem list is full. Remove some items first with @autolootid -<item name or ID>.
1192: Autolooting item: '%s'/'%s' {%d}
1193: You're currently not autolooting this item.
1194: Removed item: '%s'/'%s' {%d} from your autolootitem list.
1195: You can have %d items on your autolootitem list.
1196: To add item to the list, use "@alootid +<item name or ID>". To remove item use "@alootid -<item name or ID>".
1197: "@alootid reset" will clear your autolootitem list.
1198: Your autolootitem list is empty.
1199: Items on your autolootitem list:
1200: Your autolootitem list has been reset.

// @rain
//1201: The rain has stopped.
//1202: It is made to rain.

// @snow
1203: Snow has stopped falling.
1204: It is made to snow.

// @sakura
1205: Cherry tree leaves no longer fall.
1206: Cherry tree leaves is made to fall.

// @clouds
1207: The clouds has disappear.
1208: Clouds appear.

// @clouds2
1209: The alternative clouds disappear.
1210: Alternative clouds appear.

// @fog
1211: The fog has gone.
1212: Fog hangs over.

// @leaves
1213: Leaves no longer fall.
1214: Fallen leaves fall.

// @fireworks
1215: Fireworks are ended.
1216: Fireworks are launched.

// @sound
1217: Please, enter a sound filename. (usage: @sound <filename>)

// @mobsearch
1218: Please, enter a monster name (usage: @mobsearch <monster name>).
1219: Invalid mob id %s!
1220: Mob Search... %s %s

// @cleanmap
1221: All dropped items have been cleaned up.

// @npctalk
1222: Please, enter the correct info (usage: @npctalk <npc name>, <message>).
1223: Please, enter the correct info (usage: @npctalkc <color> <npc name>, <message>).

// @pettalk
1224: Please, enter a message (usage: @pettalk <message>

// @summon
1225: Please, enter a monster name (usage: @summon <monster name> [duration]

// @adjgroup
1226: Usage: @adjgroup <group_id>
1227: Specified group does not exists.
1228: Group changed successfully.
1229: Your group has changed.

// @trade
1230: Please, enter a player name (usage: @trade <player>).

// @setbattleflag
1231: Usage: @setbattleflag <flag> <value>.
1232: unknown battle_config flag
1233: battle_config set as requested

// @unmute
1234: Please, enter a player name (usage: @unmute <player>).
1235: Player is not muted
1236: Player unmuted.

// @mute
1237: Usage: @mute <time> <character name>.

// @identify
1238: There are no items to appraise.

// @mobinfo
1239: Please, enter a Monster/ID (usage: @mobinfo <monster_name_or_monster_ID>).
1240: MVP Monster: '%s'/'%s'/'%s' (%d)
1241: Monster: '%s'/'%s'/'%s' (%d)
1242:  Lv:%d  HP:%d  Base EXP:%u  Job EXP:%u  HIT:%d  FLEE:%d
1243:  DEF:%d  MDEF:%d  STR:%d  AGI:%d  VIT:%d  INT:%d  DEX:%d  LUK:%d
1244:  ATK:%d~%d  Range:%d~%d~%d  Size:%s  Race: %s  Element: %s (Lv:%d)
1245:  Drops:
1246: This monster has no drops.
1247:  MVP Bonus EXP:%u
1248:  MVP Items:
1249: This monster has no MVP prizes.

// @showmobs
1250: Invalid mob id %s!
1251: Can't show Boss mobs!
1252: Mob Search... %s %s

// @homlevel
1253: Please, enter a level adjustment: (usage: @homlevel <# of levels to level up>.

// @homlevel / @homevolve / @homfriendly / @homhungry / @homtalk / @hominfo / @homstats
1254: You do not have a homunculus.

// @homevolve
1255: Your homunculus doesn't evolve.

// @makehomun
1256: Please, enter a homunculus id: (usage: @makehomun <homunculus id>.
1257: Invalid Homunculus id.

// @homfriendly
1258: Please, enter a friendly value: (usage: @homfriendly <friendly value[0-1000]>.

// @homhungry
1259: Please, enter a hunger value: (usage: @homhungry <hunger value[0-100]>.

// @homtalk
1260: Please, enter a message (usage: @homtalk <message>

// @hominfo
1261: Homunculus stats :
1262: HP : %d/%d - SP : %d/%d
1263: ATK : %d - MATK : %d~%d
1264: Hungry : %d - Intimacy : %u
1265: Stats: Str %d / Agi %d / Vit %d / Int %d / Dex %d / Luk %d

// @homstats
1266: Homunculus growth stats (Lv %d %s):
1267: Max HP: %d (%d~%d)
1268: Max SP: %d (%d~%d)
1269: Str: %d (%d~%d)
1270: Agi: %d (%d~%d)
1271: Vit: %d (%d~%d)
1272: Int: %d (%d~%d)
1273: Dex: %d (%d~%d)
1274: Luk: %d (%d~%d)

// @homshuffle
1275: [Homunculus Stats Altered]

// @iteminfo
1276: Please, enter Item name or its ID (usage: @ii/@iteminfo <item name or ID>).
1277: Item: '%s'/'%s'[%d] (%d) Type: %s | Extra Effect: %s
1278: None
1279: With script
1280: NPC Buy:%dz, Sell:%dz | Weight: %.1f 
1281:  - Available in the shops only.
1282:  - Maximal monsters drop chance: %02.02f%%
1283:  - Monsters don't drop this item.

// @whodrops
1284: Please, enter Item name or its ID (usage: @whodrops <item name or ID>).
1285: Item: '%s'[%d]
1286:  - Item is not dropped by mobs.
1287: - Common mobs with highest drop chance (only max %d are listed):

// @whereis
1288: Please, enter a Monster/ID (usage: @whereis<monster_name_or_monster_ID>).
1289: %s spawns in:
1290: This monster does not spawn normally.

// @adopt
1291: usage: @adopt <father>,<mother>,<child>.
1292: Adopting: --%s--%s--%s--\n
1293: Cannot find player %s online
1294: They are family... wish them luck

// @version
1295: rAthena Version SVN r%s
1296: Cannot determine SVN revision

// @mutearea
1297: Please, enter a time in minutes (usage: @mutearea/@stfu <time in minutes>.

// @rates
1298: Experience rates: Base %.2fx / Job %.2fx
1299: Normal Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
1300: Boss Drop Rates: Common %.2fx / Healing %.2fx / Usable %.2fx / Equipment %.2fx / Card %.2fx
1301: Other Drop Rates: MvP %.2fx / Card-Based %.2fx / Treasure %.2fx

// @me
1302: Please, enter a message (usage: @me <message>).

// @size / @sizeall / @sizeguild
1303: Size change applied.

// @sizeguild
1304: Please enter guild name/id (usage: @sizeguild <size> <guild name/id>).

// @monsterignore
1305: You are now immune to attacks.
1306: Returned to normal state.

// @fakename
1307: Returned to real name.
1308: You must enter a name.
1309: Fake name must be at least two characters.
1310: Fake name enabled.

// @mapflag
1311: Enabled Mapflags in this map:
1312: Usage: "@mapflag monster_teleport 1" (0=Off | 1=On)
1313: Use: "@mapflag available" to list the available mapflags
1314: Invalid flag name or flag
1315: Available Flags:

// @showexp
1316: Gained exp will not be shown.  
1317: Gained exp is now shown

// @showzeny
1318: Gained zeny will not be shown.
1319: Gained zeny is now shown

// @showdelay
1320: Skill delay failures won't be shown.
1321: Skill delay failures are shown now.

// @cash
1322: Please, enter an amount.

// @clone
1323: You must enter a name or character ID.

// @feelreset
1324: Reset 'Feeling' maps.

// @noks
1325: [ K.S Protection Inactive ]
1326: [ K.S Protection Active - Option: Party ]
1327: [ K.S Protection Active - Option: Self ]
1328: [ K.S Protection Active - Option: Guild ]
1329: Usage: @noks <self|party|guild>

// @allowks
1330: [ Map K.S Protection Active ]
1331: [ Map K.S Protection Inactive ]

// @itemlist
1332: ------ %s items list of '%s' ------
1333:  | equipped: 
1334: garment, 
1335: left accessory, 
1336: body/armor, 
1337: right hand, 
1338: left hand, 
1339: both hands, 
1340: feet, 
1341: right accessory, 
1342: lower head, 
1343: top head, 
1344: lower/top head, 
1345: mid head, 
1346: lower/mid head, 
1347: lower/mid/top head, 
1348:  -> (pet egg, pet id: %u, named)
1349:  -> (pet egg, pet id: %u, unnamed)
1350:  -> (crafted item, creator id: %u, star crumbs %d, element %d)
1351:  -> (produced item, creator id: %u)
1352:  -> (card(s): 
1353: No item found in this player's %s.
1354: %d item(s) found in %d %s slots.

// @delitem
1355: Please, enter an item name/id, a quantity and a player name (usage: #delitem <player> <item_name_or_ID> <quantity>).

// @font
1356: Returning to normal font.
1357: Use @font <1..9> to change your messages font.
1358: Use 0 or no parameter to back to normal font.
1359: Invalid font. Use a Value from 0 to 9.
1360: Font changed.
1361: Already using this font.

// @new_mount
1362: NOTICE: If you crash with mount your LUA is outdated
1363: You have mounted.
1364: You have released your mount

// @accinfo
1365: (usage: @accinfo/@accountinfo <account_id/char name>).
1366: You may search partial name by making use of '%' in the search, "@accinfo %Mario%" lists all characters whose name contain "Mario"

// @set
1367: Usage: @set <variable name> <value>
1368: Usage: e.g. @set PoringCharVar 50
1369: Usage: e.g. @set PoringCharVarSTR$ Super Duper String
1370: Usage: e.g. "@set PoringCharVarSTR$" outputs it's value, Super Duper String
1371: NPC Variables may not be used with @set
1372: Instance variables may not be used with @set
1373: %s value is now :%d
1374: %s value is now :%s
1375: %s is empty
1376: %s data type is not supported :%u

// @reloadquestdb
1377: Quest DB has been reloaded

// @addperm
1378: Usage: %s <permission_name>
1379: -- Permission List
1380: '%s' is not a known permission
1381: User '%s' already possesses the '%s' permission
1382: User '%s' doesn't possess the '%s' permission
1383: -- User '%s' Permissions
1384: User '%s' permissions were updated successfully, be aware the changes are temporary.

// @unloadnpcfile
1385: Usage: @unloadnpcfile <file name>
1386: File unloaded, be aware mapflags and monsters spawned directly are not removed
1387: File not found

// General command messages
1388: Charcommand failed. Usage: %c<command> <char name> <params>.
1389: %s failed. Player not found.

//Custom translations
import: conf/import/msg_conf.txt