Search found 147 matches
- Sat Apr 01, 2017 5:29 pm
- Forum: Downloads
- Topic: AionScript Release 01.04.2017
- Replies: 7
- Views: 265
- Fri Mar 31, 2017 5:41 pm
- Forum: Tutorials
- Topic: Basic Lua Knowledge
- Replies: 19
- Views: 702
Re: Basic Lua Knowledge
Hard question for me... I guess if dll has their offsets, it may show them.. but not current yet
- Fri Mar 31, 2017 5:28 pm
- Forum: Tutorials
- Topic: Basic Lua Knowledge
- Replies: 19
- Views: 702
- Fri Mar 31, 2017 5:25 pm
- Forum: Chanter
- Topic: auto skills on stumble
- Replies: 2
- Views: 138
Re: auto skills on stumble
Autoreact is for conditional skills, when activated.
- Fri Mar 31, 2017 5:22 pm
- Forum: Tutorials
- Topic: Basic Lua Knowledge
- Replies: 19
- Views: 702
Re: Basic Lua Knowledge
Hi all, i have a little question, how i can obtain and write into console the list of item inside the inventory? I'm tring this but id does not work local InventoryLst = InventoryList:GetList(); for i, Inventory in InventoryLst do Write(Inventory:GetName() .. " || " .. Inventory:GetAmount()); end i...
- Fri Mar 31, 2017 10:22 am
- Forum: LUA Scripting
- Topic: Logout with nick name check script
- Replies: 4
- Views: 161
Re: Logout with nick name check script
I wanna ask something. In this script, why do you check the Entity State ? Because, state was not used.
- Wed Mar 29, 2017 3:27 pm
- Forum: Tutorials
- Topic: FAQ | Known Bugs
- Replies: 2
- Views: 254
Re: FAQ | Known Bugs
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...
- Wed Mar 22, 2017 11:17 pm
- Forum: General Discussion
- Topic: What is the best class for bot?
- Replies: 5
- Views: 178
Re: What is the best class for bot?
- the GetHealth function doesn't work It is working. Please, if you think that a function doesn't work, Just write a script under "Scripting", and try them. Forexample; function OnRun() local Entity = EntityList:GetEntity( Player:GetTargetID()); Write(""..Entity:GetName().." "..Entity:GetHealth()) ...
- Wed Mar 22, 2017 4:27 pm
- Forum: Tutorials
- Topic: Basic Lua Knowledge
- Replies: 19
- Views: 702
- Mon Mar 20, 2017 11:40 am
- Forum: Gunner
- Topic: Gunslinger.lua by mnwaxep EU version
- Replies: 7
- Views: 328
Re: Gunslinger.lua by mnwaxep EU version
But it says "Copyright (C) 2017 mnwaxep"