Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion > Aion Hacks, Bots, Cheats & Exploits
You last visited: Today at 21:58

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

Advertisement



Para's VanillaTool [Rework]

Discussion on Para's VanillaTool [Rework] within the Aion Hacks, Bots, Cheats & Exploits forum part of the Aion category.

Reply
 
Old 11/04/2017, 18:46   #6466
 
elite*gold: 0
Join Date: Nov 2012
Posts: 8
Received Thanks: 1
Quote:
Originally Posted by Exem strike View Post
Anyone know which place of fallen poet is located the pumpkin of the event?
Pumpkin is located beneath Anuhart
fuyyu is offline  
Old 11/04/2017, 22:55   #6467
 
elite*gold: 0
Join Date: Jul 2010
Posts: 398
Received Thanks: 77
Paraly, sorry to bug you again with the luna daily, but the chars don't use the blue key. Have you tested it and it worked? Maybe you made the script for EU and they have a different name/ID for it (similar to the Cippo Aether Jelly, that we have on NA and it has a different name on EU).

I saw the script and it does have the code right before the command end_instance so it must be a problem with the item ID

_IFInventoryContains=185000292,1;

maybe this is wrong.
Diavolakos is offline  
Old 11/04/2017, 23:20   #6468
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Diavolakos View Post
Paraly, sorry to bug you again with the luna daily, but the chars don't use the blue key. Have you tested it and it worked? Maybe you made the script for EU and they have a different name/ID for it (similar to the Cippo Aether Jelly, that we have on NA and it has a different name on EU).

I saw the script and it does have the code right before the command end_instance so it must be a problem with the item ID

_IFInventoryContains=185000292,1;

maybe this is wrong.
You know you need at least 3 inventory slots free otherwise it doesn't loot the box

You can check the itemID of the key by yourself and compare if it's correct

Here's an example code so you can check if that line is blocking it
Code:
_IFInventoryContains=185000292,1;
WaitForResponse=Found Key in inventory;
#ELSE
WaitForResponse=Haven't found the key in inventory;
#ENDIF
Edit: I've readed the whole part again on my phone and the possible reason should be this line

Code:
_IFMemPtrRead=%AddrSlots,%OffsetSlots,BYTE,>%Var15; <-- only loots chest when at least 3 inventory slots free
Change it to

Code:
_IFMemPtrRead=%AddrSlots,%OffsetSlots,BYTE,<%Var15; <-- only loots chest when at least 3 inventory slots free
or just download the latest luna script
Paraly is offline  
Thanks
1 User
Old 11/05/2017, 03:57   #6469
 
elite*gold: 0
Join Date: Nov 2015
Posts: 335
Received Thanks: 20
paraly I do not know if it is possible but even so I will ask, is it possible to add an auto leave button of the instance as it is in fallen poet?

I tried searching the code in the poet script to put in the COE script but I did not find kk
Exem strike is offline  
Old 11/05/2017, 04:00   #6470
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Exem strike View Post
paraly I do not know if it is possible but even so I will ask, is it possible to add an auto leave button of the instance as it is in fallen poet?
I had an exit button at an earlier version of the script, however i check few things tomorrow then I might add it again
Paraly is offline  
Old 11/05/2017, 04:28   #6471
 
elite*gold: 0
Join Date: Nov 2015
Posts: 335
Received Thanks: 20
Quote:
Originally Posted by Paraly View Post
I had an exit button at an earlier version of the script, however i check few things tomorrow then I might add it again

paraly with the COE exit button and it is possible to make the char back inside the tower of eternity entrance?
because we have to stay going until every time the char comes out kkkkk this is very annoying kkkk
I sometimes exaggerate kkkkkkkkkk if there's no way no problem
Exem strike is offline  
Old 11/05/2017, 20:49   #6472
 
elite*gold: 0
Join Date: Jul 2010
Posts: 398
Received Thanks: 77
Quote:
Originally Posted by Exem strike View Post
paraly with the COE exit button and it is possible to make the char back inside the tower of eternity entrance?
because we have to stay going until every time the char comes out kkkkk this is very annoying kkkk
I sometimes exaggerate kkkkkkkkkk if there's no way no problem
Going back to COE is probably impossible by script, first when you leave from COE you are teleported to Norsvold/Illuma City. To go back in you need to go to Tower entrance first which changes locations and even if it didn't, those cities are infested with enemies.

Quote:
Originally Posted by Paraly View Post

Code:
_IFMemPtrRead=%AddrSlots,%OffsetSlots,BYTE,>%Var15; <-- only loots chest when at least 3 inventory slots free
Change it to

Code:
_IFMemPtrRead=%AddrSlots,%OffsetSlots,BYTE,<%Var15; <-- only loots chest when at least 3 inventory slots free
or just download the latest luna script
Now it loots it, it needed that > to be changed to <
Diavolakos is offline  
Old 11/06/2017, 00:35   #6473
 
elite*gold: 0
Join Date: Nov 2015
Posts: 335
Received Thanks: 20
Quote:
Originally Posted by Diavolakos View Post
Going back to COE is probably impossible by script, first when you leave from COE you are teleported to Norsvold/Illuma City. To go back in you need to go to Tower entrance first which changes locations and even if it didn't, those cities are infested with enemies.


Now it loots it, it needed that > to be changed to <


but then if possible as he said create an exit button like in FP that when you finish appears leave button leave, so you do not have to wait for the exit time
Exem strike is offline  
Old 11/06/2017, 00:39   #6474
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Exem strike View Post
paraly with the COE exit button and it is possible to make the char back inside the tower of eternity entrance?
because we have to stay going until every time the char comes out kkkkk this is very annoying kkkk
I sometimes exaggerate kkkkkkkkkk if there's no way no problem
If you use the "Leave instance" button from the rank window inside CoE you end up back in iluma / norsvold
Quote:
Originally Posted by Exem strike View Post
but then if possible as he said create an exit button like in FP that when you finish appears leave button leave, so you do not have to wait for the exit time
I just checked the Fallen Poeta script again and it still opens the Rank window at the end, this window has a "Leave instance" button which you can use
Paraly is offline  
Old 11/06/2017, 00:45   #6475
 
elite*gold: 0
Join Date: Nov 2015
Posts: 335
Received Thanks: 20
Quote:
Originally Posted by Paraly View Post
If you use the "Leave instance" button from the rank window inside CoE you end up back in iluma / norsvold


I just checked the Fallen Poeta script again and it still opens the Rank window at the end, this window has a "Leave instance" button which you can use
but is it possible to add the button in Coe?
Exem strike is offline  
Old 11/06/2017, 00:48   #6476
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Exem strike View Post
but is it possible to add the button in Coe?
Sure, basically you just need to add this line
Code:
FrameAction=301,STATE,SHOW;
Paraly is offline  
Old 11/06/2017, 00:50   #6477
 
elite*gold: 0
Join Date: Nov 2015
Posts: 335
Received Thanks: 20
Quote:
Originally Posted by Paraly View Post
Sure, basically you just need to add this line
Code:
FrameAction=301,STATE,SHOW;
ta I'm kind of slow even I assume, should I add this code in that localdo script?

Thanks in advance.
Exem strike is offline  
Old 11/06/2017, 00:55   #6478
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Exem strike View Post
ta I'm kind of slow even I assume, should I add this code in that localdo script?

Thanks in advance.
Just add this line below this code at the CoE script

Code:
#IF=%POSITION,247.116/1479.996/826.528;
WaitForResponse=Success;
#ELSE
WaitForResponse=Ended with Error;
#ENDIF
Paraly is offline  
Old 11/06/2017, 01:05   #6479
 
elite*gold: 0
Join Date: Nov 2015
Posts: 335
Received Thanks: 20
Quote:
Originally Posted by Paraly View Post
Just add this line below this code at the CoE script

Code:
#IF=%POSITION,247.116/1479.996/826.528;
WaitForResponse=Success;
#ELSE
WaitForResponse=Ended with Error;
#ENDIF
can I use this script to give leave of any instance?

example I am la within an instance with a personal I just wanted to quit and just put this code in the editor and give play? will it generate the leave window?
Exem strike is offline  
Old 11/06/2017, 01:23   #6480
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Exem strike View Post
can I use this script to give leave of any instance?

example I am la within an instance with a personal I just wanted to quit and just put this code in the editor and give play? will it generate the leave window?
Yes, just be sure you always have at least 2 lines at the Script Editor otherwise it doesn't start

so for example
Code:
FrameAction=301,STATE,SHOW;
Delay=5;
will work just fine
Paraly is offline  
Reply

Tags
animation, cheat, hack, script, vanillatool


Similar Threads Similar Threads
Para's VanillaTool [hack undetected]
12/11/2014 - Aion Hacks, Bots, Cheats & Exploits - 497 Replies
http://i.epvpimg.com/k6WPg.png http://epvpimg.com/mhK2h.png



All times are GMT +2. The time now is 21:58.


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.