Page 1 of 1

AionScript Release 12.08.2017

Posted: Sat Aug 12, 2017 11:00 am
by nucular
Changes:
  • Added Buffmanager for Botting
  • Added Kisk Resurrect System for Botting

For existing Users the following files have been updated:
  • AionInterface.dll
  • AionScript.exe
  • Extensions Folder
  • Scripting/OfficialGrinderFramework/GrinderFramework.lua
  • Scripting/OfficialGrinderFramework/HelperFunction.lua
  • Scripting/OfficialGrinderFramework/Settings.lua
  • Scripting/OfficialGrinderFramework/Settings/ExamplePlayer.lua
How to use Kisk Mode:
1.) Set settings in Settings.lua or Settings/YourCharname.lua correctly.

Code: Select all

	-- Indicates whether or not resurrecting and quitting is allowed.
	self.AllowRessurectQuit = false;
	-- Indicates whether or not resurrecting on Kisk is allowed.
	self.AllowRessurectKisk = true;
2.) You need obviously Kisks in your Inventory.

3.) Setup Travellist correctly and create an Travel Node with Action Kisk.
Image

4.) Congrats you have setup it correctly. Now just start the bot and you are done. It will automatically place kisk bind to it and in death resurrects.

How to use Buff Manager:
1.) Set settings in Settings.lua or Settings/YourCharname.lua correctly.

Code: Select all

	-- Enable Buffmanager to keep up buffs
      	self.BuffManager = true;
        -- List of Buffs to Apply Item Name and Buff Name Needed (Hover over Buff to get Name of Buff)
        self.BuffManagerList = {
		{ Item = "Running Scroll", State = "Increase Movement Speed" },
		{ Item = "Awakening Scroll", State = "Casting Speed Increase" },
	};
Item is ingame item name like you have it in your inventory.
State is the buff name which gets applied to your character.
Hover over your buff ingame and you find the state name to use.

Code: Select all

{ Item = "Running Scroll", State = "Increase Movement Speed" },
Image

Re: AionScript Release 12.08.2017

Posted: Sat Aug 12, 2017 4:37 pm
by buzz
getting crashes staying afk on arena

Re: AionScript Release 12.08.2017

Posted: Sat Aug 12, 2017 9:09 pm
by ewerson2
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()

Re: AionScript Release 12.08.2017

Posted: Sun Aug 13, 2017 10:36 am
by nucular
ewerson2 wrote:
Sat Aug 12, 2017 9:09 pm
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()
Update Extension Folder !!!

Re: AionScript Release 12.08.2017

Posted: Sun Aug 13, 2017 10:39 am
by nucular
buzz wrote:
Sat Aug 12, 2017 4:37 pm
getting crashes staying afk on arena
This is something i cannot work with.
Please give more Informations because for me and others it works very well.
Check Aion Forums many ppl have random crashes all the time.

For reporting bugs/crashing be more precise what you are doing otherwise i can't help you and i will not help you if i have to do random things to maybe find a bug which in the end is not a bug in AionScript but a bug in Aion or your PC.

Re: AionScript Release 12.08.2017

Posted: Sun Aug 13, 2017 11:49 am
by ewerson2
nucular wrote:
Sun Aug 13, 2017 10:36 am
ewerson2 wrote:
Sat Aug 12, 2017 9:09 pm
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()
Update Extension Folder !!!
I just left the folder classes the rest was changed!
Some time later he stopped on kisk and was disconnected by AFK

Re: AionScript Release 12.08.2017

Posted: Sun Aug 13, 2017 12:03 pm
by nucular
ewerson2 wrote:
Sun Aug 13, 2017 11:49 am
nucular wrote:
Sun Aug 13, 2017 10:36 am
ewerson2 wrote:
Sat Aug 12, 2017 9:09 pm
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()
Update Extension Folder !!!
I just left the folder classes the rest was changed!
Some time later he stopped on kisk and was disconnected by AFK
This error comes from an Extension.
Just try again my bots are running 18 hours or so without any crash.

Re: AionScript Release 12.08.2017

Posted: Sun Aug 13, 2017 7:44 pm
by nucular
*bump*

Re: AionScript Release 12.08.2017

Posted: Mon Aug 14, 2017 6:07 pm
by cooco
I notice this bug
Image

Re: AionScript Release 12.08.2017

Posted: Mon Aug 14, 2017 7:21 pm
by nucular
cooco wrote:
Mon Aug 14, 2017 6:07 pm
I notice this bug
Image
Thank you very very much for this detailed bug description.
I will have a look at it. 8-)