Jump to content
  • 0
Sign in to follow this  
astrow123

Preserve

Question

3 answers to this question

Recommended Posts

  • 0

 

Anyone know how to toggle on/off the skill? logout/die/duration is quite annoying

 

 

 

ok, done it, close pls

Mind telling us how you did it?

 

It would be good for others that may encounter your problem in the future.

 

 

Thanks.

In src/map/skill.c

 

Find: "case ST_PRESERVE:'' and put a // before it.

 

Now search for ''turn off check'' and add the "case ST_PRESERVE:" after the last case, normally is KO_YAMIKUMO.( ps: there is 2 turn off checks, so add the st_preserve in both of them ) ( ad case ST_PRESERVE: after case GS_GATLINGFEVER: too )

 

 

switch( skill_id ) { // Turn off check.

case BS_MAXIMIZE:

case NV_TRICKDEAD:

case TF_HIDING:

case AS_CLOAKING:

case CR_AUTOGUARD:

case ML_AUTOGUARD:

case CR_DEFENDER:

case ML_DEFENDER:

case ST_CHASEWALK:

case PA_GOSPEL:

case CR_SHRINK:

case TK_RUN:

case GS_GATLINGFEVER:

case TK_READYCOUNTER:

case TK_READYDOWN:

case TK_READYSTORM:

case TK_READYTURN:

case SG_FUSION:

case KO_YAMIKUMO:

case ST_PRESERVE:

 

 

Edited by astrow123

Share this post


Link to post
Share on other sites
  • 0

Anyone know how to toggle on/off the skill? logout/die/duration is quite annoying

 

 

 

ok, done it, close pls

Mind telling us how you did it?

 

It would be good for others that may encounter your problem in the future.

 

 

Thanks.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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