Sanasol
New member
Have you ever wanted to be friends with aggressive monsters? Now its possible /oops
This mod adds little check for aggressive monsters, they will not attack you if you have certain status(char variable). But they will attack if you start first.
Source and demo script: GitHub
How to:
If you want set some monster loyal to character just set loyalty var to 1
For example:
set loya1785,1; // Where 1785 is monster id -> Atroce
in this case Atroce will ignore you until you start hit it.
Then you can back it to normal state by set 0
set loya1785,0; // Where 1785 is monster id -> Atroce
In this case atroce will attack you as usual
This mod adds little check for aggressive monsters, they will not attack you if you have certain status(char variable). But they will attack if you start first.
Source and demo script: GitHub
How to:
If you want set some monster loyal to character just set loyalty var to 1
For example:
set loya1785,1; // Where 1785 is monster id -> Atroce
in this case Atroce will ignore you until you start hit it.
Then you can back it to normal state by set 0
set loya1785,0; // Where 1785 is monster id -> Atroce
In this case atroce will attack you as usual