"Your license is invalid or expired" but i request trial 1 hour ago
Private message.Quote:
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.
haha yes I realise my minion function expired! thanksQuote:
Are you sure you pet have loot function available?
OBS: You need to enable the Scroll Transformation optionQuote:
// 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;
}
I need to fix SM.Quote:
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 suggest you to customize Ranger/gunner class.Quote:
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.
update Grinder script ;)Quote:
@[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.
The site below you get the IDs of the potions. EX: 160040000 = Polar Bear Transformation PotionQuote:
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...]
Quote:
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? ;););)
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.Quote:
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?