Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion
You last visited: Today at 00:32

  • 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 10/23/2016, 02:51   #751
 
elite*gold: 0
Join Date: Jan 2014
Posts: 132
Received Thanks: 4
and where is this aethertapping script?
yamm0yum is offline  
Old 10/23/2016, 03:04   #752
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by yamm0yum View Post
and where is this aethertapping script?
It takes 30 minutes to create one, a guide.
Paraly is offline  
Old 10/23/2016, 11:21   #753
 
elite*gold: 0
Join Date: Sep 2016
Posts: 25
Received Thanks: 1
hi paraly, where can I find tiamat strong hold script? ty
iloveyouzxw is offline  
Old 10/23/2016, 11:23   #754
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by iloveyouzxw View Post
hi paraly, where can I find tiamat strong hold script? ty
TS script got fixed with 5.0, adds of the skeleton boss give no exp anymore.
Paraly is offline  
Old 10/25/2016, 18:30   #755
 
Shimizu20's Avatar
 
elite*gold: 180
Join Date: Sep 2008
Posts: 256
Received Thanks: 49
Kannst du Vllt auch nen Follower Script machen, was 2 oder 3 Leute heilen kann? oder geht das nicht.
Shimizu20 is offline  
Old 10/25/2016, 18:41   #756
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Shimizu20 View Post
Kannst du Vllt auch nen Follower Script machen, was 2 oder 3 Leute heilen kann? oder geht das nicht.
Sicher geht das, du müsstest praktisch nur den ganzen heal part nochmal drunter copy pasten und davor den char anvisieren mit
Code:
Command=/select player2name;
Paraly is offline  
Old 10/26/2016, 23:11   #757
 
elite*gold: 0
Join Date: Oct 2016
Posts: 108
Received Thanks: 2
all this is so ... confused !

Quote:
Originally Posted by Paraly View Post
You can start free flight with these lines

NA
PHP Code:
#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,0x378/0xA18,BYTE,=5
EU
PHP Code:
#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,0x330/0xA08,BYTE,=5

and stop free flight like this

NA
PHP Code:
#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,0x378/0xA18,BYTE,=0
EU
PHP Code:
#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,0x330/0xA08,BYTE,=0
Just record a path (not smooth) with speed at 170 how you fly and at every aether crystal you press F8 while you record, be sure you end recording where you started so it can run in circle.

Now you write
PHP Code:
#IF=%FirstTime,;
#UseLoop
UseSpeed=170;
Command=;
#ENDIF 
to the top of the script
and then you change every line that looks like this
PHP Code:
Mouse=x,x
to these lines (remember to change the aether crystal name)
PHP Code:
Command=/select Magical Aether
Delay=150
#IF=%TargetDistance,<8; 
#DO=55000; 
Command=/attack
#UNTIL=%TargetName,; 
#ENDIF 
then you need a second script for the flight time I described it
nickjaspion is offline  
Old 10/27/2016, 17:02   #758
 
elite*gold: 0
Join Date: Jul 2016
Posts: 7
Received Thanks: 0
hi Paraly,
I heard rumors of playes who have been banned, in barracks, it comes, I am aware that this can occur, but that people banned, was due to the scrip barrack? I do not feel security to use any script
legpreg is offline  
Old 10/29/2016, 20:46   #759
 
xndinlove's Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 94
Received Thanks: 13
nvm I figured how to do it.

But any help would be cool. how to read memory address and know what is what.

cheat engine is kinda complicated to new users :P
xndinlove is offline  
Old 11/08/2016, 13:19   #760
 
elite*gold: 0
Join Date: May 2012
Posts: 2
Received Thanks: 0
May you write a script for boxes to AoE?
aionlovelove is offline  
Old 11/09/2016, 00:43   #761
 
elite*gold: 0
Join Date: Aug 2009
Posts: 21
Received Thanks: 3
Quote:
Originally Posted by aionlovelove View Post
May you write a script for boxes to AoE?
what are the drops from those boxes?
mutizen is offline  
Old 11/11/2016, 03:22   #762
 
elite*gold: 0
Join Date: Jul 2016
Posts: 7
Received Thanks: 0
Hi, after 5.1 with aion not running on 64 bits, having to change to scroll to functional the program, my game gets really bad, heavy, leg, ****, can help us chief
legpreg is offline  
Old 11/11/2016, 12:08   #763
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by legpreg View Post
Hi, after 5.1 with aion not running on 64 bits, having to change to scroll to functional the program, my game gets really bad, heavy, leg, ****, can help us chief
You have to tell this NCSoft, their client got really bad with 5.1 that's the reason why they switched back to 32 bit which just had the crash issue.
I can't do anything there, the game files itself are the reason.
Paraly is offline  
Old 11/12/2016, 13:29   #764
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Since there're still people using the combat script and requesting a update for 5.1, here you go

(Remember it's only for Songweaver, Cleric and Ranger)
Attached Files
File Type: zip [ALPHA] Combat script - Script 5.1.zip (621.8 KB, 140 views)
Paraly is offline  
Old 11/12/2016, 18:35   #765
 
elite*gold: 0
Join Date: Nov 2016
Posts: 2
Received Thanks: 0
Hello there,
I want to try this program, What's the procedure? It's possible?
Brothers88 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 00:32.


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.