Search found 8 matches

by ewerson2
Sun Aug 13, 2017 11:49 am
Forum: Downloads
Topic: AionScript Release 12.08.2017
Replies: 9
Views: 465

Re: AionScript Release 12.08.2017

Here working, but have this error - System.NullReferenceException: Referência de objeto não definida para uma instância de um objeto. em AionExtension._RunFrame() Update Extension Folder !!! I just left the folder classes the rest was changed! Some time later he stopped on kisk and was disconnected...
by ewerson2
Sat Aug 12, 2017 9:09 pm
Forum: Downloads
Topic: AionScript Release 12.08.2017
Replies: 9
Views: 465

Re: AionScript Release 12.08.2017

Here working, but have this error

Code: Select all

- System.NullReferenceException: Referência de objeto não definida para uma instância de um objeto.
   em AionExtension._RunFrame()
by ewerson2
Mon Aug 07, 2017 3:59 pm
Forum: Spiritmaster
Topic: Spiritmaster.lua
Replies: 13
Views: 315

Re: Spiritmaster.lua

Temporary solution to the attack of the spirit :D

Code: Select all

-- Attack 02: Spirit Attack
if Entity:GetHealth() == 100 and Entity:GetPosition():DistanceToPosition( SpiritEntity:GetPosition()) >= 12 then
	PlayerInput:Console( "/Quickbar 1 1 1" );	
	return false;
end
by ewerson2
Thu Aug 03, 2017 12:53 pm
Forum: Downloads
Topic: AionInterface.dll NA Patch 03.08.2017
Replies: 4
Views: 189

Re: AionInterface.dll NA Patch 03.08.2017

Working perfect now

Thanks!!
by ewerson2
Thu Aug 03, 2017 12:44 am
Forum: Downloads
Topic: AionInterface.dll NA Patch 02.08.2017
Replies: 8
Views: 111

Re: AionInterface.dll NA Patch 02.08.2017

The problem reported is happens to me too. But, I see what is the cause of the issue: The Aion Game Client crashes if you check "Autoloot" in AS. When the char kill a mob and when it try to pick up the drop .. then the Aion GameCilient crashes .. But, if you don't check "Autoloot" in AS, it works w...
by ewerson2
Wed Aug 02, 2017 6:10 pm
Forum: Downloads
Topic: AionInterface.dll NA Patch 02.08.2017
Replies: 8
Views: 111

Re: AionInterface.dll NA Patch 02.08.2017

Client Crash 10 seg after start AionScript http://i.imgur.com/P47Yd1p.jpg User Name :XXXXXX Version of Editor.exe(32Bit_Client) : 0.0.0.0 Version of CrySystem.dll(32Bit_Client) : 5617.302.725.12044 Engine : Cry_Client GameState : 14 LoadSlot State:0, Num:50 Entity Count(char/user) : 55/1 NCode : 108...
by ewerson2
Fri Jul 21, 2017 9:27 pm
Forum: LUA Scripting
Topic: EU XP Event - Autouse dropped XP Serums
Replies: 1
Views: 170

Re: EU XP Event - Autouse dropped XP Serums

New EventDrop liquid XP function Pause() if Helper:CheckAvailableInventory( "[Event] Drop of Liquid Experience" ) and Player:GetLevel() <= 64 then PlayerInput:Inventory( "[Event] Drop of Liquid Experience" ); return false; end if Helper:CheckAvailableInventory( "[Event] Vial of Liquid Experience" ) ...
by ewerson2
Fri Jul 21, 2017 9:08 pm
Forum: LUA Scripting
Topic: Focus Agent script
Replies: 2
Views: 134

Re: Focus Agent script

This code is OK function Pause() if Player:GetState():GetState( 10051 ) == nil then if Helper:CheckAvailableInventory( "Fine Focus Agent" ) then PlayerInput:Inventory( "Fine Focus Agent" ); return false; elseif Helper:CheckAvailableInventory( "Major Focus Agent" ) then PlayerInput:Inventory( "Major ...