Closed killerwife closed 3 years ago
Try looking around for spells similar to http://www.wowhead.com/spell=22799/king-of-the-gordok It might be possible that this spell is server side, but probably unlikely.
Also, I'm not sure about the part:
we suspect a server-side force-faction spell that is cast onto every player in blades edge if the quest is completed
I think this should apply only to the player that completed the quest and maybe only for a limited time.
I looked through about 5000 spells in QSW, there is no such spell. Oh and the neutral to ogres status is permanent. There is no force-reaction spell related to the two factions of those ogres.
The faction change cannot be on the ogres and permanent... You realize, that there are millions of players that completed this quest on the retail server, but still the ogre factions are the same even today. :smile:
Clearly it has to do with a spell, or the information is incorrect or incomplete.
I dont mean on the ogres, I mean that the spell is cast permanently on the players that are currently in blades edge mountains. (similarly to the pvp objectives buff)
But thats the whole point of this thread, to get to the bottom of it ^^
If You remember dk starting zone (final part) player had to go back to capital (stormwind/orgrimmar)... All npcs there had diff faction and they had scripted reaction on player... Spell was casted on starting quest and removed from player on quest completed script
Im sure that your situation will be simmilar here. look at this spell ... 58530 this part:
Effect 0: Id 6 (SPELL_EFFECT_APPLY_AURA)
BasePoints = 2
Targets (1, 0) (TARGET_SELF, NO_TARGET)
Aura Id 139 (SPELL_AURA_FORCE_REACTION), value = 2, misc = 72 (72), miscB = 0, periodic = 0
also you can read: https://github.com/unified-db/Database/issues/76
Yes, you are right, all ogres in blades edge mountains have Factions 1780-1785 in faction.dbc, which correspond to 929 and 1001 in factionTemplate.dbc. But the timeline of faction status is different from the DK: Since character creation, up to quest Into the Soulgrinder (not only during), Blade's edge ogres are HOSTILE. Once you finish quest Into the Soulgrinder, ogres are forever NEUTRAL.
It will still be SPELL_AURA_FORCE_REACTION in my opinion, but the conditions when it will be applied will be different.
fixed some time ago
Hello, I have been working on this quest for the past few weeks, and I need help.
The quest has three stages:
My research so far has completed the 1st part, the death /say and the emotes after quest completion. The problem lies in the "make all ogres in blades edge neutral". I have asked several cmangos developers about any data regarding this afterscript. I talked with Laizerox about it and we suspect a server-side force-faction spell that is cast onto every player in blades edge if the quest is completed (this is just a guess, we need proof). I tried to add "neutral status" for the ogre factions, but they do not contain faction information so this is not the way blizzard did it.
To recap: I need information on the afterscript, what exactly should happen and information on the "make ogres neutral", for reference they are factions 929 and 1001 in faction.dbc
When I have the information and I am happy with the quality of the script, I will pull request it to cmangos.