Para's Script Library

09/17/2015 21:06 jfso#16
no idea about "event", but these statues is a part of aion, farmed them in 4.7,4.7.5 and 4.8
09/18/2015 08:30 newdawn005#17
richtig n1 , jetzt läufts prima - könnte man noch ein sillus kisten loot skript machen (das wär für twinks ganz cool) ?
09/18/2015 09:50 Paraly#18
Quote:
Originally Posted by newdawn005 View Post
richtig n1 , jetzt läufts prima - könnte man noch ein sillus kisten loot skript machen (das wär für twinks ganz cool) ?
Ja die Sillus ini steht auch auf meiner todo liste :)
Edit: die Ini wurde in 4.8 entfernt das lohnt sich nicht mehr.
09/18/2015 21:44 aetheraion#19
Is there any scrip for aether tapping? :P Would be great if you can put one. TY!
09/18/2015 21:46 Paraly#20
Quote:
Originally Posted by aetheraion View Post
Is there any scrip for aether tapping? :P Would be great if you can put one. TY!
not yet but I thought about it already, when it comes it's possible that only classes who can fly unlimited are supported like cleric or songweaver.
09/18/2015 22:52 aetheraion#21
How does AutoMorph work? I mean normally, you have to click 2 or 3 and just leave it. What is it that it makes it easier?
09/18/2015 22:54 Paraly#22
Quote:
Originally Posted by aetheraion View Post
How does AutoMorph work? I mean normally, you have to click 2 or 3 and just leave it. What is it that it makes it easier?
It has a endless loop function.
for example before you go sleep you setup the script and it will consume every 30 minute a jelly and morphs your item the whole night :)
09/18/2015 22:59 aetheraion#23
Quote:
Originally Posted by Paraly View Post
not yet but I thought about it already, when it comes it's possible that only classes who can fly unlimited are supported like cleric or songweaver.
About flight time though, maybe your script can use pots? So setting timers on pots would make people fly forever as long as the character can target nods correctly.
09/18/2015 23:02 Paraly#24
Quote:
Originally Posted by aetheraion View Post
About flight time though, maybe your script can use pots? So setting timers on pots would make people fly forever as long as the character can target nods correctly.
surely my script consumes pots but even with pots you loose 4 seconds per pot so after 1-2 hours normal classes without any secondary flight time skill will die unless I implement a land function
09/18/2015 23:07 aetheraion#25
Quote:
Originally Posted by Paraly View Post
surely my script consumes pots but even with pots you loose 4 seconds per pot so after 1-2 hours normal classes without any secondary flight time skill will die unless I implement a land function
True. Will you make a script where you can open those annoying boxes with 4 or 5 secs CD between?

Would be super useful. :P
09/18/2015 23:11 Paraly#26
Quote:
Originally Posted by aetheraion View Post
True. Will you make a script where you can open those annoying boxes with 4 or 5 secs CD between?

Would be super useful. :P
it's super simple just write this into the script editor
Code:
#UseLoop
Command=/use [itemname];
Delay=5000;
replace the [itemname] with your itemname (remember to remove the brackets)
you can also change the 5000 to any other value, it's simply a delay which waits 5000 milliseconds.
09/18/2015 23:25 aetheraion#27
Also can we use scripts on both clients at the same time?

Also you can't hide script's window?
09/18/2015 23:26 Paraly#28
Quote:
Originally Posted by aetheraion View Post
Also can we use scripts on both clients at the same time?
No sorry it only works on 1 client
09/18/2015 23:29 aetheraion#29
I suppose we can't hide the script window?
09/18/2015 23:30 Paraly#30
Quote:
Originally Posted by aetheraion View Post
I suppose we can't hide the script window?
hm no why you would like to?
running a script in background is pointless isn't it?