Para's Script Library

10/06/2017 15:06 nickjaspion#1636
Hi, can u make songweaver heals mp in follower script ? ty
10/06/2017 15:49 Shimizu20#1637
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
10/07/2017 01:43 Paraly#1638
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;
10/07/2017 02:12 node182#1639
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?
10/07/2017 02:20 Paraly#1640
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;
10/10/2017 03:05 lwcdr#1641
Prepare i have checked with more than 30 friends using vanilla and others softs.

Players are reportting people that stay in FP Rift.
10/11/2017 11:50 kreithner#1642
paraly there is no banning problem in NA if we enter with scrip to FP
10/11/2017 12:46 Paraly#1643
Quote:
Originally Posted by kreithner View Post
paraly there is no banning problem in NA if we enter with scrip to FP
[Only registered and activated users can see links. Click Here To Register...]
10/14/2017 02:59 wickedfever#1644
anyone have Crucible Spire script? i cant find it in the library or is there even one?
10/15/2017 02:04 I_Satelite_I#1645
Can I use the General Hack to buy Minion Contracts? Is it banable? how does it work?
10/15/2017 02:08 Paraly#1646
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
10/15/2017 05:31 guitartyr#1647
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.
10/15/2017 11:33 Paraly#1648
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.
10/16/2017 04:01 guitartyr#1649
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?
10/19/2017 06:11 patpelle#1650
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!