FAQ | Known Bugs

Post Reply
User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

FAQ | Known Bugs

Post by nucular » 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.

agonic
VIP
Posts: 159
Joined: Tue Jan 10, 2017 6:39 pm
Has thanked: 34 times
Been thanked: 112 times

Re: FAQ | Known Bugs

Post by agonic » Wed Mar 29, 2017 3:27 pm

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"..

Skaa
Posts: 27
Joined: Sun Apr 02, 2017 6:24 am
Has thanked: 1 time
Been thanked: 3 times

Re: FAQ | Known Bugs

Post by Skaa » Sun May 28, 2017 11:52 am

Healing Light working with ID 1840

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests