caspa Posted June 14, 2017 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
0 Haki Posted June 14, 2017 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
0 Cyro Posted June 14, 2017 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
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?
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.