Jump to content
Sign in to follow this  
Sense

Custom Monster Transform

Recommended Posts

Hi, Hercules!

My name is Sense, this is my first post.

the system can custom monster transform bonus script.


For example:

just give PC status change

sc_start SC_MONSTER_TRANSFORM,1200000,1276;

and define your bonus script in the 'db/transform_bonus.txt'

if transform Devil

1109,{ bonus bAspd,1; bonus bHit,5; }


Effect:

before
9wx0IAO.jpg

after: (ASPD + 1 & HIT + 5)
tohFBff.jpg

Download Source Code:
src.patch

Download DB File:
db.patch

by the way, i'm learning english now.

Edited by Sense

Share this post


Link to post
Share on other sites

I could see a unique use for this. Custom monster transformation pvp? Pick your monster and enter the pvp as that monster. Thanks for this ill add that script to this when I create it thanks!

Share this post


Link to post
Share on other sites

item db have error here

 

Script: <" sc_start SC_MONSTER_TRANSFORM,1200000,1040 ";>

 

Fix:

 

Script: <" sc_start SC_MONSTER_TRANSFORM,1200000,1040; ">


other suggestion, if i use the item no show message of: Traaaansform!! form of

please add this, thank you

Share this post


Link to post
Share on other sites

@@karazu, this mod no is implement.

This mod use transform_bonus.txt in db folder, inclusive is possible create a custom mob transform.

 

Please @@Sense update this for the last hercules

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.