Rushor

Results 99 comments of Rushor

@StormBytePP the whole character is nude if it happens or only the butt? cuz http://www.wowhead.com/forums&topic=205892/help-i-think-i-have-nude-bug i have kids so id like to fix this b4 thet wonder why dad play...

nvm http://www.mmo-champion.com/threads/636939-Naked-Bug

older script by an old friend ``` UPDATE gameobject_template SET ScriptName = 'go_transport_waypoint_reporter' WHERE entry IN (164871, 175080, 176495); UPDATE creature_template SET ScriptName = 'npc_frezza' WHERE entry = 9564; UPDATE...

yes you need to set: ``` me->SetReactState(REACT_AGGRESSIVE); ``` in ``` void JustEngagedWith(Unit* who) override ``` else he will not start moving.

errorfix ```sql -- Injured Alliance Soldier / Injured Horde Soldier DELETE FROM `creature_text` WHERE `CreatureID` IN (12923,12924,12925,12938,12936,12937); INSERT INTO `creature_text` (`CreatureID`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`,...

confirmed with .die and .respawn he does everything as intended. I tried: ``` diff void EnterCombat(Unit* /*who*/) { me->SetInCombatWithZone(); } ``` but that' s not the issue. Something is wrong...

well some more information. ``` diff void InitializeAI() { //Scripted_NoMovementAI::InitializeAI(); } ``` Is not used. Probably that should work, if the npc should shart his updateAI after the spawn.

``` diff void InitializeAI() { if (!me->isDead()) Reset(); // Scripted_NoMovementAI::InitializeAI(); } ``` try this :D would be nice if someone could check the hole encounter (spelldmg /addspawn etc.)

a further resetcall after the spawn enables this abilities. btw the whole encounter lacks of events, i try to get detailed infos for this

maybe someone can investigate all the missing features (endevents/startevents) first.