Jump to content
  • 0

The Skill Defender realy could get rid of 1/3 slower walk


Zezicla

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   1
  • Joined:  12/01/12
  • Last Seen:  

where can i find the src to change this mentioned above cant find it in skill.c or h

and also mby tell me a done src code for what i asked

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • -1

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  379
  • Reputation:   304
  • Joined:  11/10/11
  • Last Seen:  

I don't get it, you want to remove this code ? Or modifying it ?

Well in src/map/status.c:

        if( sc->data[SC_DEFENDER] )
            speed = max(speed, 200);

 

Do what you want, (comment the lines for example).

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   1
  • Joined:  12/01/12
  • Last Seen:  

yes that is what i looked for wil make it // only remove the 1/3 slower walk speed right ? if so its done :D

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...