Moderator: MacroQuest Developers

Code: Select all
if ((!strncmp(szMsg,"You have entered ",17)) || (strstr(szMsg," saved."))) {
Code: Select all
if ((!strncmp(szMsg,"You have entered ",17)) || (strstr(szMsg," saved."))) { The euro version works with the english command, they only added a translated allias for each command (and the translation s***s).Mckorr wrote:Nah, we could change that to recognize the other languages EQ uses. You'd still have to do MQ commands in English... but really that isn't hard, since you only have to change the command list, you can leave the source code pretty much intact.