|
You last visited: Today at 18:15
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% |
05/29/2016, 02:28
|
#451
|
elite*gold: 0
Join Date: Apr 2013
Posts: 94
Received Thanks: 13
|
Thank you guys very much!! It's working flawless ^^
|
|
|
05/30/2016, 16:37
|
#452
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
I've added %FlightTime as possible variable since so many ppl are willing to build there own Aether tapping scripts.
Here's a example how to keep your flight time up
open a second instance of the hack with a second script editor and execute this script, it will use  whenever 84 flighttime or more is missing.
PHP Code:
#UseLoop UseSpeed=1; #IF=%FlightTime,<%MaxFlightTime-84; UseID=162000125; Delay=64000; #ENDIF
Songweaver version
PHP Code:
#IF=%FirstTime,; #UseLoop UseSpeed=1; CreateTimer=162000125; #ENDIF #IF=%FlightTime,<%MaxFlightTime-84; #IF=%Timer=162000125,1800000; UseID=162000125; CreateTimer=162000125; #ENDIF #IF=%FlightTime,<%MaxFlightTime-179; SmartSkill=4588,180000,1000,False,False; #ENDIF Delay=5;
_________________
Also you can check distances now
PHP Code:
#IF=%TargetDistance,<15; WaitForResponse=The Target is closer than 15m; #ENDIF #IF=%TargetDistance,15-20; WaitForResponse=the target is 15 to 20 meters away; #ENDIF #IF=%TargetDistance,>20; WaitForResponse=The Target is farther away than 20m; #ENDIF
|
|
|
05/30/2016, 20:26
|
#453
|
elite*gold: 0
Join Date: Apr 2013
Posts: 94
Received Thanks: 13
|
check distances its something really interesting.. supposing that i want gather something closer than 15m, how can i make this work properly?
#IF=%TargetDistance,<15;
WaitForResponse=The Target is closer than 15m;
Command=/select Magical Aether;
#DO=55000;
Command=/attack;
#UNTIL=%TargetName,;
#ENDIF
like that? (im kinda noob sorry haha)
|
|
|
05/30/2016, 20:39
|
#454
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by xndinlove
check distances its something really interesting.. supposing that i want gather something closer than 15m, how can i make this work properly?
#IF=%TargetDistance,<15;
WaitForResponse=The Target is closer than 15m;
Command=/select Magical Aether;
#DO=55000;
Command=/attack;
#UNTIL=%TargetName,;
#ENDIF
like that? (im kinda noob sorry haha)
|
you need to select the target first, it should look like this
PHP Code:
Command=/select Magical Aether;
Delay=150;
#IF=%TargetDistance,<15;
#DO=55000;
Command=/attack;
#UNTIL=%TargetName,;
#ENDIF
|
|
|
05/30/2016, 20:44
|
#455
|
elite*gold: 0
Join Date: Apr 2013
Posts: 94
Received Thanks: 13
|
Perfect!! Thanks Paraly
Now i just need some coffee and start recording the supreme aether route!!
|
|
|
06/01/2016, 15:36
|
#456
|
elite*gold: 0
Join Date: Oct 2009
Posts: 72
Received Thanks: 0
|
how does the no animation exactly works? if i need enhanced for some classes do i just put it negative value like -30 and then is working on? or should i activate more things? i just dont notice it is hitting faster.
|
|
|
06/01/2016, 16:06
|
#457
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by adritill
how does the no animation exactly works? if i need enhanced for some classes do i just put it negative value like -30 and then is working on? or should i activate more things? i just dont notice it is hitting faster.
|
-30 is just a too small value to notice, it would mean each attack animation is shorter by 30 milliseconds.
You should use a value around 250-750 at enhanced.
The best way to find the perfect enhanced animation value is by going to a trainee dummy and buff yourself up like you walk around usually, set enhanced to -250 and do few skills, if you feel no delay you can go higher like -300 if you feel a delay you should go lower like -200, repeat this until you find the highest possible value without delays.
|
|
|
06/01/2016, 17:32
|
#458
|
elite*gold: 0
Join Date: Oct 2010
Posts: 107
Received Thanks: 11
|
now, that the SR Exploit doesnt work anymore?
whats the fastest way to make kinah?
Crafting pots/scrolls as before? or is there a better way using this or other tools?
|
|
|
06/02/2016, 23:51
|
#459
|
elite*gold: 0
Join Date: Mar 2013
Posts: 12
Received Thanks: 0
|
Is there any way to send rightclicks?
|
|
|
06/03/2016, 00:02
|
#460
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by GLSLK
Is there any way to send rightclicks?
|
For what would you need to send rightclicks?
I could implement them, no problem
|
|
|
06/03/2016, 00:29
|
#461
|
elite*gold: 0
Join Date: Oct 2009
Posts: 72
Received Thanks: 0
|
Quote:
Originally Posted by Paraly
-30 is just a too small value to notice, it would mean each attack animation is shorter by 30 milliseconds.
You should use a value around 250-750 at enhanced.
The best way to find the perfect enhanced animation value is by going to a trainee dummy and buff yourself up like you walk around usually, set enhanced to -250 and do few skills, if you feel no delay you can go higher like -300 if you feel a delay you should go lower like -200, repeat this until you find the highest possible value without delays.
|
ok, now i see how it works, it works nice ty
|
|
|
06/03/2016, 21:37
|
#462
|
elite*gold: 0
Join Date: Mar 2013
Posts: 12
Received Thanks: 0
|
Quote:
Originally Posted by Paraly
For what would you need to send rightclicks?
I could implement them, no problem
|
Just to change group loot settings to normal so there would be no time wasted on rolling
|
|
|
06/03/2016, 21:40
|
#463
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by GLSLK
Just to change group loot settings to normal so there would be no time wasted on rolling
|
Alright I gonna add it in 2.52 which should be released in few hours.
|
|
|
06/03/2016, 21:47
|
#464
|
elite*gold: 0
Join Date: Mar 2013
Posts: 12
Received Thanks: 0
|
Quote:
Originally Posted by Paraly
Alright I gonna add it in 2.52 which should be released in few hours.
|
Awesome, thank you
|
|
|
06/04/2016, 02:32
|
#465
|
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,596
|
Quote:
Originally Posted by GLSLK
Awesome, thank you 
|
Version 2.52 is released, you can use the rightclick like this
Code:
Mouse=100,100,Right;
_____________
Also I've added few commands to modify the memory of Aion, I post few examples here
Checks if the character is currently in sanctum // this example will only work for EU 4.9.1.6
PHP Code:
_IFMemRead=0x139A5A8,DWORD,=110010000; WaitForResponse=The character is currently in sanctum; #ELSE WaitForResponse=the character is NOT in sanctum; #ENDIF
_______
The scripts waits up to 10 minutes until you got a target // this example will only work for EU 4.9.1.6
PHP Code:
#DO=600000; Delay=15; _UNTILMemRead=0xF557C4,BYTE,=1; WaitForResponse=You got a target;
_______
Rotates the camera a few times // this example will only work for EU 4.9.1.6
PHP Code:
MemWrite=0x13997D4,0,float; Delay=500; MemWrite=0x13997D4,45,float; Delay=500; MemWrite=0x13997D4,90,float; Delay=500; MemWrite=0x13997D4,135,float; Delay=500; MemWrite=0x13997D4,180,float; Delay=500; MemWrite=0x13997D4,-135,float; Delay=500; MemWrite=0x13997D4,-90,float; Delay=500; MemWrite=0x13997D4,-45,float; Delay=500; MemWrite=0x13997D4,0,float;
_______
Checks if you got more or less than 100m kinah // this example will only work for EU 4.9.1.6
PHP Code:
_IFMemPtrRead=0x140B7D8,0x358/0x290/0x530/0x310,Double,>100000000; WaitForResponse=You got more than 100.000.000 kinah; #ELSE WaitForResponse=You got less than 100.000.000 kinah; #ENDIF
_______
Renames yourself to "[GM] Paraly" (only client sided) // this example will only work for EU 4.9.1.6
PHP Code:
Command=/select %CHARNAME; Delay=150; MemPtrWrite=0xF567B8,0x370/0x46,[GM] Paraly,WCHAR[32];
As you see those commands give us a lot of freedom at least when you know how to get addresses from aion
|
|
|
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 18:18.
|
|