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 )