BabaVoss Posted May 31, 2023 Posted May 31, 2023 Hello good day, can i ask for help. can you pls add town mapflag to this script pls thaank you if (sd->sc.option & (OPTION_HIDE | OPTION_CLOAK | OPTION_CHASEWALK) || sd->special_state.perfect_hiding || map_flag_gvg(sd->bl.m)) { Quote
0 Gidz Cross Posted June 1, 2023 Posted June 1, 2023 On 5/31/2023 at 10:22 PM, BabaVoss said: Hello good day, can i ask for help. can you pls add town mapflag to this script pls thaank you if (sd->sc.option & (OPTION_HIDE | OPTION_CLOAK | OPTION_CHASEWALK) || sd->special_state.perfect_hiding || map_flag_gvg(sd->bl.m)) { if (sd->sc.option & (OPTION_HIDE | OPTION_CLOAK | OPTION_CHASEWALK) || sd->special_state.perfect_hiding || map_flag_gvg(sd->bl.m) || !map_getmapflag(sd->bl.m, MF_TOWN) { 1 Quote
Question
BabaVoss
Hello good day, can i ask for help.
can you pls add town mapflag to this script pls thaank you
if (sd->sc.option & (OPTION_HIDE | OPTION_CLOAK | OPTION_CHASEWALK) || sd->special_state.perfect_hiding || map_flag_gvg(sd->bl.m)) {
1 answer 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.