AionBot.net [NA & EU]

12/18/2018 17:48 maxwel16#316
"Your license is invalid or expired" but i request trial 1 hour ago
12/20/2018 12:49 DarkOPM#317
Please add a backlink to epvp.
12/21/2018 08:46 lordsill#318
#moved
#reopened
12/21/2018 09:58 Qss675#319
Hey I paid for a month of premium access and how can I join the discord? i having some problems.

Mainly when i create a death path the toon doesnt talk to soul healer to heal to full and it also does not teleport to the camp i set up for the path. It walks to the "Teleport Device" and then tries to walk to the next coordinates that are on the other end without teleporting.


also how can I swap the aion client back to running in 64bit? having tons of send log issues and cant open the game anymore. Tried to repair the files multiple times.
12/21/2018 17:36 cooco83#320
Quote:
Originally Posted by Qss675 View Post
Hey I paid for a month of premium access and how can I join the discord? i having some problems.

Mainly when i create a death path the toon doesnt talk to soul healer to heal to full and it also does not teleport to the camp i set up for the path. It walks to the "Teleport Device" and then tries to walk to the next coordinates that are on the other end without teleporting.


also how can I swap the aion client back to running in 64bit? having tons of send log issues and cant open the game anymore. Tried to repair the files multiple times.
Private message.
Soul healer isn't used.
About Teleport device try to disable click to move.
Open aion without Aion32Force, is not solved then try to delete file "NCSOFT\Aion\Data\dump\tables.dmp"
12/28/2018 10:39 snork84#321
Quote:
Originally Posted by cooco83 View Post
Are you sure you pet have loot function available?
haha yes I realise my minion function expired! thanks

Also SM has problem on Mirash script(havent tried grinder). Bot can't summon pet and just stands there until manually summoned. Also on final boss, pet wont follow into pit and gets stuck, causing toon not to attack boss until pet released and manually resummoned.

Btw chanter shields still not working :confused:
12/28/2018 13:06 elowca213#322
anyone want to share ranger customization .cs file ?
12/29/2018 07:23 joceane#323
@[Only registered and activated users can see links. Click Here To Register...]
Where do I find the command line of the skill sequences? "CombatSupportAionClassSetting"
From one attack example / another attack. Every attempt I'm making has no results. Can be of any class.

@[Only registered and activated users can see links. Click Here To Register...]
Use this in GrindingScript.cs
look for the line where you inform: // Use transformation
And change for this:

Quote:
// Use transformation "Transparency Transformation scroll TypeId is 190099001"
if (Settings.UseTransformationScroll && (Game.Time() - TransformationTimer) > 1000 * 60 * 10)
{
var scrollItem = Game.InventoryList.GetItemByTypeId(160040024); //Doberman Transformation Potion
//var scrollItem = Game.InventoryList.GetItemByTypeId(160040027);//Pomeranian Transformation Potion
//var scrollItem = Game.InventoryList.GetItemByTypeId(160040028);//Mau Transformation Potion
//var scrollItem = Game.InventoryList.GetItemByTypeId(160040029);//Abomination Transformation Potion
var transformationScroll = Game.InventoryList.GetItemByTypeId(190099000);
if (scrollItem != null)
Game.PlayerInput.Console("/use " + scrollItem.Name);
else if (transformationScroll != null)
{
Game.PlayerInput.Console("/use " + transformationScroll.Name);
}

TransformationTimer = Game.Time();
return false;
}
OBS: You need to enable the Scroll Transformation option
12/29/2018 14:28 cooco83#324
Quote:
Originally Posted by snork84 View Post
haha yes I realise my minion function expired! thanks

Also SM has problem on Mirash script(havent tried grinder). Bot can't summon pet and just stands there until manually summoned. Also on final boss, pet wont follow into pit and gets stuck, causing toon not to attack boss until pet released and manually resummoned.

Btw chanter shields still not working :confused:
I need to fix SM.
About chanter shield i need to check it :)



Quote:
Originally Posted by badagliacca View Post
Hi cocoo, can you please modify your rotation skills for ranger / gunner ? That's realy bad, they should do stunning shot as first skill but they don't have it even inside your rotation, after i use pretty much all the skill it keep spamming deadshot like nosense, this is a serious waste of time, even for the gunner sighting shot, please modify as fast you can.

Put even that you can chose which transformation potion to use, outside lakrum spawn you farm a lot of them and i wanna use those.

Everytime there's a mob that you can't attack because of the obstacles it stuck there for like 10-15seconds , that's a lot, reduce it to 5seconds please.

Another must do thing is that you have to do is when the character die, after resurrection put automatically Auto-loot of the minion.
I suggest you to customize Ranger/gunner class.
About potion, i will add support for it.
Pet auto-loot is already implemented, set the option "Quickbar pet slot" :)

[QUOTE=joceane;37312503]@[Only registered and activated users can see links. Click Here To Register...]
Where do I find the command line of the skill sequences? "CombatSupportAionClassSetting"
From one attack example / another attack. Every attempt I'm making has no results. Can be of any class.
Private message:)
12/30/2018 01:14 cooco83#325
Quote:
Originally Posted by badagliacca View Post
@[Only registered and activated users can see links. Click Here To Register...] Thanks man appreciated, but , can you re-send me the script , but without the Doberman transformation? Is the useless one so, i don't know how to do it and what i have to delete exactly.



@[Only registered and activated users can see links. Click Here To Register...], i don't know, but here i can't find that "Quickbar Option" , i don't even know where's the Customization File inside AionBot Folders . [Only registered and activated users can see links. Click Here To Register...]
Rispondi in italiano se puoi, fa lo stesso.
update Grinder script ;)
12/30/2018 04:49 snork84#326
When i select 'custom class' in grinder script, my bot wont attack anything.

I notice you private message Joceane how to use this feature but why not post for all to see?

you advertise feature but never explain how to use. Do we all need to learn C# to use this feature?


@[Only registered and activated users can see links. Click Here To Register...]
12/30/2018 20:43 adritill#327
does anyone has any cleric tweaked routine?
12/31/2018 22:31 joceane#328
Quote:
Originally Posted by snork84 View Post
When i select 'custom class' in grinder script, my bot wont attack anything.

I notice you private message Joceane how to use this feature but why not post for all to see?

you advertise feature but never explain how to use. Do we all need to learn C# to use this feature?


@[Only registered and activated users can see links. Click Here To Register...]
The site below you get the IDs of the potions. EX: 160040000 = Polar Bear Transformation Potion
[Only registered and activated users can see links. Click Here To Register...]

You should look for the command line inside the script "GrindingScript.cs"
...\Aionbotnet Essential Pack v1.07\Script\Source\Grinder

Below I leave the party to find:

// Use transformation "Transparency Transformation scroll TypeId is 190099001"
if (Settings.UseTransformationScroll && (Game.Time() - TransformationTimer) > 1000 * 60 * 10)
{
var scrollItem = Game.InventoryList.GetItemByTypeId(160040024); //Doberman Transformation Potion
var transformationScroll = Game.InventoryList.GetItemByTypeId(190099000);
if (scrollItem != null)
Game.PlayerInput.Console("/use " + scrollItem.Name);
else if (transformationScroll != null)
{
Game.PlayerInput.Console("/use " + transformationScroll.Name);
}

TransformationTimer = Game.Time();
return false;
}

Look for this line:
var scrollItem = Game.InventoryList.GetItemByTypeId(190099001);
...Change the ID that is inside the (...) by the transformation potion you want.

If you use the Notepad++ program, you find in line 384

Explained now? ;););)
01/01/2019 03:16 snork84#329
Quote:
Originally Posted by joceane View Post
The site below you get the IDs of the potions. EX: 160040000 = Polar Bear Transformation Potion
[Only registered and activated users can see links. Click Here To Register...]

You should look for the command line inside the script "GrindingScript.cs"
...\Aionbotnet Essential Pack v1.07\Script\Source\Grinder

Below I leave the party to find:

// Use transformation "Transparency Transformation scroll TypeId is 190099001"
if (Settings.UseTransformationScroll && (Game.Time() - TransformationTimer) > 1000 * 60 * 10)
{
var scrollItem = Game.InventoryList.GetItemByTypeId(160040024); //Doberman Transformation Potion
var transformationScroll = Game.InventoryList.GetItemByTypeId(190099000);
if (scrollItem != null)
Game.PlayerInput.Console("/use " + scrollItem.Name);
else if (transformationScroll != null)
{
Game.PlayerInput.Console("/use " + transformationScroll.Name);
}

TransformationTimer = Game.Time();
return false;
}

Look for this line:
var scrollItem = Game.InventoryList.GetItemByTypeId(190099001);
...Change the ID that is inside the (...) by the transformation potion you want.

If you use the Notepad++ program, you find in line 384

Explained now? ;););)

haha thanks dude, I got it to work! =)

Though ideally I was asking how to edit the custom class script. At least that is what I thought Coco was messaging you about?
01/01/2019 03:56 joceane#330
Quote:
Originally Posted by snork84 View Post
haha thanks dude, I got it to work! =)

Though ideally I was asking how to edit the custom class script. At least that is what I thought Coco was messaging you about?
Unbelievably no, I have tried to get the information from where I found the sequence listing of the skill I programmed so I can change it in the way I wanted. But he was not. I tried fetching all / .cs / .dll files and could not find something that would lead me to find.
@[Only registered and activated users can see links. Click Here To Register...] by 1000% where is this information? Every time I find you, you do not answer. I do not have enough knowledge of the English language to speak for Discord.
What I wanted is just where your skill sequence list is that I saw that the reference is AionGame.UnknownFramework.AionClass