What's new
  • NEW: Happy Cataclysm gaming! The fresh 4.3.4 Cataclysm Repack V20.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now
  • Mists of Pandaria is calling! Heya - did you know that the newest 5.4.8 MoP Repack - version 7.1 - is now live?
    Download now

Two forms Worgen is not working

Tamaka

MoP Premium
5
2026
0
Two forms Worgen is not working, also the quest They have allies, so do we is also not working correctly. The glaives do very little damage to the war machines
 
Hey — those are all part of the Gilneas Worgen starting-zone scripted chain, which is pretty broken on a fresh run right now. The whole opening is scripted + phased and several steps don't fire correctly, including the 'Two Forms' racial and the war-machine/glaive damage step. The quest you mean is 'They Have Allies, But So Do We' (quest id 24681, Worgen-only — checked it in DB).

Rather than tracking these scattered, I started a dedicated thread for the whole Gilneas Worgen opening so all the issues land in one place for the devs:

Worth adding your specifics there — especially where exactly 'Two Forms' fails for you and the glaive-damage step. It's scripted-content/core stuff so not a quick DB toggle, but it's being tracked now, so the more concrete repro detail in one place the better.
 
I was able to get Two-Forms working in the 7.1 release, was having issues in 7.0 and 7.1 didnt automatically fix it. I found an applied aura I think leftover from the starter quests:

If you use this command on your character it should.

.unaura 98274

The "Force Worgen Altered Form" aura seems to get stuck applied doing the starter zone quests. Not sure if the 7.1 update fixed that or not but removing that aura did it for me and allowed chars to use Two-Forms again.
 
I was able to get Two-Forms working in the 7.1 release, was having issues in 7.0 and 7.1 didnt automatically fix it. I found an applied aura I think leftover from the starter quests:

If you use this command on your character it should.

.unaura 98274

The "Force Worgen Altered Form" aura seems to get stuck applied doing the starter zone quests. Not sure if the 7.1 update fixed that or not but removing that aura did it for me and allowed chars to use Two-Forms again.
The 7.1 update did not fix the worgen two forms as it was still broken when I leveled up a worgen after this update, but the GM command does fix the issue. Thanks.
 
i still run on MOP Premium v7.0 not rly feeling an need to update since my players are happy how the server is running (y i know i did not pay i got the pack from my mate i run and manage the software)

.unaura 98274 < is working the trigger in the quest is not working correctly to remove it so you can cast the spell 72857 (Two Forms)

a quick and ezz fix DELETE FROM `character_aura` WHERE `spell` = 98274; < just make a sqlcall and enter this in your programm of choice i use heidisql
 
Last edited:
Here a permanent fix via database and Sourcecode:

a.) Open WorldDB in Heidi or what you use

b.) enter these sqlquerry's found in the attached file
open the file copy > paste > run > save >restart the server run the commands < you need admin level 9 to run them

.unaura 98274
.unaura 97709
.unlearn 68996
.cast 72857

for me it fixed it permanently
in my files you will find german from time to time since i work daily 12h if you cant read it let it translate i do this for free so be happy or f_off
for the dev's i have done your job FIX IT OR QUIT TO MAKE PLACE FOR PPL WITH SKILL !!!

also i fixed your code if i had the source code i would be done in weeks not months or years if i take time of since i play wow since it was in beta in usa

2nd File @Exo is for your sloppy dev's since they don't work like they should i have done there work for free in 2hours with testing included code fixed and database fixed what a shame that i was able to fix it alone with no hassle
 

Attachments

Last edited:
Edit: ALSO MOST BUGGS ARE NOT BUGS THEY ARE JUST A FAULTY CLIENT YOU USE !!! GET A FULL NOT MODED CLIENT PLAY SEARCH FOR BUGS THEN REPORT
 
Back
Top