• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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,738
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