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.
FAQ | Known Bugs
-
- VIP
- Posts: 159
- Joined: Tue Jan 10, 2017 6:39 pm
- Has thanked: 34 times
- Been thanked: 112 times
Re: FAQ | Known Bugs
What I said before and still same problems !!!nucular wrote: ↑Tue Mar 28, 2017 9:34 pmMy 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.
Code: Select all
if Poison and Helper:CheckAvailable("Skill name like in game") then
Helper:CheckExecute( "Skill name like in game" );
end
Who is online
Users browsing this forum: No registered users and 0 guests