Para's Script Library

01/15/2019 17:38 thungo2533#2176
can you help edit the mirash sanctum script that going straight to boss please ?
01/16/2019 15:18 Fizzity#2177
thanks a lot
01/16/2019 18:06 mezorr#2178
noanim 6.06 dont work
01/16/2019 18:31 Paraly#2179
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
01/19/2019 16:46 MiraFLo#2180
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.
01/19/2019 18:15 Paraly#2181
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?
01/19/2019 18:18 MiraFLo#2182
afk version! event! after the award, stay for 2.5 hours taking into account the time already spent in the Luna
01/20/2019 01:36 Paraly#2183
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
01/20/2019 09:23 MiraFLo#2184
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
[Only registered and activated users can see links. Click Here To Register...]
01/20/2019 12:01 Paraly#2185
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
[Only registered and activated users can see links. Click Here To Register...]
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
01/20/2019 12:26 MiraFLo#2186
100% UI size puts the script as automatic. I have 8 characters and 1-3 of them cannot enter the instance. english client language.
01/20/2019 12:27 Paraly#2187
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
01/21/2019 09:24 MiraFLo#2188
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.
01/21/2019 12:25 Paraly#2189
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
01/21/2019 14:21 MiraFLo#2190
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....