Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion
You last visited: Today at 12:02

  • 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 11/13/2021, 01:55   #2581
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by sucu View Post
Hi Paraly! Could you create a separate downloadable subsection or folder just for aion classic scripts?
Why not download the Vanillatool Package as a whole?


Password: vt
Paraly is offline  
Old 01/15/2022, 08:05   #2582
 
elite*gold: 0
Join Date: May 2007
Posts: 23
Received Thanks: 0
Hi ! Is there something to autobuy ultimate equipment packaging (lvl 83) when npc is nearby please ? Thanks !
Destinyfr is offline  
Old 01/15/2022, 10:19   #2583
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Destinyfr View Post
Hi ! Is there something to autobuy ultimate equipment packaging (lvl 83) when npc is nearby please ? Thanks !
Here's a template code, you just need to edit the NPC Name and edit 2 Mouse lines with the correct mouse coordinates, I wrote comments behind the lines to explain which coords are required.

To get mouse coordinates you have to open the Script Editor and hover above where you want to click, press F8 then, the Script Editor does display the coords and copies the full Mouse line to your clipboard

Note: the Aion window is small as usual with scripts, so when you get the mouse coords the window also needs to be small

Code:
#IF=%FirstTime,;
_SetVar=NPC,Meririnerk; // Set the NPC Name here
#SmoothBackground
MemPtrWrite=%AddrFPS,%OffsetFPS1,500,BYTE;
MemPtrWrite=%AddrFPS,%OffsetFPS2,500,FLOAT;
Command=;
Print=;
UseSpeed=1;
FrameActionByName=trade_dialog,XPOS,0;
FrameActionByName=trade_dialog,YPOS,0;
MemPtrWrite=%AddrFrameName[dlg_dialog],0x6C,2.54296875,FLOAT;
MemPtrWrite=%AddrFrameName[dlg_dialog],0x74,3.317382812,FLOAT;
#ENDIF

MemPtrWrite=%PlayerBase,%OffsetData/0xCC,Waiting for NPC,WCHAR[16];
#DO=99999999;
Command=/select %Var[NPC];
_UNTILMemPtrRead=%TargetBase,%OffsetName,WCHAR[64],=%Var[NPC];
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[64],=%Var[NPC];
Command=/attack;
#DO=1000;
_UNTILMemPtrRead=%AddrFrameName[dlg_dialog],0x28,BYTE,=175;
Delay=5;
Mouse=127,187; // Mouse Coordinates of the Buy button on the dialog window
#DO=1000;
_UNTILMemPtrRead=%AddrFrameName[trade_dialog],0x28,BYTE,=175;
Delay=5;
Mouse=61,79,Right; // Mouse Coordinates of the item to purchase on the buy window
Mouse=184,380; // Mouse Coordinates of the Buy button on the buy window (this should already be correct)
#DO=1000;
_UNTILMemPtrRead=%AddrFrameID[%ConfirmFrameID],0x28,BYTE,=175;
#DO=1000;
SendKey=0x0D;
_UNTILMemPtrRead=%AddrFrameID[%ConfirmFrameID],0x28,BYTE,<175;
Delay=5;
MemPtrWrite=%PlayerBase,%OffsetData/0xCC,Bought from NPC,WCHAR[16];
_MemPtrReadVar=%PlayerBase,%OffsetName,WCHAR[32],PlayerName;
WaitForResponse=Attempted to buy on %Var[PlayerName];
MemPtrWrite=%PlayerBase,%OffsetData/0xCC,0,DWORD;
#EndScript
#ELSE
#EndScript
#ENDIF
Paraly is offline  
Old 02/09/2022, 00:41   #2584
 
elite*gold: 0
Join Date: Feb 2022
Posts: 3
Received Thanks: 0
Hi, I struggle to get the no clip and anti gravity to work when inside an instance. I enable gravity, teleport, and piercing camera. I tried to lock height but I keep getting teleported back to the ground when moving forward. Is this the normal functioning? I want to farm instance bosses alone. Not possible?
Wynterr is offline  
Old 02/09/2022, 00:42   #2585
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Wynterr View Post
Hi, I struggle to get the no clip and anti gravity to work when inside an instance. I enable gravity, teleport, and piercing camera. I tried to lock height but I keep getting teleported back to the ground when moving forward. Is this the normal functioning? I want to farm instance bosses alone. Not possible?
Are you on Retail or Classic?
Paraly is offline  
Old 02/09/2022, 00:43   #2586
 
elite*gold: 0
Join Date: Feb 2022
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
Are you on Retail or Classic?
Classic
Wynterr is offline  
Old 02/09/2022, 00:52   #2587
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Wynterr View Post
Classic
Gravity and Superglide are limited on Classic, they have server sided checks that reset you.

As soon as the distance to the ground below you is greater than 2.99 meters you get reseted to the ground.

You can also not go upwards while gliding, the only methods you have on Classic to skip trough instances is by walking a steep moutain upwards with gravity and then use the gained height to start gliding and lock height to reach new locations.

I also gave some instructions about skipping barracks recently on discord but it's difficult for sure.
Paraly is offline  
Old 02/09/2022, 00:55   #2588
 
elite*gold: 0
Join Date: Feb 2022
Posts: 3
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
Gravity and Superglide are limited on Classic, they have server sided checks that reset you.

As soon as the distance to the ground below you is greater than 2.99 meters you get reseted to the ground.

You can also not go upwards while gliding, the only methods you have on Classic to skip trough instance is by walking a steep moutain upwards with locked height and then use the gained height to start gliding and lock height to reach new locations.

I also gave some instructions about skipping barracks recently on discord but it's difficult for sure.
Okay it is not the program but classic itself. Thank you for this information, very insightful
Wynterr is offline  
Old 02/20/2022, 02:13   #2589
 
elite*gold: 0
Join Date: Feb 2012
Posts: 65
Received Thanks: 2
THE Steelrake Bot works only for EU Gameforge or also for NA Classic?
MadnesxS is offline  
Old 02/20/2022, 02:14   #2590
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by MadnesxS View Post
THE Steelrake Bot works only for EU Gameforge or also for NA Classic?
Steelrake is fixed on Retail for a long long time and on Classic it got fixed already as well
Paraly is offline  
Old 04/03/2022, 21:37   #2591
 
elite*gold: 336
Join Date: Dec 2011
Posts: 25
Received Thanks: 4
Will the auto level to 10 script work on Classic.?


Quote:
Originally Posted by Paraly View Post
AutoCraft (levels a profession up to 399)

Combat Routine (botting)

Gather Routine (essence and aether tapping)

Farmspot (botting)

Follower (Allows to command several "follower" clients to follow the client you play and to give commands like attack, heal, loot..)

Combat Assistant (semi-automatic combat)

NPC Detector (finds certain NPCs or enemy faction within 100 meters and displays the exact location)

GM Detector (Detects GMs nearby with option to auto-close client)
goodey is offline  
Old 04/03/2022, 21:43   #2592
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by goodey View Post
Will the auto level to 10 script work on Classic.?

No, the starterclasses script is only for Retail

On Classic you need to do a lot of quests to level to 10, rather use the Combat Wizard to grind till level 9 with 2-3 different farmspots and then do the final quest yourself
Paraly is offline  
Old 04/12/2022, 11:59   #2593
 
elite*gold: 0
Join Date: May 2020
Posts: 15
Received Thanks: 1
Is there a script I can use to change the value of some items on my Inventory?
flop3197 is offline  
Old 04/12/2022, 12:08   #2594
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by flop3197 View Post
Is there a script I can use to change the value of some items on my Inventory?
We cannot cheat items, kinah etc. these things are server sided.
Paraly is offline  
Old 07/31/2022, 16:17   #2595
 
elite*gold: 0
Join Date: Jul 2022
Posts: 1
Received Thanks: 0
any guide for the script "Gather Routine ver. 1.32c" ?
I run it then my character stand sill and do nothing
It repeats "I have collected 0 Aether in Xrounds and had0 deaths" again and again
how can i set my path from obelisk?
ggininder3 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 12:02.


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.