Príncipe Tortheldrin (NPC)
Después de matar a Immol'thar en Dire Maul (La Masacre) el NPC Príncipe Tortheldrin deberia volverse hostil y asi poder matarlo para completar la quest Locura interior.
El problema: Príncipe Tortheldrin nunca se vuelve hostil, por lo tanto no se lo puede matar, tampoco se puede poner a la faccion Shen'dralar como enemiga, asi que no hay forma de completar la quest.
Re: Príncipe Tortheldrin (NPC)
Buenas, aporto un posible fix para el npc y el dungeon en general.
https://github.com/scriptdev2/script..._dire_maul.cpp
case NPC_PRINCE_TORTHELDRIN:
if (m_auiEncounter[TYPE_IMMOLTHAR] == DONE)
pCreature->SetFactionTemporary(FACTION_HOSTILE, TEMPFACTION_RESTORE_RESPAWN | TEMPFACTION_TOGGLE_OOC_NOT_ATTACK);
break;
Re: Príncipe Tortheldrin (NPC)
Con esto va a funcionar:
Cita:
INSERT INTO `smart_scripts` VALUES (11496, 0, 6, 0, 6, 0, 100, 0, 0, 0, 0, 0, 2, 2189, 0, 0, 0, 0, 0, 10, 56951, 11486, 0, 0, 0, 0, 0, "Immol'thar - On Death - Set Faction Aggresive Prince Tortheldrin");
Deberia estar bien para el próximo restart (? :D
Re: Príncipe Tortheldrin (NPC)
Gracias por el aporte!
Cita:
Iniciado por
Namek
Deberia estar bien para el próximo restart (? :D
Como crecen... ya es todo un dev (?)
Re: Príncipe Tortheldrin (NPC)
Confirmado que ya funciona, gracias !!
Re: Príncipe Tortheldrin (NPC)