Jump to content
  • 0

Remove movespeed delay by sc_wedding


caspa

Question


  • Group:  Members
  • Topic Count:  194
  • Topics Per Day:  0.04
  • Content Count:  499
  • Reputation:   3
  • Joined:  03/11/12
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  96
  • Reputation:   23
  • Joined:  06/14/16
  • Last Seen:  

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!

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...