AionScript

07/26/2016 18:29 milazzu88#166
The bot doesn't start, it tells me " Start the game before starting script" OFC i've done it but nothing. How can i do?
07/27/2016 05:14 nussxxx#167
aion32.bin game language ENG
07/27/2016 09:59 AndyDe#168
Quote:
Originally Posted by milazzu88 View Post
The bot doesn't start, it tells me " Start the game before starting script" OFC i've done it but nothing. How can i do?
Maybe u need to run as "administrator" ?
07/27/2016 10:20 ABiiChaii#169
why is it my chanter use limited skills only not using hallowed Strike??
07/27/2016 18:03 nussxxx#170
DOWNLOAD: Notpad ++
OPEN: Aionscript\Scripting\OfficialGrinderFramework\Clas ses
u see list with all classes.
open chanter.lua with notpad ++

u can edit change skill.

simple farming chanter.lua for eu

some buff not working so i command it out with --


gunner not wokring this well with as.

simple lvling and farming gunner.lua eu
u need to use the AutoChain function from the AS Console.
07/28/2016 02:31 ABiiChaii#171
thanks a lot nussxxx im making a simple script for my AT^_^

one more question how to execute kinetic slam??

if Helper:CheckAvailable( "Kinetic Slam" ) then
Helper:CheckExecute( "Kinetic Slam" );
return false;

end
07/28/2016 17:54 nussxxx#172
ther was AT lua in the aionscript forum.
maybe one nice guys will post it.
07/29/2016 05:35 ABiiChaii#173
no script for AT in aionscript forum.. i just need more skill which is multicast "Kinetic Slam"
07/29/2016 13:05 nussxxx#174
this maybe works.

07/30/2016 00:05 grafmaster#175
i run as admin and i update bot. but still "- Please start the game before starting a script."

btw i start as 32 bit...
07/30/2016 00:20 nussxxx#176
cuz u need start the game over .bat

simple open editor put the txt inside and save as aion32.bat

how to make bat file.
07/30/2016 00:46 grafmaster#177
Quote:
Originally Posted by nussxxx View Post
cuz u need start the game over .bat

simple open editor put the txt inside and save as aion32.bat

how to make bat file.

I did but same errors

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
07/30/2016 01:05 nussxxx#178
what windows u have ? xp ?

if u did all right then u miss the .net framework 4.5 from microsoft

download this
[Only registered and activated users can see links. Click Here To Register...]
07/30/2016 11:23 Diavolakos#179
My only wish would be if we could get a full detail pdf file explaining how to manipulate the broken skill names (some skills do not work) and also how to use specific skills with specific mobs (there are mobs that do sleep or paralize or stun so a silence on them would work greatly). I know AS is suffering a lot in terms of being fast, I have made a script to use one ulti sorcerer skill at each mob and never two in one mob, but my char keeps nuking twice here and there.

I wonder if it is possible to make my char not hit specific targets (either mobs or weird quest things on the ground)
07/30/2016 16:50 nussxxx#180
Quote:
Originally Posted by Diavolakos View Post
My only wish would be if we could get a full detail pdf file explaining how to manipulate the broken skill names (some skills do not work) and also how to use specific skills with specific mobs (there are mobs that do sleep or paralize or stun so a silence on them would work greatly). I know AS is suffering a lot in terms of being fast, I have made a script to use one ulti sorcerer skill at each mob and never two in one mob, but my char keeps nuking twice here and there.

I wonder if it is possible to make my char not hit specific targets (either mobs or weird quest things on the ground)
u can lower the seraching range

settings
self.TargetSearchDistance = 18;