Quote:
Originally Posted by unnuser
Hi, parally, since 1.9x updates when im using enhanced animation to play dual wielding with my gladiator the animation runs sooo slow that skills take a whole minute to perform attacks, what can i do????
|
should be fixed in 2.00
Version 2.01 is out :)
I've fixed few smaller things and I've added a script editor, I'll add scripts in the future to auto complete some instances like esoterrace, Satra Treasure Hoard, upper forts, lower forts and many more.
for those people who wanna build they're own scripts here are the available command list:
MoveTo=[X],[Y],[Z],[Gravity state],[Collision state];
Moves the player to a position and locks gravity and disables collision if the states are set to "True"
Command=[the aion command];
You can send a Aion chat command to Aion, for example
Code:
Command=/select Nairon;
would select the npc Nairon
WaitForResponse=[Text];
Let the script paused until the player responses at the messagebox
Mouse=[x],[y];
Leftclick on a coordinate in Aion
Delay=[delaytime];
The script will wait for milliseconds you set
LootChest=[chestname],[name of the lootskill];
Loots the chest after it has already opened.
#UseGravity
The script is allowed to use Gravity
#UseNoGravity
The script is not allowed to use Gravity
#UseCollision
The script is allowed to use Collision
#UseNoCollision
The script is not allowed to use Collision