caspa Posted June 14, 2017 Group: Members Topic Count: 194 Topics Per Day: 0.04 Content Count: 499 Reputation: 3 Joined: 03/11/12 Last Seen: September 18, 2023 Share Posted June 14, 2017 hello i dunno if this is the right place to ask this, but is there a way to remove the reduce movespeed when wearing the tuxedo or wedding dress? Quote Link to comment Share on other sites More sharing options...
0 Haki Posted June 14, 2017 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 96 Reputation: 23 Joined: 06/14/16 Last Seen: April 30, 2021 Share Posted June 14, 2017 Hmmm y not just add atcommand @speed 150 = normal speed script to your tuxedo? If that does not satisfy you you might do some src changes which i cannot help you. There is always an alternative way for something to make it work ^.^ Goodluck! Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted June 14, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted June 14, 2017 10 hours ago, caspa said: hello i dunno if this is the right place to ask this, but is there a way to remove the reduce movespeed when wearing the tuxedo or wedding dress? in src/map/status.c find this line https://github.com/rathena/rathena/blob/master/src/map/status.c#L6546-L6547 if( sc->data[SC_WEDDING] ) val = max( val, 100 ); change value 100 to 1 Quote Link to comment Share on other sites More sharing options...
Question
caspa
hello i dunno if this is the right place to ask this, but is there a way to remove the reduce movespeed when wearing the tuxedo or wedding dress?
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.