FAQ | Known Bugs
Posted: Tue Mar 28, 2017 9:34 pm
My Bot does not use a certain skill, what can be wrong?
In some cases Aion uses special whitespace characters for certain skills.
A few examples: Flame Bolt & Healing Light .
To get the correct name use the ingame macro editor.
Create an Macro and edit it.
Move the desired Skill from the Skill List to the macro editor.
Now you should have "/use Flame Bolt" inside the macro editor, select the string and use STRG + C to copy it into the clipboard.
Now paste it inside your lua script.
The Skill is now correctly encoded and can be used.
In some cases Aion uses special whitespace characters for certain skills.
A few examples: Flame Bolt & Healing Light .
To get the correct name use the ingame macro editor.
Create an Macro and edit it.
Move the desired Skill from the Skill List to the macro editor.
Now you should have "/use Flame Bolt" inside the macro editor, select the string and use STRG + C to copy it into the clipboard.
Now paste it inside your lua script.
The Skill is now correctly encoded and can be used.