Jump to content
  • 0
Sign in to follow this  
Skymomo

Crystalization / Freezing i think

Question

2 answers to this question

Recommended Posts

  • 0

Open src/map/pc.c and search for:

if (nameid != ITEMID_NAUTHIZ && sd->sc.opt1 > 0 && sd->sc.opt1 != OPT1_STONEWAIT && sd->sc.opt1 != OPT1_BURNING)
replace with:
if (nameid != ITEMID_NAUTHIZ && sd->sc.opt1 > 0 && !sd->sc.opt1 != OPT1_CRYSTALIZE && sd->sc.opt1 != OPT1_STONEWAIT && sd->sc.opt1 != OPT1_BURNING)
All those skills and npc effects that use SC_COLD will also be affected and the user will be able to use items.

Hope this works c:

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.