Para's Script Library

07/27/2017 05:25 Prettykiller#1411
Good is there any way to change that you change channels only

[Only registered and activated users can see links. Click Here To Register...]
07/27/2017 06:33 Superkinah#1412
Thank you I will try tonight thank you Para!
07/27/2017 11:53 Paraly#1413
Quote:
Originally Posted by Prettykiller View Post
Good is there any way to change that you change channels only

[Only registered and activated users can see links. Click Here To Register...]
You mean changing a channel with a script?
07/27/2017 23:21 Superkinah#1414
the bots do not select all quests :/
07/27/2017 23:50 Prettykiller#1415
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;
07/27/2017 23:55 Paraly#1416
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%
07/28/2017 08:34 Superkinah#1417
Should you delete the original dat pak or leave it?
07/28/2017 11:21 Paraly#1418
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"
07/28/2017 11:44 Superkinah#1419
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 ..
07/28/2017 12:20 Paraly#1420
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 :D

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;


07/29/2017 12:36 Prettykiller#1421
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 :D

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;


07/29/2017 13:40 Paraly#1422
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 :)
07/29/2017 22:37 Superkinah#1423
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?
07/29/2017 22:41 Paraly#1424
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
07/31/2017 09:10 aiononline#1425
is there any script to turn in new petra medals for new medals in the fountain thing?