Jump to content
  • 0
Sign in to follow this  
Lamex

[Help] Shadow Spell weapon restriction.

Question

3 answers to this question

Recommended Posts

  • 0

here is what i did. in battle.c find

if( wd.flag&BF_SHORT && sc

and change to

if( wd.flag&BF_SHORT|BF_LONG && sc

 

not sure if it is the proper way to change it. i just know it works for me now

Share this post


Link to post
Share on other sites
  • 0

You mean SC_AUTOSHADOWSPELL ? :)

Yep, thats what i mean. :)

 

here is what i did. in battle.c find

if( wd.flag&BF_SHORT && sc
and change to
if( wd.flag&BF_SHORT|BF_LONG && sc
not sure if it is the proper way to change it. i just know it works for me now
Yeah it works. Thanks! Hope it will not break something :D Edited by Lamex

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.