Register for your free account! | Forgot your password?

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

  • 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 01/15/2019, 17:38   #2176
 
elite*gold: 0
Join Date: Oct 2018
Posts: 1
Received Thanks: 0
can you help edit the mirash sanctum script that going straight to boss please ?
thungo2533 is offline  
Old 01/16/2019, 15:18   #2177
 
elite*gold: 0
Join Date: Dec 2018
Posts: 4
Received Thanks: 1
thanks a lot
Fizzity is offline  
Old 01/16/2019, 18:06   #2178
 
elite*gold: 0
Join Date: Dec 2014
Posts: 74
Received Thanks: 1
noanim 6.06 dont work
mezorr is offline  
Old 01/16/2019, 18:31   #2179
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by mezorr View Post
noanim 6.06 dont work
I just tried it, it's working fine

Make sure all Vanillatools are closed before you start the Vanillatool 6.06 for the first time

Make sure you really patched your Aion NA Client, also try a file repair with the NCLauncher
Paraly is offline  
Old 01/19/2019, 16:46   #2180
 
MiraFLo's Avatar
 
elite*gold: 0
Join Date: Sep 2018
Posts: 62
Received Thanks: 3
Help with the code for the "Luna daily". I need to stay there afk after killing the boss. I need to consider how much time has already been there already.
MiraFLo is offline  
Old 01/19/2019, 18:15   #2181
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by MiraFLo View Post
Help with the code for the "Luna daily". I need to stay there afk after killing the boss. I need to consider how much time has already been there already.
You mean the luna daily AFK or Combat version?

So right after the reward screen appears you want to stay afk for x minutes? what's the point?
Paraly is offline  
Old 01/19/2019, 18:18   #2182
 
MiraFLo's Avatar
 
elite*gold: 0
Join Date: Sep 2018
Posts: 62
Received Thanks: 3
afk version! event! after the award, stay for 2.5 hours taking into account the time already spent in the Luna
MiraFLo is offline  
Old 01/20/2019, 01:36   #2183
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by MiraFLo View Post
afk version! event! after the award, stay for 2.5 hours taking into account the time already spent in the Luna
That's simple, change this part

Code:
start_instance;

Delay=8000;
to

Code:
start_instance;

CreateTimer=9999998;

Delay=8000;
then go to this part

Code:
_MemPtrReadVar=%PlayerBase,%OffsetName,WCHAR[32],19;
TrayInfo=%Var19 has finished the Luna daily;
and change it to

Code:
#DO=9000000;
SendKey=0x50; <- P
Delay=5000;
SendKey=0x49; <- I
#UNTIL=%Timer=9999998,9000000;

_MemPtrReadVar=%PlayerBase,%OffsetName,WCHAR[32],19;
TrayInfo=%Var19 has finished the Luna daily;
This will make him wait a total time of 150 minutes
Paraly is offline  
Thanks
1 User
Old 01/20/2019, 09:23   #2184
 
MiraFLo's Avatar
 
elite*gold: 0
Join Date: Sep 2018
Posts: 62
Received Thanks: 3
does not work ! sends to the choice of character after the loot boss. sometimes it works

frequent bug! the character can't come in and after just goes to the next
MiraFLo is offline  
Old 01/20/2019, 12:01   #2185
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by MiraFLo View Post
does not work ! sends to the choice of character after the loot boss. sometimes it works

frequent bug! the character can't come in and after just goes to the next
Yes it takes in count the time it already has spend in the instance

This bug happens when vanillatool couldn't click on the luna icon, this can happen when your character has not 100% UI size or if you don't use the english client language

Here's a pre-edited version in case you did something wrong
Attached Files
File Type: zip Daily + AFK Event.zip (7.6 KB, 6 views)
Paraly is offline  
Thanks
1 User
Old 01/20/2019, 12:26   #2186
 
MiraFLo's Avatar
 
elite*gold: 0
Join Date: Sep 2018
Posts: 62
Received Thanks: 3
100% UI size puts the script as automatic. I have 8 characters and 1-3 of them cannot enter the instance. english client language.
MiraFLo is offline  
Old 01/20/2019, 12:27   #2187
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by MiraFLo View Post
100% UI size puts the script as automatic. I have 8 characters and 1-3 of them cannot enter the instance. english client language.
Recheck the UI size at those 3 characters, and also obviously make sure no quickbar is over the luna icon, Auto Arrange windows should be turned off as well
Paraly is offline  
Thanks
1 User
Old 01/21/2019, 09:24   #2188
 
MiraFLo's Avatar
 
elite*gold: 0
Join Date: Sep 2018
Posts: 62
Received Thanks: 3
Quote:
Originally Posted by Paraly View Post
Recheck the UI size at those 3 characters, and also obviously make sure no quickbar is over the luna icon, Auto Arrange windows should be turned off as well
all rechecked... sometimes climbs empty window but if i manually click the icon, the script works fine.
one more request. Can you check for free entry to the Luna? Because of the bug, I often miss the Luna and in order not to look for the missed entry I need to make a check.
MiraFLo is offline  
Old 01/21/2019, 12:25   #2189
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by MiraFLo View Post
all rechecked... sometimes climbs empty window but if i manually click the icon, the script works fine.
one more request. Can you check for free entry to the Luna? Because of the bug, I often miss the Luna and in order not to look for the missed entry I need to make a check.
I already added security for this, if it clicks on the entry button and the confirm to spend luna window appears it will spam ESC and log to the next character
Paraly is offline  
Thanks
1 User
Old 01/21/2019, 14:21   #2190
 
MiraFLo's Avatar
 
elite*gold: 0
Join Date: Sep 2018
Posts: 62
Received Thanks: 3
Quote:
Originally Posted by Paraly View Post
I already added security for this, if it clicks on the entry button and the confirm to spend luna window appears it will spam ESC and log to the next character
there is no such window anymore....
MiraFLo is offline  
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:32.


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.