AionScript

08/18/2016 21:54 sofa555#241
Quote:
Originally Posted by Locatelli1 View Post
I tried some days ago the grinder (last weekend) and it was working perfectly. Are you sure you set it up correctly?
could you or someone just please upload and share bin32 folder?

i think it's something with the game version i have, now tried to update it by launcher, but now it just keeps telling me to run game before i run the aionscript =p
08/18/2016 22:19 7life#242
Quote:
Originally Posted by sofa555 View Post
could you or someone just please upload and share bin32 folder?

i think it's something with the game version i have, now tried to update it by launcher, but now it just keeps telling me to run game before i run the aionscript =p
had same problem try run aionscript as admin
08/18/2016 23:51 sofa555#243
Quote:
Originally Posted by 7life View Post
had same problem try run aionscript as admin
i did, didn't help for me
08/19/2016 00:10 AionScript#244
Quote:
Originally Posted by sofa555 View Post
i did, didn't help for me
you play at NA or EU?
if NA, launch this file [Only registered and activated users can see links. Click Here To Register...], then launch game from Aion Online launcher.
08/19/2016 03:13 adritill#245
Quote:
Originally Posted by crazymonkey84 View Post
Or in english (select grinderframwork then right click in the white bar below it, and select "create", press "record", then run through the route you want your character follow and return to your original position. Then click save, and then "enable")
i have done that as always to make the profiles, but now it is not working :S keep staying in same position
08/19/2016 04:24 nussxxx#246
open chat usw arrow up and look witch skill/target the char is useing.

u useing chanter? maybe he try to use skill u dont have or sthing
-------------------------------------------------------------------------

btw guys. disabel PANIC MODE. GMS will bann the account if u get instantly logout.

just press "SHIFT + ;" on the Entities Interface
----------------------------------------------------------------------------

Quote:
Originally Posted by dada79 View Post
Hi all , when I execute aionscript.exe , I get this error -->

[Only registered and activated users can see links. Click Here To Register...]

I am playing from EU server , with last windows 10 version and run game in english with a 32 bit batch file .
u need to download Microsoft .NET Framework
-----------------------------------------------------------------------------

@[Only registered and activated users can see links. Click Here To Register...]
after the update gladiator dont like gk.

if Helper:CheckAvailable( "Daevic Fury" ) and Player:GetDP() >=2000 then
Helper:CheckExecute( "Daevic Fury");
return false;
end

aionscript ends with
- [string "GrinderFramework.lua"]:597: attempt to index a nil value

same counts for shadow rage
if Entity:GetHealth() >= 50 and Helper:CheckAvailable( "Shadow Rage" ) then
Helper:CheckExecute( "Shadow Rage" );
return false;
end

needed to change to
if Helper:CheckAvailable( "Shadow Rage" ) then
Helper:CheckExecute( "Shadow Rage" );
return false;
end

idk looks like GetHealth not working :)

on second wind i needed to remove ", Player" cuz its end up
- [string "GrinderFramework.lua"]:597: attempt to index a nil value

if Helper:CheckAvailable( "Second Wind" ) and Player:GetHealthCurrent() < Player:GetHealthMaximum() - 10500 then
Helper:CheckExecute( "Second Wind",Player );
return false;
end
08/19/2016 15:10 crazymonkey84#247
Quote:
Originally Posted by adritill View Post
i have done that as always to make the profiles, but now it is not working :S keep staying in same position
it happens to me sometimes, sometimes my char just wants to stay sit, and dont want to move even when is hp is full, all i need to do is to force my toon a little bit, i click on nex target to force him to attack and if this doesnt work, i click enable and disable several times till it starts to do his work :)
08/19/2016 15:10 gorguss#248
nevermind :) my question was answered by good sir, andyDE. thank you again!
08/19/2016 15:22 dada79#249
Code:
-- Buff: Stone Skin
	if Helper:CheckAvailable( "Stone Skin" ) and EntityState:GetState( Helper:CheckName( "Stone Skin" )) ~= nil then
		Helper:CheckExecute( "Stone Skin" );
		return false;
	end
	
-- Buff: Robe of Flame
	if Helper:CheckAvailable( "Flame Robes" ) and EntityState:GetState( Helper:CheckName( "Flame Robes" )) ~= nil then
		Helper:CheckExecute( "Flame Robes" );
		return false;
	end
How to check if Buff are already actived ?
08/19/2016 15:48 nussxxx#250
u need endit the helpfunction so the bot use herb tretment and the new fortified pots


Quote:
Originally Posted by dada79 View Post
Code:
-- Buff: Stone Skin
	if Helper:CheckAvailable( "Stone Skin" ) and EntityState:GetState( Helper:CheckName( "Stone Skin" )) ~= nil then
		Helper:CheckExecute( "Stone Skin" );
		return false;
	end
	
-- Buff: Robe of Flame
	if Helper:CheckAvailable( "Flame Robes" ) and EntityState:GetState( Helper:CheckName( "Flame Robes" )) ~= nil then
		Helper:CheckExecute( "Flame Robes" );
		return false;
	end
How to check if Buff are already actived ?
some skill have wrong stage id need some one who know to get skill id and can edit the skillist
08/19/2016 16:37 gorguss#251
andyDE referred me back here to ask nussxxx this error message:

- Unable to find a class or player controller!
- invalid arguments to method call
- Object reference not set to an instance of an object.

I created .bat file properly but NCsoft will not allow me to log in without going through offixal patcher first?

I see you can use the aionpatcher.exe I also noticed I don't think I have the .NET framework installed lol I am truly sorry for bothering y'all!
08/19/2016 20:42 nussxxx#252
you play at NA or EU?
if NA, launch this file [Only registered and activated users can see links. Click Here To Register...], then launch game from Aion Online launcher.


or maybe u have try the bot on low lvl char <10lv.
Bard not working till lv 10.

post screen shot to see more easly
08/19/2016 21:40 Kmrdrow#253
How do I launch Aion NA in 32b?
08/19/2016 22:15 gorguss#254
Honestly I don't think I had .NET framework installed. I'm installing now, big download.

NA servers. Yes in have the Aionpatcher and its in *32 bit. Once Frameworks been installed i'll try again and let you know if I succeeded
08/20/2016 00:05 crazymonkey84#255
Quote:
Originally Posted by Kmrdrow View Post
How do I launch Aion NA in 32b?
just rename the aion.bin (to any name u want) in folder bin64, so game can not find the proper file for 64 bits and then it will run the 32 bits by default.