Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Character Speed

Elite Diviner
Joined
May 5, 2012
Messages
436
Reaction score
32
Hello RZ

Can I ask something if it is possible to reduce the character speed?
I guess it is part of the server side because the speed of your character increase when you add some stats in your agility + the option of items

it is possible to reduce the speed of character?
like if I add 1 Point on agility it takes no change?
it Require 5 Points to add another number on the speed rate?

I use MuEMU files s6ep3

qqqaFVx - Character Speed - RaGEZONE Forums


Thanks in Advance
 

Attachments

You must be registered for see attachments list
Last edited:
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
You Can Check
[CharacterInfo]DWMaxAttackSpeed = 67000DKMaxAttackSpeed = 67000FEMaxAttackSpeed = 67000MGMaxAttackSpeed = 67000DLMaxAttackSpeed = 67000SUMaxAttackSpeed = 67000RFMaxAttackSpeed = 67000

at Main.Info if You want Dont mind the Points kwkwkw
 
Upvote 0
Junior Spellweaver
Joined
Nov 26, 2016
Messages
140
Reaction score
28
Code:
DWPhysiSpeedConstA = 20
DWMagicSpeedConstA = 10
DKPhysiSpeedConstA = 15
DKMagicSpeedConstA = 20
FEPhysiSpeedConstA = 50
FEMagicSpeedConstA = 50
MGPhysiSpeedConstA = 15
MGMagicSpeedConstA = 20
DLPhysiSpeedConstA = 10
DLMagicSpeedConstA = 10
SUPhysiSpeedConstA = 20
SUMagicSpeedConstA = 20
RFPhysiSpeedConstA = 9
RFMagicSpeedConstA = 9
speed = agi/value
 
Upvote 0
Back
Top