Thread: Weremonk
View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old March 13th, 2020, 04:39 AM
Quote:
Originally Posted by Elltear View Post
Okay i am trying to use "Class Variant" but now with the Animal Forms i coming up with the problem of keeps asking for child. Plus I can not get the class skills to pop in the class skill window they are showing up in the ability slot but not in class window.

Bear Str +16, Dex +2, Con+8
Boar Str +4, Con +6
Rat Dex +6, Con +2
Tiger Str +12, Dex +4, Con +6
Wolf Str +2, Dex +4, Con +4
Wolverine Str +4, Dex +4, Con +8

Thank you advance
You need to select Shifter as your race. That's why the child errors are occurring.

As for the rest, take a look at the scripts on your custom abilities. They are looking for class specials on the Weretouched Master:

Code:
if (hero.child[cWeMWere3].tagis[Helper.ShowSpec] <> 0) then
You'll need to change cWeMWere3 to the appropriate new version. Also, [and this isn't your fault because you just copied the original] it's better to use hero.childfound instead of hero.child to help avoid errors. hero.child should only be used if you know 100% that the thing will be on the hero under all circumstances.
Sendric is offline   #8 Reply With Quote