Register for your free account! | Forgot your password?

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

  • 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/04/2017, 15:58   #1441
 
Lynne77's Avatar
 
elite*gold: 0
Join Date: May 2017
Posts: 42
Received Thanks: 4
para,about the luna weekly.You need to take quests from npc eli.She is found at pandemonium and norsvold near obelisk.She asks you to get quest item,each week you can get 1.I usually loot box at the far right side.After 7 weeks,you can then complete the quest and turn it in to eli for a key,then reenter instance using reentry feature and open chest.Hope it helps.

each chest btw will let you choose if you want some greater mythic supplement,one other item I forgot and last a abundle of archdaeva manastones 15 pcs,which has 6 pcs in each bag.SO a total of 90 stones + 6 of your choice.And one tip,it cannot be opened unless you are archdaeva,and isn't tradeable unless you are able to open it .So open with a level 66 character and trade to whatever toon you want
Lynne77 is offline  
Thanks
1 User
Old 08/04/2017, 21:45   #1442
 
elite*gold: 0
Join Date: Jan 2009
Posts: 11
Received Thanks: 0
can you double check Miren NA barracks it always seems to be sucks at getting this statue says obstacle is in the way doesnt go down far enough, ran the script past three days and always gets stuck at this spot bottom middle
Karsh20 is offline  
Old 08/04/2017, 21:46   #1443
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by Karsh20 View Post
can you double check Miren NA barracks it always seems to be sucks at getting this statue says obstacle is in the way doesnt go down far enough, ran the script past three days and always gets stuck at this spot bottom middle
I already saw your post, don't worry I let the character go a bit more downwards at this statue, even tho I just tested the script ~1 week ago and it did work fine
Paraly is offline  
Old 08/04/2017, 23:17   #1444
 
あかり's Avatar
 
elite*gold: 0
Join Date: Mar 2017
Posts: 2
Received Thanks: 0
What is the Archives of Eternity script for? What's it do?
あかり is offline  
Old 08/04/2017, 23:19   #1445
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by あかり View Post
What is the Archives of Eternity script for? What's it do?
It loots 2 chest rooms, those chest contain manastones and skins atleast before 5.6 but since 5.6 the loot in AoE got changed maybe you get something else
Paraly is offline  
Old 08/05/2017, 06:56   #1446
 
elite*gold: 0
Join Date: May 2010
Posts: 55
Received Thanks: 0
Hey para, one question...
How can i use this ones?

Code:
248	GM Dialog
455	Test Convenience UI (awesome lol)
456	Load Options
457	Another awesome GUI
458	Battlefield skills?
459	Confirm?
460	Test Convenience UI 2
462	Popup
463	VIP Detailed View
464	VIP Membership Details
Code:
FrameAction=[FrameID],[Access],[New Value];
_IFFrameVisible=[FrameID];
What shold i put in access and value?
Thx very much!
srgcb is offline  
Old 08/05/2017, 07:03   #1447
 
elite*gold: 0
Join Date: Jul 2014
Posts: 10
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
You can start free flight with these lines


PHP Code:
#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,%OffsetGravity,BYTE,=5

and stop free flight like this

PHP Code:
#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,%OffsetGravity,BYTE,=0
Just record a path (without 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
#DO=300000;
Delay=1000;
#UNTIL=%FlightTime,=%MaxFlightTime; 
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


I am teleporting instead of fly, is it right?
beakman13 is offline  
Old 08/05/2017, 11:56   #1448
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by srgcb View Post
Hey para, one question...
How can i use this ones?

Code:
248	GM Dialog
455	Test Convenience UI (awesome lol)
456	Load Options
457	Another awesome GUI
458	Battlefield skills?
459	Confirm?
460	Test Convenience UI 2
462	Popup
463	VIP Detailed View
464	VIP Membership Details
Code:
FrameAction=[FrameID],[Access],[New Value];
_IFFrameVisible=[FrameID];
What shold i put in access and value?
Thx very much!
Like this
Code:
FrameAction=248,State,SHOW;
FrameAction=455,State,SHOW;
FrameAction=456,State,SHOW;
FrameAction=457,State,SHOW;
FrameAction=458,State,SHOW;
FrameAction=459,State,SHOW;
FrameAction=460,State,SHOW;
FrameAction=462,State,SHOW;
FrameAction=463,State,SHOW;
FrameAction=464,State,SHOW;
Quote:
Originally Posted by beakman13 View Post
I am teleporting instead of fly, is it right?
Yea it's right, still you might wanna prefer a secondary account with a songweaver for a aethertapping script
Paraly is offline  
Old 08/06/2017, 00:56   #1449
 
elite*gold: 0
Join Date: May 2010
Posts: 55
Received Thanks: 0
I put any of this in the scrip editor and nothing happend..
I need to do something eles?
Thx!

Code:
FrameAction=248,State,SHOW;
FrameAction=455,State,SHOW;
FrameAction=456,State,SHOW;
FrameAction=457,State,SHOW;
FrameAction=458,State,SHOW;
FrameAction=459,State,SHOW;
FrameAction=460,State,SHOW;
FrameAction=462,State,SHOW;
FrameAction=463,State,SHOW;
FrameAction=464,State,SHOW;
srgcb is offline  
Old 08/06/2017, 01:10   #1450
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by srgcb View Post
I put any of this in the scrip editor and nothing happend..
I need to do something eles?
Thx!

Code:
FrameAction=248,State,SHOW;
FrameAction=455,State,SHOW;
FrameAction=456,State,SHOW;
FrameAction=457,State,SHOW;
FrameAction=458,State,SHOW;
FrameAction=459,State,SHOW;
FrameAction=460,State,SHOW;
FrameAction=462,State,SHOW;
FrameAction=463,State,SHOW;
FrameAction=464,State,SHOW;
Did you hit play at the script editor?
I did just execute it and it opens all the windows you've requested
Paraly is offline  
Old 08/06/2017, 01:11   #1451
 
elite*gold: 0
Join Date: May 2010
Posts: 55
Received Thanks: 0
Quote:
Originally Posted by Paraly View Post
Did you hit play at the script editor?
I did just execute it and it opens all the windows you've requested

yes ofc...
with the map windown it show me some, but not with this ones.
srgcb is offline  
Old 08/07/2017, 14:21   #1452
 
ReDSynchrony's Avatar
 
elite*gold: 0
Join Date: Nov 2014
Posts: 32
Received Thanks: 0
Hi, any Script for Beshmundir Temple SOLO ?
ReDSynchrony is offline  
Old 08/07/2017, 14:23   #1453
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by ReDSynchrony View Post
Hi, any Script for Beshmundir Temple SOLO ?
No
Paraly is offline  
Old 08/07/2017, 17:30   #1454
 
elite*gold: 0
Join Date: Nov 2015
Posts: 7
Received Thanks: 0
Hello, is there any way to get kinah with bot w/o prestige?
paulhrq is offline  
Old 08/07/2017, 18:42   #1455
 
Paraly's Avatar
 
elite*gold: 27
Join Date: Sep 2009
Posts: 5,592
Received Thanks: 1,596
Quote:
Originally Posted by paulhrq View Post
Hello, is there any way to get kinah with bot w/o prestige?
Aethertapping script
Combat Wizard
Buy supplements at general shop and sell them to NPC on all toons
Paraly 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:02.


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.