ScarrFace Posted June 23, 2022 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 66 Reputation: 0 Joined: 10/23/19 Last Seen: August 28, 2024 Share Posted June 23, 2022 This SL_Gunner if condition not working. if (sd && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_GUNNER) i already added SL_GUNNER in status.cpp case SL_WIZARD: target_class = MAPID_WIZARD; break; case SL_GUNNER: target_class = MAPID_GUNSLINGER; break; case SL_HIGH: if( sd->status.base_level < 70 ){ return 0; } any step by step to add SL_GUNNER in soul link? Quote Link to comment Share on other sites More sharing options...
0 EveeX Posted July 2, 2022 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 32 Reputation: 29 Joined: 09/16/20 Last Seen: December 21, 2022 Share Posted July 2, 2022 what are you trying? Quote Link to comment Share on other sites More sharing options...
0 ScarrFace Posted July 2, 2022 Group: Members Topic Count: 17 Topics Per Day: 0.01 Content Count: 66 Reputation: 0 Joined: 10/23/19 Last Seen: August 28, 2024 Author Share Posted July 2, 2022 7 hours ago, EveeX said: what are you trying? to make it work and add allstats +10 when gunslinger use soul link. Quote Link to comment Share on other sites More sharing options...
Question
ScarrFace
This SL_Gunner if condition not working.
if (sd && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_GUNNER)
i already added SL_GUNNER in status.cpp
case SL_WIZARD: target_class = MAPID_WIZARD; break; case SL_GUNNER: target_class = MAPID_GUNSLINGER; break; case SL_HIGH: if( sd->status.base_level < 70 ){ return 0; }
any step by step to add SL_GUNNER in soul link?
Link to comment
Share on other sites
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.