
Originally Posted by
thellobo
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">
<speeds walk="1.5" run="6" 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.