AionScript

03/22/2016 11:23 Diavolakos#31
Thank you for this so much, let me know if I can help you in any way with coding etc. How did you manage to make it run without the need of a subscription?

I need only to tell me how to remove the radar, it makes my game run very slowly.

And also I forgot how to set a path for grinding. It has been like 1 year away from aion.
03/22/2016 13:23 jfso#32
Quote:
Originally Posted by Diavolakos View Post
Thank you for this so much, let me know if I can help you in any way with coding etc. How did you manage to make it run without the need of a subscription?

I need only to tell me how to remove the radar, it makes my game run very slowly.

And also I forgot how to set a path for grinding. It has been like 1 year away from aion.
to prevent fps drops, do not use minimal settings of windows appearance
if you want to delete entities and radar interfaces, you should delete dlls from folder Extension. It works without subscription, because I deleted this code from the program.
03/22/2016 17:07 mylovefrv#33
could y post a video how to aether with AS ?
03/22/2016 18:30 jfso#34
nope
03/24/2016 03:33 Necro19#35
Anyone have a working Ranger/Cleric Script for me?
03/28/2016 17:39 guardian_angel#36
- A .NET exception occured in user-code
- Object reference not set to an instance of an object.

what to be the problem ?
03/29/2016 06:57 zac1009#37
Hi Jfso,

Finally, I have figured out how to run game in 32bit and Aion Script is working fine :)! Thanks for that!

My only question is about "attack range hack" I have adjusted to "8" by the way I play Assassin with 180ms ping. But I felt nothing happened when I was attacking on a moving target the "too far from target" warning still there, I actually very close to target already.

Do I need to enable extension "Cheating2.dll" to make it work? I found noanimation and speed hack works fine without it, so I guess attack range hack should be the same. Plus I have keybind on Crl+C, Crl+e with cheating2.dll enabled they won't trigger my skill instead my char was going under the ground with Crl+C and doing sth similar with Crl+e. I more than happy just use the default hack when AS started.

Please help me on this :) much appreciated if you can sort it out

Sorry, just want to correct sth. My question is--- do I need to enable "official cheating script.lua" to make "attack range hack" happen?
03/29/2016 19:09 jfso#38
Quote:
Originally Posted by zac1009 View Post
Hi Jfso,

Finally, I have figured out how to run game in 32bit and Aion Script is working fine :)! Thanks for that!

My only question is about "attack range hack" I have adjusted to "8" by the way I play Assassin with 180ms ping. But I felt nothing happened when I was attacking on a moving target the "too far from target" warning still there, I actually very close to target already.

Do I need to enable extension "Cheating2.dll" to make it work? I found noanimation and speed hack works fine without it, so I guess attack range hack should be the same. Plus I have keybind on Crl+C, Crl+e with cheating2.dll enabled they won't trigger my skill instead my char was going under the ground with Crl+C and doing sth similar with Crl+e. I more than happy just use the default hack when AS started.

Please help me on this :) much appreciated if you can sort it out

Sorry, just want to correct sth. My question is--- do I need to enable "official cheating script.lua" to make "attack range hack" happen?
Hello, attack range is outdated function, worked only on private servers long time ago.
03/30/2016 00:25 Necro19#39
Is for anyone working GrinderFrameWork with Leader+Follower and Assist.?

I don't get it working... my Toon just using Skills to get out of Mana as quickly as possible and don't attack the Target of Leader...?
03/30/2016 02:30 NKOTB#40
How can you tell if the Increase Attack speed works? For classes such as templar and assassin.
03/30/2016 13:26 AndyDe#41
Is for anyone working aethergathering with using windserum? let me know how to ;) my char dont use the Serum :/
03/30/2016 13:34 ewerson#42
Quote:
Originally Posted by AndyDe View Post
Is for anyone working aethergathering with using windserum? let me know how to ;) my char dont use the Serum :/

Change the line in OfficialGathering.lua

Code:
if Inventory:GetType():ToString() == "Potion" and string.find( Inventory:GetName(), "Wind Serum" ) ~= nil and Inventory:GetCooldown() == 0 then
to
Code:
if Inventory:GetType():ToString() == "Material" and string.find( Inventory:GetName(), "Wind Serum" ) ~= nil and Inventory:GetCooldown() == 0 then

If somenone have Gunslinger script i need.
03/30/2016 21:59 AndyDe#43
Quote:
Originally Posted by ewerson View Post
Change the line in OfficialGathering.lua

Code:
if Inventory:GetType():ToString() == "Potion" and string.find( Inventory:GetName(), "Wind Serum" ) ~= nil and Inventory:GetCooldown() == 0 then
to
Code:
if Inventory:GetType():ToString() == "Material" and string.find( Inventory:GetName(), "Wind Serum" ) ~= nil and Inventory:GetCooldown() == 0 then

If somenone have Gunslinger script i need.

i have tried this but dont work...
04/01/2016 01:37 Necro19#44
Hi there,

anyone know how to edit

-- Buff 1: Apply Deadly Poison
if Helper:CheckAvailable( "Apply Deadly Poison" ) then
Helper:CheckExecute( "Apply Deadly Poison" );

end

+ Cooldown after he use it first time.?? I need a Cooldown for this Skill lasts 5min.
04/02/2016 17:54 AndyDe#45
Quote:
Originally Posted by AndyDe View Post
i have tried this but dont work...
Anyone know something about that? or can share a working gathering lua?