TrinityCore icon indicating copy to clipboard operation
TrinityCore copied to clipboard

felmyst

Open gnomepunter opened this issue 12 years ago • 16 comments

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.

gnomepunter avatar Mar 12 '12 17:03 gnomepunter

does not seem to have a model, so set one.

mweinelt avatar Mar 13 '12 13:03 mweinelt

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).

Pesthuf avatar Mar 13 '12 17:03 Pesthuf

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

Crysicle avatar Aug 09 '12 11:08 Crysicle

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.

Rushor avatar Jun 24 '14 22:06 Rushor

Problem is a spell cast, that is not casted.

EgoSumThan avatar Jun 24 '14 22:06 EgoSumThan

how to fix?

sova-bogdan avatar Feb 26 '16 00:02 sova-bogdan

@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

w5860363 avatar Feb 26 '16 21:02 w5860363

maybe UPDATE creature_template SET flags_extra=33 WHERE entry=25038;

w5860363 avatar Feb 26 '16 21:02 w5860363

@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 avatar Mar 03 '16 09:03 w5860363

@w5860363 thanks. I see. :+1: felmyst really disabled in trinity. Flags_extra 129. Anyone can not see only gms.

L30m4nc3r avatar Mar 03 '16 10:03 L30m4nc3r

@L30m4nc3r In fact, our idea is to convert from 128-model2 a visible model1 but it does not work

w5860363 avatar Mar 03 '16 10:03 w5860363

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

Phantoms123 avatar Apr 02 '17 04:04 Phantoms123

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 avatar Apr 03 '17 02:04 sirikfoll

@sirikfoll can't that be merged since it's better than current code? :)

Aokromes avatar Jun 21 '19 16:06 Aokromes

very basic fix: https://github.com/Rushor/TrinityCore/commit/93f1b1e11f354d2ee0460295275e065e8022bed6

Rushor avatar Jan 30 '20 13:01 Rushor

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. WoWScrnShot_062021_131215

Freeman256 avatar Jun 20 '21 10:06 Freeman256

From my quick tests this somehow I think that got fixed too by : https://github.com/TrinityCore/TrinityCore/commit/46560070ae610e4c85dfbbe37b24d2b4b4071405

WoWScrnShot_092422_124639

CraftedRO avatar Sep 24 '22 09:09 CraftedRO