Jump to content

[9134] Can't learn Languages


Guest Shin Darth

Recommended Posts

MaNGOS: 9134 (tested both on Linux x64 and Windows 32)

UDB: 386

ScriptDev2: 1542

ACID: 3.0.2

If you learn a language, you can't use it and you don't understand it.

For example if you learn Darnassian to a Dranei player, he has that in his Skills but he doesn't understand a nightelf speaking in darnassian and can't speak in darnassian.

Link to comment
Share on other sites

MaNGOS: 9134 (tested both on Linux x64 and Windows 32)

UDB: 386

ScriptDev2: 1542

ACID: 3.0.2

If you learn a language, you can't use it and you don't understand it.

For example if you learn Darnassian to a Dranei player, he has that in his Skills but he doesn't understand a nightelf speaking in darnassian and can't speak in darnassian.

Every (almost) in-game language has a spell associated with it, for darnassian it is http://www.wowhead.com/?spell=671.

All of them are described in ObjectMgr.cpp:

LanguageDesc lang_description[LANGUAGES_COUNT] =
{
   { LANG_ADDON,           0, 0                       },
   { LANG_UNIVERSAL,       0, 0                       },
   { LANG_ORCISH,        669, SKILL_LANG_ORCISH       },
   { LANG_DARNASSIAN,    671, SKILL_LANG_DARNASSIAN   },
   { LANG_TAURAHE,       670, SKILL_LANG_TAURAHE      },
   { LANG_DWARVISH,      672, SKILL_LANG_DWARVEN      },
   { LANG_COMMON,        668, SKILL_LANG_COMMON       },
   { LANG_DEMONIC,       815, SKILL_LANG_DEMON_TONGUE },
   { LANG_TITAN,         816, SKILL_LANG_TITAN        },
   { LANG_THALASSIAN,    813, SKILL_LANG_THALASSIAN   },
   { LANG_DRACONIC,      814, SKILL_LANG_DRACONIC     },
   { LANG_KALIMAG,       817, SKILL_LANG_OLD_TONGUE   },
   { LANG_GNOMISH,      7340, SKILL_LANG_GNOMISH      },
   { LANG_TROLL,        7341, SKILL_LANG_TROLL        },
   { LANG_GUTTERSPEAK, 17737, SKILL_LANG_GUTTERSPEAK  },
   { LANG_DRAENEI,     29932, SKILL_LANG_DRAENEI      },
   { LANG_ZOMBIE,          0, 0                       },
   { LANG_GNOMISH_BINARY,  0, 0                       },
   { LANG_GOBLIN_BINARY,   0, 0                       }
};

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...
  • 1 month later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use