Monster transform

Beret

High Council
Messages
245
Points
28
Age
31
Emulator
This effect is nothing more than the continuation of the scroll effect with a difference this effect is activated by hitting the target has some chance of success, in addition to being transformed you earn some bonus
 
http://herc.ws/board/topic/1087-scroll-transform/page-2
 

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Like
default_biggrin.png


 
humm I wonder would this be implemented in "autobonus" fashion?

 
humm I wonder would this be implemented in "autobonus" fashion?

I believe that no, it works like the montransform bonus, but a little different.
He has a time and a chance to be active, tested on iro. I think we can do better than aegis, I suggest the following format.
Code:
Active_Montransform, monsters name, time, chance, bonus;
 
Code:
autobonus "{ bonus bStr, 100; }", 10000, 1000, BF_WEAPON|BF_NORMAL, "{ disguise 1002; sleep2 1000; undisguise; }";
transform into poring for 1 second, during the period will gain 100 str stat bonus
 
autobonus "{ bonus bStr, 100; }", 10000, 1000, BF_WEAPON|BF_NORMAL, "{ disguise 1002; sleep2 1000; undisguise; }";transform into poring for 1 second, during the period will gain 100 str stat bonus
It's actually an effect SC can't use disguise. More better way aegis.

 
Last edited by a moderator:
Back
Top