Open chaosua opened 9 months ago
The real fix for these trigger creatures is display probabilities.
https://github.com/azerothcore/azerothcore-wotlk/issues/18107 the same as this
so the main bug is there https://github.com/azerothcore/azerothcore-wotlk/issues/15932 which lead to https://github.com/azerothcore/azerothcore-wotlk/issues/5463 and possible hadache fix https://github.com/TrinityCore/TrinityCore/commit/9d210476e57949094fdd286001ef4900564edca5 to be equal to description in https://www.azerothcore.org/wiki/creature_template#modelidx
Current Behaviour
Steam Springs triger with golem model NPC ID: 25739 - Steam Vent is visible for players, it wandering near Steam Ragers model 169 is golem, model 23343 is steaming look
Karazhan And (Shade of Aran Teleport _ ) ID 17175, 17171, 17168, 17172, 17170, at Karazhan Guardian's Library there are also triggers that are not visible in normal and gm mode (ID 17173), comparing their parameters shows that the parameter of the modelid2 is 0 and modelid1=15435 (transperant model). And Visible trigers have modelid2=1126. If we enable gm mode visible triggers in normal mode become with invisible model in gm mode. I tried swap modelids on Shade of Aran Teleport W UPDATE
creature_template
SETmodelid1
= 1126,modelid2
= 15435 WHEREentry
= 17171; than all become visualy normal -> transperant in normal mode and golem in gm modeasuming that triggers have 2 models https://www.wowhead.com/wotlk/npc=17170/shade-of-aran-teleport-e so my suggestion is for Karazhan to swap ID UPDATE
creature_template
SETmodelid1
= 1126,modelid2
= 15435 WHEREentry
IN (17168, 17169, 17170, 17171, 17172, 17173, 17174, 17175, 17176); for Steam Vent swaping models doesn't help :( but setting flags_extra=128 may be helpful UPDATEcreature_template
SETflags_extra
=flags_extra
| 128 WHEREentry
= 25739; and i think steam vent must not have random movement. It has MOVEMENT_TYPE=0 UPDATEcreature
SETwander_distance
= 0 WHEREid1
= 25739;Expected Blizzlike Behaviour
triggers should be invisible for normal players
Source
No response
Steps to reproduce the problem
Steam Springs .gm off .go creature 108535
karazhan .gm on .go creature 135172 (center of library) .gm off
Extra Notes
i think that modelid1 and modelid2 must be swapped. So the invisible model 15435 will be in normal mode and 1126 in gm mode
AC rev. hash/commit
b6ee4f49cfbfc907b91fab446de7d207a2bff8bc
Operating system
All OS
Custom changes or Modules
No response