Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion
You last visited: Today at 12:55

  • 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 08/22/2016, 10:38   #616
 
elite*gold: 0
Join Date: Oct 2011
Posts: 22
Received Thanks: 3
paraly, wouldnt it be possible to automatically heal at a fixed value for the follower script ?
aceownu is offline  
Old 08/22/2016, 11:08   #617
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,588
Received Thanks: 1,591
Quote:
Originally Posted by aceownu View Post
paraly, wouldnt it be possible to automatically heal at a fixed value for the follower script ?
What do you think those lines are are doing?
Code:
_IFMemPtrRead=%TargetBase,0x378/0x44,BYTE,<75;<-- Use if lower than 75% life
it already heals if the target is below 75% or such
Paraly is offline  
Old 08/22/2016, 11:39   #618
 
elite*gold: 0
Join Date: Oct 2011
Posts: 22
Received Thanks: 3
yes im sorry, i wrote the comment before i read the code.

other question: is there a way to check for spellcasts of enemies(like a strong channel or something)
aceownu is offline  
Old 08/22/2016, 23:25   #619
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,588
Received Thanks: 1,591
Quote:
Originally Posted by aceownu View Post
yes im sorry, i wrote the comment before i read the code.

other question: is there a way to check for spellcasts of enemies(like a strong channel or something)
Sure, this script uses Focused Evasion as soon the enemy casts something

Code:
_IFMemPtrRead=%TargetBase,0x378/0xD00,WORD,>0;<-- Use if enemy cast something
#IF=%Timer=3195,30000; <-- Focused Evasion
#DO=250;
UseID=3195;
_UNTILMemRead=0x1521130,WORD,=3195;
_IFMemRead=0x1521130,WORD,=3195;
CreateTimer=3195;
MemWrite=0x1521130,0,WORD;
#DO=300;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,>0;
#DO=300;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,=0;
#ENDIF
Here're 2 things you can read
%TargetBase,0x378/0xD00,WORD = CastTime in milliseconds
%TargetBase,0x378/0x1588,WORD = ID used currently

_______________________

I've added Chanter to the follower script

Chanter Keywords:
"/w chantername WOW!" = Uses Word of Wind (Be sure he got enough 4k DP jelly)
"/w chantername WOQ!" = Uses Word of Quickness
"/w chantername Heal yourself!" = Uses few healspells on himself
"/w chantername Stun my target!" = Uses Inescapable Judgement on your target
Paraly is offline  
Old 08/24/2016, 02:09   #620
 
elite*gold: 0
Join Date: Aug 2016
Posts: 2
Received Thanks: 0
I have 20-50 ms, what speed should I use?
StevenX100 is offline  
Old 08/24/2016, 02:23   #621
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,588
Received Thanks: 1,591
Quote:
Originally Posted by StevenX100 View Post
I have 20-50 ms, what speed should I use?
What do you mean?
Script speed, Movespeed, Animationspeed...
Paraly is offline  
Old 08/24/2016, 02:41   #622
 
elite*gold: 0
Join Date: Aug 2016
Posts: 2
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
What do you mean?
Script speed, Movespeed, Animationspeed...
Script speed
StevenX100 is offline  
Old 08/24/2016, 02:54   #623
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,588
Received Thanks: 1,591
Quote:
Originally Posted by StevenX100 View Post
Script speed
Just use the default one, I always record without lag which means people who play it without lag don't need to change anything.
Paraly is offline  
Old 08/24/2016, 12:26   #624
 
elite*gold: 0
Join Date: Dec 2013
Posts: 31
Received Thanks: 2
Quote:
Originally Posted by Paraly View Post
Yeah I also tried it today for 8 hours without a single omega, seems like they removed the omegas from the loottable or I was kinda unlucky
I also tried 16 hours straight but didnt get any omega

Na.Q is offline  
Old 08/24/2016, 12:31   #625
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,588
Received Thanks: 1,591
Quote:
Originally Posted by Na.Q View Post
I also tried 16 hours straight but didnt get any omega

I tried it yesterday again and I got 9 omegas in ~20 hours

Remember it only works on NA, in the normal IO.
It will not work in infernal IO and also it doesn't work on fast track server
Paraly is offline  
Old 08/24/2016, 18:44   #626
 
elite*gold: 0
Join Date: Apr 2008
Posts: 44
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
I tried it yesterday again and I got 9 omegas in ~20 hours

Remember it only works on NA, in the normal IO.
It will not work in infernal IO and also it doesn't work on fast track server
there is fast track on IO?
huntersnip is offline  
Old 08/24/2016, 19:12   #627
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,588
Received Thanks: 1,591
Quote:
Originally Posted by huntersnip View Post
there is fast track on IO?
Yes
Paraly is offline  
Old 08/24/2016, 19:21   #628
 
elite*gold: 0
Join Date: Apr 2008
Posts: 44
Received Thanks: 0
^lol i mean i tot the max level for fast track is 60 right?
huntersnip is offline  
Old 08/24/2016, 19:55   #629
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,588
Received Thanks: 1,591
Quote:
Originally Posted by huntersnip View Post
^lol i mean i tot the max level for fast track is 60 right?
I'm pretty sure it's 65.
Paraly is offline  
Old 08/24/2016, 23:53   #630
 
elite*gold: 0
Join Date: Apr 2008
Posts: 44
Received Thanks: 0
Any news on omegas @ IO after patch?
huntersnip 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 12:55.


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.