PDA

View Full Version : Illusion: Werewolf


KodeKatt
06-01-2010, 02:33 AM
I'm probably going to find the answer before a reply here, but by default it's #14, What is the number for the newer Werewolf (DoD) model to use here?

I'm thinking maybe 14 is correct; I just need to update the model..

But.. for shits and giggles, going to test 454
..that didn't seem to work

Also.. the goal is above.. I want to update the illusion to the new werewolf, and I'm 50% clueless of how.. I know how to work around and navigate through the back end, I just don't know what I need to change.. I thought simply changing the race would work.

KodeKatt
06-01-2010, 04:03 AM
Maybe I have to mod it from MySQL instead of the text file.....


SQL

To update:
UPDATE `peq`.`spells_new` SET `effect_base_value1` = '454' WHERE `spells_new`.`id` =585;

to reverse:
UPDATE `peq`.`spells_new` SET `effect_base_value1` = '14' WHERE `spells_new`.`id` =585;

//Testing above now.
And it does work!
I am epic levels of happy now <3