func void dia_addon_myxir_city_teachtransmutation_info() {
if(!knowtransmutation) {
if(b_teachtalent(self, other, npc_talent_transmutation, 1, true)) {
ai_output(other, self, я97316);
ai_output(self, other, я97317);
ai_output(self, other, я97318);
ai_output(self, other, я97319);
ai_output(self, other, я97320);
ai_output(self, other, я97321);
ai_output(self, other, я97322);
b_giveinvitemsmanythings(self, other);
createinvitem(hero, itam_addon_health);
createinvitem(hero, itri_addon_health_01);
createinvitem(hero, itri_addon_health_02);
createinvitem(hero, itam_addon_mana);
createinvitem(hero, itri_addon_mana_01);
createinvitem(hero, itri_addon_mana_02);
createinvitem(hero, itam_addon_str);
createinvitem(hero, itri_addon_str_01);
createinvitem(hero, itri_addon_str_02);
createinvitem(hero, itri_test);
};
}
else if((!knowtransmutation2) && knowtransmutation && mis_helios_daron) {
if(b_teachtalent(self, other, npc_talent_transmutation, 2, true)) {
ai_output(other, self, я97323);
ai_output(self, other, я97324);
};
}
else if((!knowtransmutation3) && knowtransmutation2 && (mis_dead_souls == log_success)) {
if(b_teachtalent(self, other, npc_talent_transmutation, 3, true)) {
ai_output(other, self, я97325);
ai_output(self, other, я97326);
ai_output(self, other, я97327);
};
}
else {
ai_output(self, other, я97328);
};
};