BabaVoss Posted May 31, 2023 Group: Members Topic Count: 37 Topics Per Day: 0.02 Content Count: 79 Reputation: 0 Joined: 06/17/20 Last Seen: February 7, 2024 Share 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 Link to comment Share on other sites More sharing options...
0 Gidz Cross Posted June 1, 2023 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 686 Reputation: 89 Joined: 04/07/14 Last Seen: Wednesday at 07:37 PM Share 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 Link to comment Share on other sites More sharing options...
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)) {
Link to comment
Share on other sites
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.