Jhosef Posted June 26, 2012 Posted June 26, 2012 can you make it in compatible in rathena http://www.eathena.ws/board/index.php?showtopic=260179 Quote
MarkZD Posted July 7, 2012 Posted July 7, 2012 (edited) I din't test, but I think it'll do: In ../src/map In skill.c Find: //Special message when trying to use strip on FCP [Jobbie] if( sd && skillid == ST_FULLSTRIP && tsc && tsc->data[sC_CP_WEAPON] && tsc->data[sC_CP_HELM] && tsc->data[sC_CP_ARMOR] && tsc->data[sC_CP_SHIELD]) { clif_gospel_info(sd, 0x28); break; } Replace with: //Special message when trying to use strip on FCP [Jobbie] if( sd && skillid == ST_FULLSTRIP && !(sd->sc.data[sC_SPIRIT] && sd->sc.data[sC_SPIRIT]->val2 == SL_ROGUE) && tsc && tsc->data[sC_CP_WEAPON] && tsc->data[sC_CP_HELM] && tsc->data[sC_CP_ARMOR] && tsc->data[sC_CP_SHIELD]) { clif_gospel_info(sd, 0x28); break; } Edited July 7, 2012 by MarkZD Quote
Question
Jhosef
can you make it in compatible in rathena
http://www.eathena.ws/board/index.php?showtopic=260179
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.