I've added %FlightTime as possible variable since so many ppl are willing to build there own Aether tapping scripts.
Here's a example how to keep your flight time up
open a second instance of the hack with a second script editor and execute this script, it will use whenever 84 flighttime or more is missing.
#IF=%TargetDistance,<15; WaitForResponse=The Target is closer than 15m; #ENDIF #IF=%TargetDistance,15-20; WaitForResponse=the target is 15 to 20 meters away; #ENDIF #IF=%TargetDistance,>20; WaitForResponse=The Target is farther away than 20m; #ENDIF
how does the no animation exactly works? if i need enhanced for some classes do i just put it negative value like -30 and then is working on? or should i activate more things? i just dont notice it is hitting faster.
how does the no animation exactly works? if i need enhanced for some classes do i just put it negative value like -30 and then is working on? or should i activate more things? i just dont notice it is hitting faster.
-30 is just a too small value to notice, it would mean each attack animation is shorter by 30 milliseconds.
You should use a value around 250-750 at enhanced.
The best way to find the perfect enhanced animation value is by going to a trainee dummy and buff yourself up like you walk around usually, set enhanced to -250 and do few skills, if you feel no delay you can go higher like -300 if you feel a delay you should go lower like -200, repeat this until you find the highest possible value without delays.
-30 is just a too small value to notice, it would mean each attack animation is shorter by 30 milliseconds.
You should use a value around 250-750 at enhanced.
The best way to find the perfect enhanced animation value is by going to a trainee dummy and buff yourself up like you walk around usually, set enhanced to -250 and do few skills, if you feel no delay you can go higher like -300 if you feel a delay you should go lower like -200, repeat this until you find the highest possible value without delays.
Version 2.52 is released, you can use the rightclick like this
Code:
Mouse=100,100,Right;
_____________
Also I've added few commands to modify the memory of Aion, I post few examples here
Checks if the character is currently in sanctum // this example will only work for EU 4.9.1.6
PHP Code:
_IFMemRead=0x139A5A8,DWORD,=110010000; WaitForResponse=The character is currently in sanctum; #ELSE WaitForResponse=the character is NOT in sanctum; #ENDIF
_______
The scripts waits up to 10 minutes until you got a target // this example will only work for EU 4.9.1.6
PHP Code:
#DO=600000; Delay=15; _UNTILMemRead=0xF557C4,BYTE,=1; WaitForResponse=You got a target;
_______
Rotates the camera a few times // this example will only work for EU 4.9.1.6
Checks if you got more or less than 100m kinah // this example will only work for EU 4.9.1.6
PHP Code:
_IFMemPtrRead=0x140B7D8,0x358/0x290/0x530/0x310,Double,>100000000; WaitForResponse=You got more than 100.000.000 kinah; #ELSE WaitForResponse=You got less than 100.000.000 kinah; #ENDIF
_______
Renames yourself to "[GM] Paraly" (only client sided) // this example will only work for EU 4.9.1.6
Script para todos os Lastchaos - Autohokey 01/29/2012 - Last Chaos - 1 Replies I got a script that clicks several times with the click right mouse clicks when monster picks up the tarjeta. so he just throws the skill.
I used AutoHotkey program. in AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText
Needs improvement.
I accept any help.
I'm from Brazil.
------------------------------------------------- --------------------------
[Release]Big Script Library 07/25/2010 - SRO PServer Guides & Releases - 0 Replies I think its a good idea to open this Topic.
I need Your Help.
Sent me your own made Scripts and i upload them here.
It does not matter if there is already a script by the mob.
Only Self made scripts!!!
What To Post?
Post me not the text file.Post me the script!!!
Scorpion 1 by Th3Stalker