#Random wolf models (tamed and untamed) question

8 messages · Page 1 of 1 (latest)

still mauve
#

I want the models from models.1 to show up when a wolf is untamed. I want the models from models.2 to show up when a wolf has the name tag "bob". I want the models from models.3 to show up when a wolf is tamed (thus the colors.3).

Does anyone know why this doesn't work? All wolves show up as one of the models from models.3 even if they are untamed.

models.1=1 2 3 4 5

models.2=124 125 126
name.2=iregex:.(bob).
weights.2=1 1 1

models.3=6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
colors.3=white orange magenta light_blue yellow lime pink gray light_gray cyan purple blue brown green red black

patent ledgeBOT
#

Welcome to the help forum! Once your question has been resolved, please mark the post as closed by typing !close.

shrewd escarp
#

models.1 will never fail since it has no conditions, meaning the other ones never get a chance to occur

still mauve
#

ahh i see

#

I changed it to

models.1=124 125 126
name.1=iregex:.(bob).
weights.1=1 1 1

models.2=6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
colors.2=white orange magenta light_blue yellow lime pink gray light_gray cyan purple blue brown green black

models.3=1 2 3 4 5

but it seems to ignore the colors required and just uses the models from .2 anyway

#

nvm, i fixed it

#

ty

#

!close