What's new

Worgen Two Forms Shape Shift Broken

nicalicious

Verified Member
14
2023
2
If you are stuck as a Worgen wolf form here is the fix the DB.

SELECT * FROM mop_world.quest_template where id='14078';
update quest_template set rewardspell ='72857', rewartdspellcast='72857' where id='14078';

That will fix the "Lockdown!" quest.
You can set it as whatever quest you want. If you want the two forms to be learned right away. This will learn it on the very first quest.
SELECT * FROM mop_world.quest_template where id='14375';
update quest_template set rewardspell ='72857', rewartdspellcast='72857' where id='14375';
 
  • Like
Reactions: ExO
Hello nicalicious, your fix don't work for me :(
have you another fix who can work ?
 
I get a message saying "You Cannot Transform right Now" I managed to learn the "Two Forms" ability but I seem to be stuck in a some sort of state, which won't allow me to transform.
 
I dont know if you still got the problem, but I could solve it and want to share the solution that worked for me. Use the command: .char antierror
 
Back
Top