reaksiyon Posted August 26, 2017 Posted August 26, 2017 Hi guys when im trying long range skill attack http://prntscr.com/gd8uat its writing "//combat/targetoutsiderange"  i just wanna how to change this writing thing. i wanna write "I cant use skill from this range."  how to change this? Thank you.
0 panda Posted August 26, 2017 Posted August 26, 2017 The message indicates the string that's missing. You need to go into your language file, and inside combat you need to define the targetoutsiderange string. This is not a typo, it's just missing. Below stat4 you need to add <string id="targetoutsiderange">Your message here.</string> to fix this until another release is published with this string. reaksiyon 1
0 Damian666 Posted August 26, 2017 Posted August 26, 2017 I'm not sure, but it looks like a translation string. Â perhaps check the language file for that string?
0 Kibbelz Posted August 26, 2017 Posted August 26, 2017 Its a small typo since the strings used in the engine are located in language files. Will be fixed in 4.3, i'll open a bug report.
0 reaksiyon Posted September 22, 2017 Author Posted September 22, 2017 On 26.08.2017 at 9:01 PM, panda said: The message indicates the string that's missing. You need to go into your language file, and inside combat you need to define the targetoutsiderange string. This is not a typo, it's just missing. Below stat4 you need to add <string id="targetoutsiderange">Your message here.</string> to fix this until another release is published with this string. This is some fault. should be Server\resources\languages\Server.English.xml Below status6 in <combat> title. below the status6 add <string id="targetoutsiderange">Your message here.</string> if anyone need fix it.
Question
reaksiyon
Hi guys when im trying long range skill attackÂ
http://prntscr.com/gd8uat
its writing "//combat/targetoutsiderange" Â i just wanna how to change this writing thing.Â
i wanna write "I cant use skill from this range." Â how to change this? Thank you.
4 answers to this question
Recommended Posts