Page 1 of 1

FAQ | Known Bugs

Posted: Tue Mar 28, 2017 9:34 pm
by nucular
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.

Re: FAQ | Known Bugs

Posted: Wed Mar 29, 2017 3:27 pm
by agonic
nucular wrote:
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.
What I said before and still same problems !!!

Code: Select all

if Poison and Helper:CheckAvailable("Skill name like in game") then
	Helper:CheckExecute( "Skill name like in game" );
end
I guess first rule must be "READ"..

Re: FAQ | Known Bugs

Posted: Sun May 28, 2017 11:52 am
by Skaa
Healing Light working with ID 1840