CoronaCore / Issues

This repository is used as a centralized point for all issues regarding CoronaCore.
http://coronacore.org/
3 stars 4 forks source link

The Strange Red Imp!(mangos one) #90

Closed Mibu86 closed 10 years ago

Mibu86 commented 10 years ago

Netherstorm is full of this visible trigger for non GM wowscrnshot_070414_100717 wowscrnshot_070414_100551 wowscrnshot_070414_104023

Salja commented 10 years ago

Thats is good what you report on old tbcdb is all trigger spawns worng so i have change the system but all triggers need now a update thanks for report i will look what i can change all today

Salja commented 10 years ago

I will help you to understand what is worng

On old system have on creature_template ModelId1 and ModelId3 same records of the ModelId but that is worng we need to update ModelId3 to 0 and add ModelId2 a other trigger ModelId, ModelId1 need not to change i hope you understand now the system more

Salja commented 10 years ago

here some update examples

UPDATE creature_template SET ModelId3=0, ModelId4=0 WHERE entry = 21348; UPDATE creature_template SET ModelId3=0, ModelId4=0 WHERE entry = 21262; UPDATE creature_template SET ModelId3=0, ModelId4=0 WHERE entry = 21261; UPDATE creature_template SET ModelId3=0, ModelId4=0 WHERE entry = 21310; UPDATE creature_template SET ModelId2=11686, ModelId3=0 WHERE entry = 21321; UPDATE creature_template SET ModelId2=19595, ModelId3=0 WHERE entry = 21353;

but i will not push yet i will update first more today than i push it

Mibu86 commented 10 years ago

ok'e

Salja commented 10 years ago

Fixed and some more wehn you found more so pls report