TrinityCore
TrinityCore copied to clipboard
felmyst
ok i am using
win7 32 bit and core
84268be882e79ee763 335.11.46
no custom updates.
ok the problem here is that when i kill brut in sunwell that felmyst shows up but only as a round invisible circle here is a screenshot.
http://i1134.photobucket.com/albums/m618/gnomepunter1/WoWScrnShot_031212_122748.jpg.
i havent gotten into dbc fixes yet but if someone would point me in the right direction ill try to fix it myself to help out.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
does not seem to have a model, so set one.
nope, the DB data is correct for her. I'm sure there is transformation Spell she's supposed to used in a mini-event after Brutallus dies, but that isn't properly implemented(yet).
Still bugged, should be reopened.
Note: she did have a model about a year back or so.
http://i.imgur.com/rLAvU.jpg
Core revision: Trinity Core 0b98656b2878+ Database revision: TDB 335.11.48 Addons: Anticheat1
UPDATE creature_template
SET modelid2
=22838 WHERE entry
=25038; --Hackfix until some script the startevent or even find the spell which gives felmyst its model.
Could also be possible, that felmyst gets its model via core.
Problem is a spell cast, that is not casted.
how to fix?
@Rushor @sova-bogdan But I think this is because the felmyst flags_extra = 128 Only GM visible hack flags_extra = 1 You can temporarily let him work but in some cases the client crashes
maybe UPDATE creature_template SET flags_extra=33 WHERE entry=25038;
@L30m4nc3r felmyst
There have been no chance. This is another problem https://github.com/TrinityCore/TrinityCore/issues/12238
respawn brutallus Repeatedly kill but not what meaning
@w5860363 thanks. I see. :+1: felmyst really disabled in trinity. Flags_extra 129. Anyone can not see only gms.
@L30m4nc3r In fact, our idea is to convert from 128-model2 a visible model1 but it does not work
most sunwell is working on the mangosone tbc/2.4.3 version here is the link to their scripts,
https://github.com/cmangos/mangos-tbc/blob/master/src/scriptdev2/scripts/eastern_kingdoms/sunwell_plateau/boss_kiljaeden.cpp
https://github.com/cmangos/mangos-tbc/blob/master/src/scriptdev2/scripts/eastern_kingdoms/sunwell_plateau/boss_kalecgos.cpp
https://github.com/cmangos/mangos-tbc/blob/master/src/scriptdev2/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp
https://github.com/cmangos/mangos-tbc/blob/master/src/scriptdev2/scripts/eastern_kingdoms/sunwell_plateau/boss_felmyst.cpp
hoping someone can can grab stuff from here and apply it to TC
I do intend to do some work on this intance, but time is against me :/ Initial work on Kalecgos is here https://github.com/sirikfoll/TrinityCore/tree/Kalecgos
@sirikfoll can't that be merged since it's better than current code? :)
very basic fix: https://github.com/Rushor/TrinityCore/commit/93f1b1e11f354d2ee0460295275e065e8022bed6
I have detailed the boss issue in this https://github.com/TrinityCore/TrinityCore/issues/26597 post. So, I tried testing this event again. As I wrote in my post, Felmyst appears, but it's not clear where. So, after killing the Brutallus, I used the command .gm on, and suddenly I saw the boss. It turns out that Felmyst is simply not in the phase that should change after the death of Brutallus. I hope my observations will help you fix the problem faster.
From my quick tests this somehow I think that got fixed too by : https://github.com/TrinityCore/TrinityCore/commit/46560070ae610e4c85dfbbe37b24d2b4b4071405