Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion
You last visited: Today at 21:10

  • 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 01/09/2019, 20:53   #2161
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
If someone wants to switch the grind spot of the Combat Wizard after X minutes here's a template file that supports 4 different routes

You need to manually paste the additional Grind and Return Paths to the correct areas, I commented the necessary lines.
Attached Files
File Type: zip Combat routine - Script ver. 2.36 - Multispot.zip (4.5 KB, 11 views)
Paraly is offline  
Old 01/09/2019, 21:23   #2162
 
elite*gold: 0
Join Date: Aug 2013
Posts: 31
Received Thanks: 0
@
Why i'm getting always a sendlog if i try to run the npc/shugo check script?

Any settings i have to preset or smth?
HansTH is offline  
Old 01/09/2019, 21:24   #2163
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by HansTH View Post
@
Why i'm getting always a sendlog if i try to run the npc/shugo check script?

Any settings i have to preset or smth?
Did you use the latest version 1.03?

Did you update your Aion Client with the official launcher?
Paraly is offline  
Old 01/09/2019, 23:21   #2164
 
elite*gold: 0
Join Date: Aug 2013
Posts: 31
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
Did you use the latest version 1.03?

Did you update your Aion Client with the official launcher?
1. Shugo Detector is 1.01, where to find the newer version?
Got 1.01 from a post of you in another thread

2. Yes, updated it today.
HansTH is offline  
Old 01/09/2019, 23:22   #2165
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by HansTH View Post
1. Shugo Detector is 1.01, where to find the newer version?
Got 1.01 from a post of you in another thread

2. Yes, updated it today.
Paraly is offline  
Old 01/10/2019, 18:20   #2166
 
elite*gold: 0
Join Date: Sep 2017
Posts: 45
Received Thanks: 2
i put the Grind and return path in your commented lines but it keeps going into Grind path frist and never to return path??

Quote:
Originally Posted by Paraly View Post
If someone wants to switch the grind spot of the Combat Wizard after X minutes here's a template file that supports 4 different routes

You need to manually paste the additional Grind and Return Paths to the correct areas, I commented the necessary lines.
wickedfever is offline  
Old 01/10/2019, 18:29   #2167
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by wickedfever View Post
i put the Grind and return path in your commented lines but it keeps going into Grind path frist and never to return path??
You mean you started the script from next to the obelisk, right?

Fixed here
Attached Files
File Type: zip Combat routine - Script ver. 2.37 - Multispot.zip (4.5 KB, 10 views)
Paraly is offline  
Old 01/11/2019, 16:47   #2168
 
elite*gold: 0
Join Date: Sep 2017
Posts: 45
Received Thanks: 2
it still didnt work, now it wont loop grind or path.

Quote:
Originally Posted by Paraly View Post
You mean you started the script from next to the obelisk, right?

Fixed here
wickedfever is offline  
Old 01/11/2019, 17:47   #2169
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by wickedfever View Post
it still didnt work, now it wont loop grind or path.
Send me a PM with your edited code
Paraly is offline  
Old 01/11/2019, 19:10   #2170
 
elite*gold: 0
Join Date: Sep 2013
Posts: 62
Received Thanks: 1
Not looting

Im trying using it but its not looting main target..
I saw the ID:50003 (select target the target) but i didint see ID:50002 (loot)
Can help me with this? pls
Thanks advanced

Quote:
Originally Posted by Paraly View Post
Someone requested a script where a toon follows the main and just keeps looting his targets

Code:
#IF=%FirstTime,;
#DisableScrolling
MemPtrWrite=%AddrFPS,%OffsetFPS1,24,BYTE;
MemPtrWrite=%AddrFPS,%OffsetFPS2,24,FLOAT;
#SmoothBackground
UseSpeed=1;
#UseLoop
#EnableChatLog
#ClearChatLog
#SetVar1=Enter your main charactername;
_MemPtrReadVar=%PlayerBase,%OffsetName,WCHAR[32],2;
Command=;
#ENDIF


#EXECUTE=Follow;

#EXECUTE=Keywords;
#EXECUTE=Notification;

#EXECUTE=CheckLoot;




start_Follow;


#EXECUTE=SelectMaster;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF


end_Follow;




start_CheckLoot;

_SetVar4=0;

_MemPtrReadVar=%PlayerBase,%OffsetData/0x30,WORD,29;
_MemPtrReadVar=%TargetBase,%OffsetData/0x30,WORD,28;

_IFMemPtrRead=%AddrFrameID[2],0x558,WORD,=%Var29; <-- if target has player as target
_SetVar4=1;
#ENDIF

_IFMemPtrRead=%AddrFrameID[2],0x558,WORD,=%Var28; <-- if target has target as target
_SetVar4=1;
#ENDIF

_IFMemPtrRead=%AddrFrameID[2],0x558,WORD,=0; <-- if target has nothing as target
_SetVar4=1;
#ENDIF

#IF=%Var4,=0;
UseID=50003;
Delay=50;
_IFMemPtrRead=%TargetBase,%OffsetHP,DWORD,=0; Dead
_IFMemPtrRead=%TargetBase,%OffsetData/0x1574,DWORD,=1; Lootable
_IFMemPtrRead=%TargetBase,%OffsetData/0x1588,DWORD,=0; Not Looted yet
_MemReadVar=%AddrTargetID,WORD,5;
#EXECUTE=WaitForLoot;
#ENDIF

end_CheckLoot;



start_WaitForLoot;

_SetVar6=0;

#DO=8000; 8 seconds loot timeout

_IFMemPtrRead=%TargetBase,%OffsetHP,DWORD,=0;
MemPtrWrite=%PlayerBase,%OffsetActionID,0x150000000100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002,BYTE[225];
#ENDIF

_IFMemPtrRead=%TargetBase,%OffsetData/0x1588,DWORD,>0; <-- Looted
_SetVar6=1;
#ENDIF

_IFMemRead=%AddrTargetID,WORD,=%Var5; <-- Lost target
#ELSE
_SetVar6=1;
#ENDIF

_IFMemPtrRead=%AddrFrameID[275],0x28,BYTE,=175;
SendKey=0x43;
Delay=5;
SendKey=0x43;
Delay=5;
SendKey=0x43;
Delay=5;
SendKey=0x43;
Delay=15;
_SetVar6=1;
_IFMemPtrRead=%AddrFrameID[525],0x28,BYTE,=175;
SendKey=0x0D;
Delay=50;
SendKey=0x0D;
Delay=50;
Command=;
SendKey=0x1B;
MemPtrWrite=%AddrFrameID[19],0x28,142,BYTE;
#ENDIF

_IFMemPtrRead=%AddrFrameID[525],0x28,BYTE,=175;
SendKey=0x0D;
Delay=50;
SendKey=0x0D;
Delay=50;
Command=;
SendKey=0x1B;
MemPtrWrite=%AddrFrameID[19],0x28,142,BYTE;
#ENDIF

_IFMemPtrRead=%PlayerBase,%OffsetHP,DWORD,=0;
_SetVar6=1;
#ENDIF

#UNTIL=%Var6,=1;

SendKey=0x1B;
Delay=15;
SendKey=0x1B;
Delay=15;
SendKey=0x1B;
Delay=15;
SendKey=0x1B;
Delay=15;
MemPtrWrite=%AddrFrameID[19],0x28,142,BYTE;

end_WaitForLoot;


start_Notification;


#EXECUTE=SelectMaster;
#IF=%TargetName,;
Command=/w %Var1 I don't see you anymore, I'll wait [pos:here/:0 %Var3 %Var1 %Var2 0.0 0];
#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


end_Notification;





start_Keywords;


_SearchChatLog=\[charname:%Var1.*?] Whispers: Hello!;
Command=/w %Var1 Hey;
#ENDIF

_SearchChatLog=\[charname:%Var1.*?] Whispers: Stay here!;
#EXECUTE=SelectMaster;
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=%Var1;
_MemPtrReadVar=%TargetBase,%OffsetPosX,FLOAT,6;
_MemPtrReadVar=%TargetBase,%OffsetPosY,FLOAT,7;
_MemPtrReadVar=%TargetBase,%OffsetPosZ,FLOAT,8;
MoveTo=%Var6,%Var7,%Var8,False,False;
Command=/w %Var1 ok I'll wait [pos:here/:0 %Var6 %Var7 %Var8 0.0 0];
_SetVar9=0;
#EXECUTE=Wait;
#ENDIF

#ClearChatLog

end_Keywords;


start_Wait;

#DO=9999999999;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Follow me!;
_SetVar9=1;
#ENDIF
Delay=500;
#UNTIL=%Var9,=1;

end_Wait;


start_SelectSlave;


_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=%Var2;
#ELSE
Command=/select %Var2;
Delay=5;
#ENDIF


end_SelectSlave;




start_SelectMaster;


_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=%Var1;
#ELSE
Command=/select %Var1;
Delay=5;
#ENDIF


end_SelectMaster;
The follower toon can also be whispered with

"Hello!" - The follower returns "Hey!" (just a ping to check if he works properly)

"Stay here!" - The follower waits at your position till you whisper him "Follow me!"
zorak10 is offline  
Old 01/11/2019, 23:54   #2171
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by zorak10 View Post
Im trying using it but its not looting main target..
I saw the ID:50003 (select target the target) but i didint see ID:50002 (loot)
Can help me with this? pls
Thanks advanced
Here's the fixed code

Code:
#IF=%FirstTime,;
#DisableScrolling
MemPtrWrite=%AddrFPS,%OffsetFPS1,24,BYTE;
MemPtrWrite=%AddrFPS,%OffsetFPS2,24,FLOAT;
#SmoothBackground
UseSpeed=1;
#UseLoop
#EnableChatLog
#ClearChatLog
#SetVar1=Enter your main charactername;
_MemPtrReadVar=%PlayerBase,%OffsetName,WCHAR[32],2;
Command=;
_SetVar26=65536;
#ENDIF


#EXECUTE=Follow;

#EXECUTE=Keywords;
#EXECUTE=Notification;

#EXECUTE=CheckLoot;




start_Follow;


#EXECUTE=SelectMaster;
#IF=%TargetDistance,<20;
#IF=%TargetName,%Var1;
Command=/Follow;
#ELSE
Command=/attack;
#ENDIF


end_Follow;




start_CheckLoot;

_SetVar4=0;

_MemPtrReadVar=%PlayerBase,%OffsetData/0x30,WORD,29;
_MemPtrReadVar=%TargetBase,%OffsetData/0x30,WORD,28;
_MemPtrReadVar=%TargetBase,%OffsetData/0x378,WORD,27;

#IF=%Var27,=%Var29; <-- if target has player as target
_SetVar4=1;
#ENDIF

#IF=%Var27,=%Var28; <-- if target has target as target
_SetVar4=1;
#ENDIF

#IF=%Var27,=0; <-- if target has nothing as target
_SetVar4=1;
#ENDIF

_IFMemPtrRead=%AddrFrameID[2],0x558,WORD,>0; If target's target is alive
_SetVar4=1;
#ENDIF

#IF=%Var27,=Var26; <-- if target has looted target as target
_SetVar4=1;
#ENDIF

#IF=%Var4,=0;
_SetVar26=%Var27;
UseID=50003;
Delay=55;
_IFMemPtrRead=%TargetBase,%OffsetHP,DWORD,=0; Dead
_IFMemPtrRead=%TargetBase,%OffsetData/0x1574,DWORD,=1; Lootable
_IFMemPtrRead=%TargetBase,%OffsetData/0x1588,DWORD,=0; Not Looted yet
_MemReadVar=%AddrTargetID,WORD,5;
#EXECUTE=WaitForLoot;
#ENDIF

end_CheckLoot;



start_WaitForLoot;

_SetVar6=0;

#DO=12000; 12 seconds loot timeout

MemPtrWrite=%PlayerBase,%OffsetActionID,0x150000000100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002,BYTE[225];

_IFMemPtrRead=%TargetBase,%OffsetData/0x1588,DWORD,>0; <-- Looted
_SetVar6=1;
#ENDIF

_IFMemRead=%AddrTargetID,WORD,=%Var5; <-- Lost target
#ELSE
_SetVar6=1;
#ENDIF

_IFMemPtrRead=%AddrFrameID[275],0x28,BYTE,=175;
SendKey=0x43;
Delay=5;
SendKey=0x43;
Delay=5;
SendKey=0x43;
Delay=5;
SendKey=0x43;
Delay=15;
_SetVar6=1;
_IFMemPtrRead=%AddrFrameID[525],0x28,BYTE,=175;
SendKey=0x0D;
Delay=50;
SendKey=0x0D;
Delay=50;
Command=;
SendKey=0x1B;
MemPtrWrite=%AddrFrameID[19],0x28,142,BYTE;
#ENDIF

_IFMemPtrRead=%AddrFrameID[525],0x28,BYTE,=175;
SendKey=0x0D;
Delay=50;
SendKey=0x0D;
Delay=50;
Command=;
SendKey=0x1B;
MemPtrWrite=%AddrFrameID[19],0x28,142,BYTE;
#ENDIF

_IFMemPtrRead=%PlayerBase,%OffsetHP,DWORD,=0;
_SetVar6=1;
#ENDIF

#UNTIL=%Var6,=1;

SendKey=0x1B;
Delay=15;
SendKey=0x1B;
Delay=15;
SendKey=0x1B;
Delay=15;
SendKey=0x1B;
Delay=15;
MemPtrWrite=%AddrFrameID[19],0x28,142,BYTE;

end_WaitForLoot;


start_Notification;


#EXECUTE=SelectMaster;
#IF=%TargetName,;
Command=/w %Var1 I don't see you anymore, I'll wait [pos:here/:0 %Var3 %Var1 %Var2 0.0 0];
#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


end_Notification;





start_Keywords;


_SearchChatLog=\[charname:%Var1.*?] Whispers: Hello!;
Command=/w %Var1 Hey;
#ENDIF

_SearchChatLog=\[charname:%Var1.*?] Whispers: Stay here!;
#EXECUTE=SelectMaster;
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=%Var1;
_MemPtrReadVar=%TargetBase,%OffsetPosX,FLOAT,6;
_MemPtrReadVar=%TargetBase,%OffsetPosY,FLOAT,7;
_MemPtrReadVar=%TargetBase,%OffsetPosZ,FLOAT,8;
MoveTo=%Var6,%Var7,%Var8,False,False;
Command=/w %Var1 ok I'll wait [pos:here/:0 %Var6 %Var7 %Var8 0.0 0];
_SetVar9=0;
#EXECUTE=Wait;
#ENDIF

#ClearChatLog

end_Keywords;


start_Wait;

#DO=9999999999;
_SearchChatLog=\[charname:%Var1.*?] Whispers: Follow me!;
_SetVar9=1;
#ENDIF
Delay=500;
#UNTIL=%Var9,=1;

end_Wait;


start_SelectSlave;


_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=%Var2;
#ELSE
Command=/select %Var2;
Delay=5;
#ENDIF


end_SelectSlave;




start_SelectMaster;


_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=%Var1;
#ELSE
Command=/select %Var1;
Delay=5;
#ENDIF


end_SelectMaster;
Paraly is offline  
Old 01/14/2019, 17:00   #2172
 
elite*gold: 0
Join Date: Sep 2017
Posts: 3
Received Thanks: 0
Yo Para,

not sure if it's just me but the broker bot 1.28 isn't faking the Kinah Client sided anymore for me. Before I could see the kinah I selected in my inventory, now the Kinah isn't changing anymore
derboos is offline  
Old 01/14/2019, 17:02   #2173
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
Quote:
Originally Posted by derboos View Post
Yo Para,

not sure if it's just me but the broker bot 1.28 isn't faking the Kinah Client sided anymore for me. Before I could see the kinah I selected in my inventory, now the Kinah isn't changing anymore
You mean the "simplified" or the "no edit needed" version?
EU or NA?
Did you patch your client to the latest state? (Vanillatool and Aion)
Paraly is offline  
Old 01/14/2019, 17:11   #2174
 
elite*gold: 0
Join Date: Sep 2017
Posts: 3
Received Thanks: 0
Yeah should all be latest state, Vanilla 6.05 and launched Aion with normal Launcher (so should be also up to date)
It's EU simplified
Everything else of the Script is working

Now it's working again.... haven't changed anything at all. Just let the script run till now and checked the inventory Kinah again.
derboos is offline  
Old 01/14/2019, 22:19   #2175
 
elite*gold: 135
Join Date: Feb 2018
Posts: 70
Received Thanks: 30
Have anyone a Lvl script from lvl 1-65 or 75 for Aion EU ?
tobiaschko 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 21:10.


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.