AionScript Release 12.08.2017

Post Reply
User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

AionScript Release 12.08.2017

Post by nucular » Sat Aug 12, 2017 11:00 am

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
Attachments
AS.zip
(2.28 MiB) Downloaded 169 times

buzz
Posts: 6
Joined: Wed Feb 08, 2017 1:56 pm
Has thanked: 1 time
Been thanked: 1 time

Re: AionScript Release 12.08.2017

Post by buzz » Sat Aug 12, 2017 4:37 pm

getting crashes staying afk on arena

ewerson2
Posts: 8
Joined: Tue Apr 11, 2017 12:40 pm
Has thanked: 4 times
Been thanked: 3 times

Re: AionScript Release 12.08.2017

Post by ewerson2 » 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()

User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

Re: AionScript Release 12.08.2017

Post by nucular » 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 !!!

User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

Re: AionScript Release 12.08.2017

Post by nucular » Sun Aug 13, 2017 10:39 am

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.

ewerson2
Posts: 8
Joined: Tue Apr 11, 2017 12:40 pm
Has thanked: 4 times
Been thanked: 3 times

Re: AionScript Release 12.08.2017

Post by ewerson2 » 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

User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

Re: AionScript Release 12.08.2017

Post by nucular » Sun Aug 13, 2017 12:03 pm

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.

User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

Re: AionScript Release 12.08.2017

Post by nucular » Sun Aug 13, 2017 7:44 pm

*bump*

cooco
VIP
Posts: 218
Joined: Fri Feb 17, 2017 2:01 am
Has thanked: 58 times
Been thanked: 85 times

Re: AionScript Release 12.08.2017

Post by cooco » Mon Aug 14, 2017 6:07 pm

I notice this bug
Image

User avatar
nucular
Site Admin
Posts: 260
Joined: Sat Jan 07, 2017 9:08 pm
Has thanked: 27 times
Been thanked: 388 times

Re: AionScript Release 12.08.2017

Post by nucular » Mon Aug 14, 2017 7:21 pm

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-)

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests