Search found 237 matches
- Fri Jul 28, 2017 6:52 pm
- Forum: General Discussion
- Topic: Trying to create a specific behavior. Can someone help?
- Replies: 15
- Views: 116
Re: Trying to create a specific behavior. Can someone help?
local TargetEntity = EntityList:GetEntity( Entity:GetTargetId() ); if TargetEntity ~= nil then local Skill = SkillList:GetSkill( Entity:GetSkillID()); if Skill ~= nil and string.find( Skill:GetName(), "_SKILL NAME HERE_" ) ~= nil then if ShoutTimer == nil or ShoutTimer < Time() then PlayerInput:Con...
- Thu Jul 27, 2017 2:09 pm
- Forum: General Discussion
- Topic: Trying to create a specific behavior. Can someone help?
- Replies: 15
- Views: 116
Re: Trying to create a specific behavior. Can someone help?
I know what you wanna do actually i hate cheating in pvp but still i tell you where you find the needed code. This code could also allow to automate perfect rippling of aoe cc skills like Fear Shrek or Sleep Storm. It could also allow to counter instant vision sleep from Sorcerer as a Bard for exam...
- Thu Jul 27, 2017 2:09 pm
- Forum: General Discussion
- Topic: Trying to create a specific behavior. Can someone help?
- Replies: 15
- Views: 116
Re: Trying to create a specific behavior. Can someone help?
I know what you wanna do actually i hate cheating in pvp but still i tell you where you find the needed code. This code could also allow to automate perfect rippling of aoe cc skills like Fear Shrek or Sleep Storm. It could also allow to counter instant vision sleep from Sorcerer as a Bard for exam...
- Thu Jul 27, 2017 12:01 pm
- Forum: General Discussion
- Topic: Trying to create a specific behavior. Can someone help?
- Replies: 15
- Views: 116
Re: Trying to create a specific behavior. Can someone help?
I know what you wanna do actually i hate cheating in pvp but still i tell you where you find the needed code. This code could also allow to automate perfect rippling of aoe cc skills like Fear Shrek or Sleep Storm. It could also allow to counter instant vision sleep from Sorcerer as a Bard for examp...
- Sun Jul 23, 2017 2:44 pm
- Forum: General Discussion
- Topic: Wind Serums not used anymore?
- Replies: 5
- Views: 103
Re: Wind Serums not used anymore?
Hi, I had the official settings from grinding script. After the 5.6 came out the wind serums are no longer used by the script. I tried to play around it but nothing happened. Did something change? Does anyone else have problems with it or is it just me? And if someone has it working is it the origi...
- Fri Jul 21, 2017 5:52 pm
- Forum: Downloads
- Topic: AionScript Release 21.07.2017
- Replies: 9
- Views: 428
- Fri Jul 21, 2017 5:52 pm
- Forum: Downloads
- Topic: AionScript Release 19.07.2017
- Replies: 8
- Views: 208
Re: AionScript Release 19.07.2017
theres a bug tho. I notice autopot and autoscroll doesnt work anymore in both grinder and attack sequence Hi, is fixed. See newest release: local PlayerState = Player:GetState(); if Helper:CheckAvailableInventory("[Event] Greater Courage Scroll") and PlayerState:GetState( Helper:CheckName( "Attack ...
- Fri Jul 21, 2017 5:47 pm
- Forum: Downloads
- Topic: AionScript Release 21.07.2017
- Replies: 9
- Views: 428
AionScript Release 21.07.2017
Changes:
- Fixed Bug with Inventory Items in NA Version 5.6
- AionInterface.dll
- Wed Jul 19, 2017 6:54 pm
- Forum: Downloads
- Topic: AionScript Release 19.07.2017
- Replies: 8
- Views: 208
AionScript Release 19.07.2017
Changes:
- Added Support for latest NA 5.6 Update
- AionScript.exe
- AionInterface.dll
- Extension/Cheating2.dll
- Setting/Skill.NA.xml
- Wed Jul 19, 2017 11:56 am
- Forum: General Discussion
- Topic: Chanter.lua
- Replies: 1
- Views: 46
Re: Chanter.lua
Is really simple, you have added your Wind of Blessing inside Attack. And you check if the selected entitity is a player. But AionScript will never call the attack function with the entity selected as yourself. You have to add the check to the _heal function or to pause function. Then it will work. ...