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!

change move speed

Newbie Spellweaver
Joined
Jan 23, 2020
Messages
15
Reaction score
1
how can i change the move speed of characters in general on aion core 4.9 server ? they are starting with 6.0 and it seems to be very slow
 
Joined
Aug 19, 2010
Messages
2,737
Reaction score
2,603
how can i change the move speed of characters in general on aion core 4.9 server ? they are starting with 6.0 and it seems to be very slow

Edit the XML files under ...GameServer\data\static_data\stats\player

Code:
<player_stats class="SORCERER" level="17">
		<stats_template maxHp="793" maxMp="2057" evasion="272" block="272" parry="272" main_hand_attack="16" main_hand_accuracy="326" main_hand_crit_rate="2" magic_accuracy="242" power="90" health="90" agility="100" accuracy="100" knowledge="120" will="110">
			<[B][COLOR="#0000FF"]speeds walk="1.5" run="6"[/COLOR][/B] fly="9"/>

It will be a lot of work. Alternatively you can assign the //speed xx command to your players list of available commands, but that will become overpowered very quickly in my opinion.
 
Upvote 0
Back
Top