Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion
You last visited: Today at 16:26

  • 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! 271 36.97%
No, english and german are enough for me. 462 63.03%
Voters: 733. You may not vote on this poll

Reply
 
Old 10/06/2017, 15:06   #1636
 
elite*gold: 0
Join Date: Oct 2016
Posts: 108
Received Thanks: 2
Hi, can u make songweaver heals mp in follower script ? ty
nickjaspion is offline  
Old 10/06/2017, 15:49   #1637
 
Shimizu20's Avatar
 
elite*gold: 180
Join Date: Sep 2008
Posts: 261
Received Thanks: 49
Quote:
Originally Posted by nickjaspion View Post
Hi, can u make songweaver heals mp in follower script ? ty
Try this. it should work

Songweaver Follower NA - ENG - EU:
Code:
#IF=%FirstTime,;
#SmoothBackground
#UseLoop
#EnableChatLog
#ClearChatLog
#SetVar1=Enter your main charactername;
Command=;
#ENDIF
Command=/select %Var1;
Delay=25;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF


;;;;;;;;;;KEYWORDS;;;;;;;;;;;;;;


;;;;;;;;;;;;Freestyle;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Sleep my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4521,30000,1700,False,False;
Command=/select %Var1;
#ClearChatLog
#ENDIF

;;;;;;;;;;;;Half-Stop;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Debuff my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4542,30000,500,false,false;
Command=/select %Var1;
#ClearChatLog
#ENDIF

;;;;;;;;;;;;Symphony of Destruction;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Use GK!;
#IF=%TargetDistance,<25;
#IF=%Timer=160001274,1800000; <-- Perer Aether Jelly
UseID=160001274;
CreateTimer=160001274;
SmartSkill=4469,1800000,500,false,false;
#ClearChatLog
#ENDIF

;;;;;;;;;;;;Composer's Bar;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Bind my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4551,30000,500,false,false;
Command=/select %Var1;
#ClearChatLog
#ENDIF


Command=/select %Var1;
Delay=10;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF

;;;;;;;;;;;;NOTIFICATIONS;;;;;;;
#IF=%TargetName,;
Command=/w %Var1 I don't see you anymore, I'll wait here.;
#DO=999999999;
Command=/select %Var1;
#UNTIL=%TargetName,%Var1;
#ENDIF

_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<50;<-- Use if lower than 50% life
#IF=%Timer=1,60000;
Command=/w %Var1 I'm low life!;
CreateTimer=1;
#ENDIF

_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<99;<-- Use if lower than 99% life
#IF=%Timer=1,60000;
Command=/w %Var1 I'm under attack!;
CreateTimer=1;
#ENDIF


;;;;;;;;;;;;SKILL USAGE;;;;;;;;;;
Command=/select %Var1;
#IF=%FirstTime,;
#ClearChatLog
SmartSkill=4589,12000,500,False,False; <- Exultation Stigma
_SearchChatLog=You stopped using Healing Mode.;
Delay=12000;
SmartSkill=4589,12000,500,False,False; <- Exultation Stigma
#ENDIF

;;;;;;;;;;;;PROTECTIVE ODE;;;;;;;;;;;;
SmartSkill=4442,120000,500,False,False;

;;;;;;;;;;;;Mvt. 4: Winter;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<30;<-- Use if lower than 30% life
SmartSkill=4400,180000,500,False,False;
#ENDIF

;;;;;;;;;;;;Chorus of Blessing;;;;;;;;;;;;
#IF=%TargetDistance,<25;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<60;<-- If mana lower than
SmartSkill=4486,60000,500,False,False;
#ENDIF

;;;;;;;;;;;;Resonating Melody;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
SmartSkill=4383,30000,500,False,False; <-- RESONANTING MELODY
#ENDIF

;;;;;;;;;;;;Hymn of Rejuvenation;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<70;<-- Use if lower than 70% life
#IF=%TargetDistance,<25;
SmartSkill=4537,60000,500,False,False;
#ENDIF

;;;;;;;;;;;;RESONANT COUNTERPOINT;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetMP,DWORD,<5000;<-- If mana lower than
#IF=%TargetDistance,<25;
SmartSkill=4571,6000,500,False,False;
#ENDIF

;;;;;;;;;;;;Hymn of Rejuvenation;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<70;<-- Use if lower than 70% life
#IF=%TargetDistance,<25;
SmartSkill=4537,60000,500,False,False;
#ENDIF

;;;;;;;;;;;;Soothing Melody;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<85;<-- Use if lower than 65% life
#IF=%TargetDistance,<25;
SmartSkill=4351,6000,1250,1000,False;
#ENDIF
 
;;;;;;;;;;;;Etude;;;;;;;;;;;;
#IF=%TargetDistance,<25;
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4449,1800000,500,False,False;
Command=/select %Var1;
Delay=250;
SmartSkill=4449,1800000,500,False,False;
#ENDIF

;;;;;;;;;;;;Soothing Melody;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<65;<-- Use if own life lower than 65% life
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4351,6000,1250,3000,False;
Command=/select %Var1;
#ENDIF

;;;;;;;;;;;;Resonating Melody;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4383,30000,500,False,False;
Command=/select %Var1;
#ENDIF

;;;;;;;;;;;;Resonant Counterpoint;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4571,6000,500,False,False;
Command=/select %Var1;
#ENDIF
or Scroll Version
Songweaver Follower Scrolls NA - ENG - EU:
Code:
#IF=%FirstTime,;
#SmoothBackground
#UseLoop
#EnableChatLog
#ClearChatLog
#SetVar1=Enter your main charactername;
Command=;
#ENDIF
Command=/select %Var1;
Delay=25;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF


;;;;;;;;;;;MovementScroll;;;;;;;
#IF=%Timer=164000076,300000;
Command=/Use Running Scroll;
Delay=400;
CreateTimer=164000076;
#ENDIF

;;;;;;;;;;;AwakeningScroll;;;;;;;
#IF=%Timer=164000134,300000;
Command=/Use Awakening Scroll;
Delay=400;
CreateTimer=164000134;
#ENDIF


;;;;;;;;;;KEYWORDS;;;;;;;;;;;;;;


;;;;;;;;;;;;Freestyle;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Sleep my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4521,30000,1700,False,False;
Command=/select %Var1;
#ClearChatLog
#ENDIF

;;;;;;;;;;;;Half-Stop;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Debuff my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4542,30000,500,false,false;
Command=/select %Var1;
#ClearChatLog
#ENDIF

;;;;;;;;;;;;Symphony of Destruction;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Use GK!;
#IF=%TargetDistance,<25;
#IF=%Timer=160001274,1800000; <-- Perer Aether Jelly
UseID=160001274;
CreateTimer=160001274;
SmartSkill=4469,1800000,500,false,false;
#ClearChatLog
#ENDIF

;;;;;;;;;;;;Composer's Bar;;;;;;;;;;;;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Bind my target!;
#IF=%TargetDistance,<25;
UseID=50003;
Delay=75;
SmartSkill=4551,30000,500,false,false;
Command=/select %Var1;
#ClearChatLog
#ENDIF


Command=/select %Var1;
Delay=10;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF

;;;;;;;;;;;;NOTIFICATIONS;;;;;;;
#IF=%TargetName,;
Command=/w %Var1 I don't see you anymore, I'll wait here.;
#DO=999999999;
Command=/select %Var1;
#UNTIL=%TargetName,%Var1;
#ENDIF

_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<50;<-- Use if lower than 50% life
#IF=%Timer=1,60000;
Command=/w %Var1 I'm low life!;
CreateTimer=1;
#ENDIF

_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<99;<-- Use if lower than 99% life
#IF=%Timer=1,60000;
Command=/w %Var1 I'm under attack!;
CreateTimer=1;
#ENDIF


;;;;;;;;;;;;SKILL USAGE;;;;;;;;;;
Command=/select %Var1;
#IF=%FirstTime,;
#ClearChatLog
SmartSkill=4589,12000,500,False,False; <- Exultation Stigma
_SearchChatLog=You stopped using Healing Mode.;
Delay=12000;
SmartSkill=4589,12000,500,False,False; <- Exultation Stigma
#ENDIF

;;;;;;;;;;;;PROTECTIVE ODE;;;;;;;;;;;;
SmartSkill=4442,120000,500,False,False;

;;;;;;;;;;;;Mvt. 4: Winter;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<30;<-- Use if lower than 30% life
SmartSkill=4400,180000,500,False,False;
#ENDIF

;;;;;;;;;;;;Chorus of Blessing;;;;;;;;;;;;
#IF=%TargetDistance,<25;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<60;<-- If mana lower than
SmartSkill=4486,60000,500,False,False;
#ENDIF

;;;;;;;;;;;;Resonating Melody;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
SmartSkill=4383,30000,500,False,False; <-- RESONANTING MELODY
#ENDIF

;;;;;;;;;;;;Hymn of Rejuvenation;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<70;<-- Use if lower than 70% life
#IF=%TargetDistance,<25;
SmartSkill=4537,60000,500,False,False;
#ENDIF

;;;;;;;;;;;;RESONANT COUNTERPOINT;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetMP,DWORD,<5000;<-- If mana lower than
#IF=%TargetDistance,<25;
SmartSkill=4571,6000,500,False,False;
#ENDIF

;;;;;;;;;;;;Hymn of Rejuvenation;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<70;<-- Use if lower than 70% life
#IF=%TargetDistance,<25;
SmartSkill=4537,60000,500,False,False;
#ENDIF

;;;;;;;;;;;;Soothing Melody;;;;;;;;;;;;
_IFMemPtrRead=%TargetBase,%OffsetPercentHP,BYTE,<85;<-- Use if lower than 65% life
#IF=%TargetDistance,<25;
SmartSkill=4351,6000,1250,1000,False;
#ENDIF
 
;;;;;;;;;;;;Etude;;;;;;;;;;;;
#IF=%TargetDistance,<25;
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4449,1800000,500,False,False;
Command=/select %Var1;
Delay=250;
SmartSkill=4449,1800000,500,False,False;
#ENDIF

;;;;;;;;;;;;Soothing Melody;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetPercentHP,BYTE,<65;<-- Use if own life lower than 65% life
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4351,6000,1250,3000,False;
Command=/select %Var1;
#ENDIF

;;;;;;;;;;;;Resonating Melody;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4383,30000,500,False,False;
Command=/select %Var1;
#ENDIF

;;;;;;;;;;;;Resonant Counterpoint;;;;;;;;;;;;
_IFMemPtrRead=%PlayerBase,%OffsetMP,DWORD,<6000;<-- If own mana lower than
Command=/select %CHARNAME;
Delay=75;
SmartSkill=4571,6000,500,False,False;
Command=/select %Var1;
#ENDIF
Shimizu20 is offline  
Thanks
1 User
Old 10/07/2017, 01:43   #1638
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Someone has requested this script for the current event, so in case someone else needs it as well, there you go
It's very simple, it will wait for a mob called "Omen", kill him and loot him
Code:
#IF=%FirstTime,;
WaitForResponse=Be sure Attack/Chat is binded to "C" which should be by default;
#UseLoop
#SmoothBackground
UseSpeed=1;
Command=;
_MemPtrReadVar=%PlayerBase,%OffsetPosX,FLOAT,1;
_MemPtrReadVar=%PlayerBase,%OffsetPosY,FLOAT,2;
#ENDIF

Command=/select Omen;
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=Omen;
#DO=25000;
Command=/attack;
_UNTILMemPtrRead=%TargetBase,%OffsetHP,DWORD,=0;
#DO=5000;
SendKey=0x43;
#UNTIL=%TargetName,;
MoveSmooth=%Var1,%Var2;
#ENDIF

_IFMemPtrRead=%PlayerBase,%OffsetHP,DWORD,=0;
#DO=15000;
MemWrite=%AddrResurrect,0,BYTE; <- Resurrect
_UNTILMemPtrRead=%PlayerBase,%OffsetHP,DWORD,>0;
Delay=2500;
#EXECUTE=ReturnPath;
#ENDIF


start_ReturnPath; <-- add the path from obelisk to the omen spot into this function, record with smooth at 500 speed

<--- paste the recorded code right here

end_ReturnPath;
Paraly is offline  
Old 10/07/2017, 02:12   #1639
 
elite*gold: 0
Join Date: Jun 2014
Posts: 119
Received Thanks: 3
Quote:
Originally Posted by Paraly View Post
Someone has requested this script for the current event, so in case someone else needs it as well, there you go
It's very simple, it will wait for a mob called "Omen", kill him and loot him
Code:
#IF=%FirstTime,;
WaitForResponse=Be sure Attack/Chat is binded to "C" which should be by default;
#UseLoop
UseSpeed=1;
Command=;
_MemPtrReadVar=%PlayerBase,%OffsetPosX,FLOAT,1;
_MemPtrReadVar=%PlayerBase,%OffsetPosY,FLOAT,2;
#ENDIF

Command=/select Omen;
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=Omen;
#DO=25000;
Command=/attack;
_UNTILMemPtrRead=%TargetBase,%OffsetHP,DWORD,=0;
#DO=5000;
SendKey=0x43;
#UNTIL=%TargetName,;
MoveSmooth=%Var1,%Var2;
#ENDIF
How to make bot run back to same spot and farm it once it dies?
node182 is offline  
Old 10/07/2017, 02:20   #1640
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by node182 View Post
How to make bot run back to same spot and farm it once it dies?
Bind to a obelisk nearby
Open the Script Editor
Set Speed to 500
Check "Record Smooth"
Hit Record
Run to the Omen spot you wanna farm at
Once you arrived hit Stop
Copy the whole recorded code and paste it between these lines at the Omen script
Code:
start_ReturnPath; <-- add the path from obelisk to the omen spot into this function, record with smooth at 500 speed

<--- paste the recorded code right here

end_ReturnPath;
Paraly is offline  
Old 10/10/2017, 03:05   #1641
 
elite*gold: 0
Join Date: Aug 2008
Posts: 7
Received Thanks: 0
BanHammer incomming NA - Fallen Poeta

Prepare i have checked with more than 30 friends using vanilla and others softs.

Players are reportting people that stay in FP Rift.
Attached Images
File Type: jpg ncsoft.jpg (96.0 KB, 86 views)
lwcdr is offline  
Old 10/11/2017, 11:50   #1642
 
elite*gold: 0
Join Date: Mar 2015
Posts: 33
Received Thanks: 1
paraly there is no banning problem in NA if we enter with scrip to FP
kreithner is offline  
Old 10/11/2017, 12:46   #1643
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by kreithner View Post
paraly there is no banning problem in NA if we enter with scrip to FP
Paraly is offline  
Old 10/14/2017, 02:59   #1644
 
elite*gold: 0
Join Date: Sep 2017
Posts: 45
Received Thanks: 2
anyone have Crucible Spire script? i cant find it in the library or is there even one?
wickedfever is offline  
Old 10/15/2017, 02:04   #1645
 
elite*gold: 0
Join Date: Jun 2009
Posts: 51
Received Thanks: 2
Can I use the General Hack to buy Minion Contracts? Is it banable? how does it work?
I_Satelite_I is offline  
Old 10/15/2017, 02:08   #1646
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by I_Satelite_I View Post
Can I use the General Hack to buy Minion Contracts? Is it banable? how does it work?
Yes you can use the general shop hack to buy minion contracts

I wouldn't use the general shop hack at EU, if you play at NA you don't really need to worry about it

Just download the Short Script Bundle, you'll find a general shop script inside, it will explain everything
Paraly is offline  
Old 10/15/2017, 05:31   #1647
 
elite*gold: 0
Join Date: Jan 2016
Posts: 16
Received Thanks: 0
Sorry for this, Paraly. But would u send me a video of how to use the general shop script in private or something? Im still cant use it LOL

Best regards.
guitartyr is offline  
Old 10/15/2017, 11:33   #1648
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by guitartyr View Post
Sorry for this, Paraly. But would u send me a video of how to use the general shop script in private or something? Im still cant use it LOL

Best regards.
1. Load and play the script
2. The script will check if you installed the "x_data.pak" correct, if not it will open a folder where you have to put the "x_data.pak" file, restart aion afterwards
3. You'll get a whisper at the chat where you have to go
4. The script will go to the general shop area in a sneaky way and teleports the NPCs near you, just go to them and talk to them
5. once you're done with shopping click OK on the window, the script will teleport you back then.
Paraly is offline  
Old 10/16/2017, 04:01   #1649
 
elite*gold: 0
Join Date: Jan 2016
Posts: 16
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
1. Load and play the script
2. The script will check if you installed the "x_data.pak" correct, if not it will open a folder where you have to put the "x_data.pak" file, restart aion afterwards
3. You'll get a whisper at the chat where you have to go
4. The script will go to the general shop area in a sneaky way and teleports the NPCs near you, just go to them and talk to them
5. once you're done with shopping click OK on the window, the script will teleport you back then.
Oh, thanks! I did it! The itens buy limit resets everyday? The itens available on the left merchant will be aways the same?
guitartyr is offline  
Old 10/19/2017, 06:11   #1650
 
elite*gold: 0
Join Date: Nov 2016
Posts: 37
Received Thanks: 0
Hi everyone I just got the program and I have some question and issues.

First I just wanna say thanks for the work you've put into this its a real bargain for the price and how much you can do with the program.

So I downloaded the AOE scriped for the boxes but when I get to the box room I get a pop up that tells me to target the box and a message will tell me which one is the good one but it doesnt work , am I doing something wrong or is it just the script that isnt well done?

Also I would like to know if its possible to solo kill bosses with this hack?

Also ive never been in Trial of eternity and bastion of souls so I was wondering if there was a way to take advantage of those instance with this program as well . thank you!
patpelle 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 +1. The time now is 16:27.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.