Register for your free account! | Forgot your password?

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

  • 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 07/27/2017, 05:25   #1411
 
elite*gold: 0
Join Date: Jan 2017
Posts: 12
Received Thanks: 0
Good is there any way to change that you change channels only

Prettykiller is offline  
Old 07/27/2017, 06:33   #1412
 
elite*gold: 0
Join Date: Dec 2016
Posts: 36
Received Thanks: 0
Thank you I will try tonight thank you Para!
Superkinah is offline  
Old 07/27/2017, 11:53   #1413
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Prettykiller View Post
Good is there any way to change that you change channels only

You mean changing a channel with a script?
Paraly is offline  
Old 07/27/2017, 23:21   #1414
 
elite*gold: 0
Join Date: Dec 2016
Posts: 36
Received Thanks: 0
the bots do not select all quests :/
Superkinah is offline  
Old 07/27/2017, 23:50   #1415
 
elite*gold: 0
Join Date: Jan 2017
Posts: 12
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
You mean changing a channel with a script?
If I already did and I stay like this, and it works thx

Mouse=635,579;
Delay=1500;
MouseHoverClick=637,578,Left,637,406;
Delay=3500;
Mouse=516,423;
Delay=1500;
Mouse=708,422;
Delay=1500;
Mouse=696,447; <--------CHANNEL 2
Delay=1500;
Mouse=697,450;
Delay=10500;


Mouse=635,579;
Delay=1500;
MouseHoverClick=637,578,Left,637,406;
Delay=3500;
Mouse=516,423;
Delay=1500;
Mouse=708,422;
Delay=1500;
Mouse=692,455; <--------CHANNEL 3
Delay=1500;
Mouse=697,450;
Delay=10500;


Mouse=635,579;
Delay=1500;
MouseHoverClick=637,578,Left,637,406;
Delay=3500;
Mouse=516,423;
Delay=1500;
Mouse=708,422;
Delay=1500;
Mouse=691,465; <--------CHANNEL 4
Delay=1500;
Mouse=697,450;
Delay=10500;


Mouse=635,579;
Delay=1500;
MouseHoverClick=637,578,Left,637,406;
Delay=3500;
Mouse=516,423;
Delay=1500;
Mouse=708,422;
Delay=1500;
Mouse=691,475; <--------CHANNEL 5
Delay=1500;
Mouse=697,450;
Delay=10500;

Mouse=635,579;
Delay=1500;
MouseHoverClick=637,578,Left,637,406;
Delay=3500;
Mouse=516,423;
Delay=1500;
Mouse=708,422;
Delay=1500;
Mouse=692,436; <--------CHANNEL 1
Delay=1500;
Mouse=697,450;
Delay=10500;
Prettykiller is offline  
Old 07/27/2017, 23:55   #1416
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Superkinah View Post
the bots do not select all quests :/
You mean the AutoCraft script?
Read the instructions file

Run this script
Code:
#CheckPAK
Delay=100;
it will open a folder where you have to place the "x_data.pak" file which you find inside the AutoCraft archive, restart your client afterwards

Be sure you moved the windows to the right location and your UI size is at 100%
Paraly is offline  
Old 07/28/2017, 08:34   #1417
 
elite*gold: 0
Join Date: Dec 2016
Posts: 36
Received Thanks: 0
Should you delete the original dat pak or leave it?
Superkinah is offline  
Old 07/28/2017, 11:21   #1418
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Superkinah View Post
Should you delete the original dat pak or leave it?
No, don't delete or rename anything, just paste the "x_data.pak"
Paraly is offline  
Old 07/28/2017, 11:44   #1419
 
elite*gold: 0
Join Date: Dec 2016
Posts: 36
Received Thanks: 0
I do it but the bot takes a quest and do not know how to make it I have yet taken all the compo I am a 295/299 alchemy ..
Superkinah is offline  
Old 07/28/2017, 12:20   #1420
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Superkinah View Post
I do it but the bot takes a quest and do not know how to make it I have yet taken all the compo I am a 295/299 alchemy ..
I just tried it again and it's working fine.
If you done the "x_data.pak" step correctly the profession masters have no dialog anymore just the "upgrade" and "workorder" buttons
Also be sure click to move is disabled
Be sure the quest window is opened and moved to the top right edge
Be sure the craft window is moved to the top left edge
Be sure the dialog window is moved to the top right edge
Be sure you got enough materials
Be sure you have no work order accepted already when you start the script
Simply click on play then

#Solved



___________________________________






I've added 2 new commands
Code:
FrameAction=[FrameID],[Access],[New Value];
_IFFrameVisible=[FrameID];
with these commands you can open all windows available in aion even some GM windows we don't have access to normaly some of them are really interesting

However I post some examples here

this snippet checks if the inventory is currently opened
Code:
_IFFrameVisible=15; <- If inventory is opened
WaitForResponse=Inventory is open;
#ELSE
WaitForResponse=Inventory is closed;
#ENDIF
this snippet opens the Inventory and World Map
Code:
FrameAction=15,State,SHOW;
FrameAction=225,State,SHOW;
this snippet opens the World Map and moves it to the top left edge
Code:
FrameAction=225,State,SHOW;
FrameAction=225,XPos,0;
FrameAction=225,YPos,0;


Paraly is offline  
Old 07/29/2017, 12:36   #1421
 
elite*gold: 0
Join Date: Jan 2017
Posts: 12
Received Thanks: 0
Talking

In case of changing the channel as I would do I see that this form is better than what I was before

Quote:
Originally Posted by Paraly View Post



I've added 2 new commands
Code:
FrameAction=[FrameID],[Access],[New Value];
_IFFrameVisible=[FrameID];
with these commands you can open all windows available in aion even some GM windows we don't have access to normaly some of them are really interesting

However I post some examples here

this snippet checks if the inventory is currently opened
Code:
_IFFrameVisible=15; <- If inventory is opened
WaitForResponse=Inventory is open;
#ELSE
WaitForResponse=Inventory is closed;
#ENDIF
this snippet opens the Inventory and World Map
Code:
FrameAction=15,State,SHOW;
FrameAction=225,State,SHOW;
this snippet opens the World Map and moves it to the top left edge
Code:
FrameAction=225,State,SHOW;
FrameAction=225,XPos,0;
FrameAction=225,YPos,0;


Prettykiller is offline  
Old 07/29/2017, 13:40   #1422
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
here's a short script that allows you to escape everywhere instantly
Code:
#IF=%FirstTime,;
UseSpeed=1;
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF

FrameAction=373,State,SHOW;
FrameAction=373,XPos,0;
FrameAction=373,YPos,0;
TrayInfo=Hover your mouse over a friend at the window and press "Delete";
WaitForKey=2E,1;
_MemReadVar=%AddrMouseX,WORD,1;
_MemReadVar=%AddrMouseY,WORD,2;
Delay=1250;
TrayInfo=Hover your mouse over the "Visit Friend" button and press "Delete";
WaitForKey=2E,1;
_MemReadVar=%AddrMouseX,WORD,3;
_MemReadVar=%AddrMouseY,WORD,4;
FrameAction=373,State,HIDE;
TrayInfo=Press "Delete" as soon as you wanna instantly escape;

#DO=9999999999999;
WaitForKey=2E,1;
_IFKey=2E,1;
#IF=%Timer=500,15000;
FrameAction=373,State,SHOW;
FrameAction=373,XPos,0;
FrameAction=373,YPos,0;
Mouse=%Var1,%Var2;
Delay=125;
Mouse=%Var3,%Var4;
Delay=135;
SendKey=0x0D;
FrameAction=373,State,HIDE;
CreateTimer=500;
#ENDIF
_IFKey=77,1;
MemWrite=%AddrFreeMem10,1,BYTE;
#ENDIF
_UNTILMemRead=%AddrFreeMem10,BYTE,=1;
This script can be abused with low level toons even with level 1 you can teleport to a friends house and use his warehouse
Paraly is offline  
Old 07/29/2017, 22:37   #1423
 
elite*gold: 0
Join Date: Dec 2016
Posts: 36
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
here's a short script that allows you to escape everywhere instantly
Code:
#IF=%FirstTime,;
UseSpeed=1;
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF

FrameAction=373,State,SHOW;
FrameAction=373,XPos,0;
FrameAction=373,YPos,0;
TrayInfo=Hover your mouse over a friend at the window and press "Delete";
WaitForKey=2E,1;
_MemReadVar=%AddrMouseX,WORD,1;
_MemReadVar=%AddrMouseY,WORD,2;
TrayInfo=Hover your mouse over the "Visit Friend" button and press "Delete";
WaitForKey=2E,1;
_MemReadVar=%AddrMouseX,WORD,3;
_MemReadVar=%AddrMouseY,WORD,4;
FrameAction=373,State,HIDE;
TrayInfo=Press "Delete" as soon as you wanna instantly escape;

#DO=9999999999999;
WaitForKey=2E,1;
_IFKey=2E,1;
#IF=%Timer=500,15000;
FrameAction=373,State,SHOW;
FrameAction=373,XPos,0;
FrameAction=373,YPos,0;
Mouse=%Var1,%Var2;
Delay=25;
Mouse=%Var3,%Var4;
Delay=35;
SendKey=0x0D;
FrameAction=373,State,HIDE;
CreateTimer=500;
#ENDIF
_IFKey=77,1;
MemWrite=%AddrFreeMem10,1,BYTE;
#ENDIF
_UNTILMemRead=%AddrFreeMem10,BYTE,=1;
This script can be abused with low level toons even with level 1 you can teleport to a friends house and use his warehouse

You're saying that you can get into any character's warehouse?
Superkinah is offline  
Old 07/29/2017, 22:41   #1424
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Superkinah View Post
You're saying that you can get into any character's warehouse?
No, this script allows you to teleport into a friends house instantly from where ever you are, even in mid combat.

It can also be used with low level characters which doesn't have access to a warehouse till level 10, so they just teleport to a friends house who has a warehouse npc
Paraly is offline  
Thanks
1 User
Old 07/31/2017, 09:10   #1425
 
elite*gold: 0
Join Date: Jul 2017
Posts: 1
Received Thanks: 0
is there any script to turn in new petra medals for new medals in the fountain thing?
aiononline 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:08.


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.