Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion
You last visited: Today at 23:13

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Para's Script Library

Discussion on Para's Script Library within the Aion forum part of the MMORPGs category.

View Poll Results: You want the scripts for any client language?
Yes, surely! 263 36.89%
No, english and german are enough for me. 450 63.11%
Voters: 713. You may not vote on this poll

Reply
 
Old 08/10/2020, 00:31   #2506
 
elite*gold: 0
Join Date: Nov 2015
Posts: 80
Received Thanks: 1
Hey paraly for bot grind is there a way to skip one of mob that you target and only cna do 1 damage to it ? should add that to the combat log for those mob .
Wild Elroco <Small Game>
lumcold is offline  
Old 08/10/2020, 01:06   #2507
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by lumcold View Post
Hey paraly for bot grind is there a way to skip one of mob that you target and only cna do 1 damage to it ? should add that to the combat log for those mob .
Wild Elroco <Small Game>
You can add these mobs to a blacklist with this command

Code:
_ACMob_Blacklist=Wild Elroco,Wild Elroco;
because this command requires at least 2 names I entered the same name twice

Put this line to the "Basic Settings" part of the script
Paraly is offline  
Old 08/12/2020, 04:16   #2508
 
elite*gold: 0
Join Date: Nov 2015
Posts: 80
Received Thanks: 1
Oh Paraly sorry to bother 1 more thing , whats is a code for crafting the experience extractor , and bobonerk coin ?
lumcold is offline  
Old 08/12/2020, 09:20   #2509
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by lumcold View Post
Oh Paraly sorry to bother 1 more thing , whats is a code for crafting the experience extractor , and bobonerk coin ?
Exp extractor code
Code:
_MemReadVar=%AddrMaxEXP,DWORD,MaxExp;
_MemReadVar=%AddrCurrentEXP,DWORD,CurrentExp;
_Calc[ExpPercent]=%Var[CurrentExp]/%Var[MaxExp];
_Calc[ExpPercent]=%Var[ExpPercent]*100;
#IF=%Var[ExpPercent],>50; // IF above 50% exp
_IFInventoryContains=188922000; // EXP Extractor
UseID=188922000;
Delay=1250;
SendKey=0x0D;
Delay=1500;
Command=;
#ENDIF

Bobonerks coin code
Code:
_MemReadVar=%AddrMaxEXP,DWORD,MaxExp;
_MemReadVar=%AddrCurrentEXP,DWORD,CurrentExp;
_Calc[ExpPercent]=%Var[CurrentExp]/%Var[MaxExp];
_Calc[ExpPercent]=%Var[ExpPercent]*100;
#IF=%Var[ExpPercent],>90; // IF above 90% exp
_IFInventoryContains=188920046; // bobonerks coin
UseID=188920046;
Delay=1250;
SendKey=0x0D;
Delay=1500;
Command=;
#ENDIF
Paraly is offline  
Old 08/16/2020, 04:25   #2510
 
elite*gold: 0
Join Date: Nov 2015
Posts: 80
Received Thanks: 1
Thanks for teh help Paraly , i know is another question , is there a way to make skills rotation faster ? it seems like kinda slow cus bot goes thru alot of auto before skill spam anyway to make it spam quicker other then using no animations?
lumcold is offline  
Old 08/16/2020, 11:03   #2511
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by lumcold View Post
Thanks for teh help Paraly , i know is another question , is there a way to make skills rotation faster ? it seems like kinda slow cus bot goes thru alot of auto before skill spam anyway to make it spam quicker other then using no animations?
Try it without NoAnimation, with full no animation it can't detect when an animation finishes

You should rewrite the rotation of your class from 0, don't add unnecessary many skills, just those that you need with low CD and good damage
Paraly is offline  
Old 09/01/2020, 20:35   #2512
 
elite*gold: 0
Join Date: Aug 2017
Posts: 44
Received Thanks: 3
just to warn you guys, Today i got 3 accounts banned only using lunascripts on NA server. So just take care.

Updating, 5 more accounts banned.
xxxLavos is offline  
Old 09/02/2020, 01:00   #2513
 
elite*gold: 0
Join Date: Nov 2015
Posts: 80
Received Thanks: 1
Ya i got insta , Dc 2 times when i start the luna daily .

Anyway Paraly is the scripe for hidden mobs working ? , i never see that thing come up with anything .
lumcold is offline  
Old 09/02/2020, 03:01   #2514
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by lumcold View Post
Ya i got insta , Dc 2 times when i start the luna daily .

Anyway Paraly is the scripe for hidden mobs working ? , i never see that thing come up with anything .
Make sure you use Vanillatool 6.99 or newer and you have the "Informations" channel activated in your chat tab settings ingame

Paraly is offline  
Old 09/10/2020, 03:00   #2515
 
elite*gold: 0
Join Date: Nov 2014
Posts: 79
Received Thanks: 2
whats arcon daily for?
dlrjsajdi is offline  
Old 09/10/2020, 09:54   #2516
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by dlrjsajdi View Post
whats arcon daily for?
It does the Lugbug Quest if available

It opens the Lugbug reward boxes to get acorns

In case it has less than 12 inventory slots free it can expand the inventory

It gets the Lugbug Daily rewards

It buys a General Return Scroll

Teleports to Gelkmaros/Inggison and binds there

Exchanges 12 acorns for the Event Coin Bundle

Deposits the Coin Bundle in the Account Warehouse

Logs to the next character
Paraly is offline  
Old 09/13/2020, 12:57   #2517
 
elite*gold: 0
Join Date: Dec 2017
Posts: 18
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
It does the Lugbug Quest if available

It opens the Lugbug reward boxes to get acorns

In case it has less than 12 inventory slots free it can expand the inventory

It gets the Lugbug Daily rewards

It buys a General Return Scroll

Teleports to Gelkmaros and binds there

Exchanges 12 acorns for the Event Coin Bundle

Deposits the Coin Bundle in the Account Warehouse

Logs to the next character
this script is really nice!

is it possible to make the character complete the daily lugbug quest and then check and consume the Large Gold Star we randomly get from this lugbug daily quest instead of discarding/selling it when the script runs for acorns or luna daily?
it really helps in current events because the character will level up fast doing lunas with the star buff up
istumble is offline  
Old 09/13/2020, 13:16   #2518
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by istumble View Post
this script is really nice!

is it possible to make the character complete the daily lugbug quest and then check and consume the Large Gold Star we randomly get from this lugbug daily quest instead of discarding/selling it when the script runs for acorns or luna daily?
it really helps in current events because the character will level up fast doing lunas with the star buff up
Luna Daily already has a code for it
Code:
#DO=15000;
_IFInventoryContains=162005076; // Lugbug's Large Gold Star (7 days)
MemWrite=%AddrFreeMem6,1,BYTE;
UseID=162005076;
Delay=3000;
#ELSE
MemWrite=%AddrFreeMem6,0,BYTE;
#ENDIF
_UNTILMemRead=%AddrFreeMem6,BYTE,=0;
But I guess it misses to open , will add it soon


@ it's added now
Paraly is offline  
Thanks
1 User
Old 09/13/2020, 21:01   #2519
 
elite*gold: 0
Join Date: Dec 2017
Posts: 18
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
Luna Daily already has a code for it
Code:
#DO=15000;
_IFInventoryContains=162005076; // Lugbug's Large Gold Star (7 days)
MemWrite=%AddrFreeMem6,1,BYTE;
UseID=162005076;
Delay=3000;
#ELSE
MemWrite=%AddrFreeMem6,0,BYTE;
#ENDIF
_UNTILMemRead=%AddrFreeMem6,BYTE,=0;
But I guess it misses to open , will add it soon


@ it's added now
thank u thank u

Quote:
Originally Posted by Paraly View Post
Luna Daily already has a code for it
Code:
#DO=15000;
_IFInventoryContains=162005076; // Lugbug's Large Gold Star (7 days)
MemWrite=%AddrFreeMem6,1,BYTE;
UseID=162005076;
Delay=3000;
#ELSE
MemWrite=%AddrFreeMem6,0,BYTE;
#ENDIF
_UNTILMemRead=%AddrFreeMem6,BYTE,=0;
But I guess it misses to open , will add it soon


@ it's added now
hello paraly! i don't know if it is working as intended. i've downloaded the new script but my characters aren't looting the lugbug daily quest to check if we got large gold star



is it supposed to happen after or before we clear luna instance?
istumble is offline  
Old 09/14/2020, 10:23   #2520
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by istumble View Post
thank u thank u



hello paraly! i don't know if it is working as intended. i've downloaded the new script but my characters aren't looting the lugbug daily quest to check if we got large gold star



is it supposed to happen after or before we clear luna instance?
You need to activate ExchangeAP at the InstaScript settings, otherwise it doesn't get the lugbug daily rewards
Paraly is offline  
Thanks
1 User
Reply

Tags
aion, autocomplete instance, script, vanillatool


Similar Threads Similar Threads
Script para todos os Lastchaos - Autohokey
01/29/2012 - Last Chaos - 1 Replies
I got a script that clicks several times with the click right mouse clicks when monster picks up the tarjeta. so he just throws the skill. I used AutoHotkey program. in AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText Needs improvement. I accept any help. I'm from Brazil. ------------------------------------------------- --------------------------
[Release]Big Script Library
07/25/2010 - SRO PServer Guides & Releases - 0 Replies
I think its a good idea to open this Topic. I need Your Help. Sent me your own made Scripts and i upload them here. It does not matter if there is already a script by the mob. Only Self made scripts!!! What To Post? Post me not the text file.Post me the script!!! Scorpion 1 by Th3Stalker



All times are GMT +2. The time now is 23:13.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.