Akkarin Posted September 26, 2016 Share Posted September 26, 2016 Can anyone find the line in /src/ that tells the client to display this (or the -not- alternative) on every map change? I'm probably just being blind and dumb Quote Link to comment Share on other sites More sharing options...
0 Lemongrass Posted September 26, 2016 Share Posted September 26, 2016 clif_equipcheckbox if i'm not totally mistaken. Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted September 26, 2016 Share Posted September 26, 2016 Remove those text on msgstring in data folder. Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted September 26, 2016 Author Share Posted September 26, 2016 Remove those text on msgstring in data folder. I know where they are in the client files, i asked which file/function/packet causes the message to be output via /src/. Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted September 26, 2016 Share Posted September 26, 2016 function void clif_parse_LoadEndAck( if( sd->state.changemap ) { ... ... clif_partyinvitationstate(sd); clif_equipcheckbox(sd); <<--- this one Quote Link to comment Share on other sites More sharing options...
0 Akkarin Posted September 26, 2016 Author Share Posted September 26, 2016 Thanks guys Quote Link to comment Share on other sites More sharing options...
Can anyone find the line in /src/ that tells the client to display this (or the -not- alternative) on every map change? I'm probably just being blind and dumb
Link to comment
Share on other sites