You last visited: Today at 21:12
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!
273
37.09%
No, english and german are enough for me.
463
62.91%
05/09/2016, 16:04
#421
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
andrealyn
this.I tried the asmodian one,but npc doesn't sell cause my alt is rank 1.does this still work? I play in NA btw .can you help me on this please?
Turn your client off and move the x_data.pak from the
archive into your language pack folder + /data (don't rename the x_data.pak)
example:
German = AION_dir\L10N\DEU\data <--- Put the x_data.pak in here
English = AION_dir\L10N\ENG\data <--- Put the x_data.pak in here
France = AION_dir\L10N\FRA\data <--- Put the x_data.pak in here
Poland = AION_dir\L10N\PLK\data <--- Put the x_data.pak in here
Italy = AION_dir\L10N\ITA\data <--- Put the x_data.pak in here
Spain = AION_dir\L10N\ESN\data <--- Put the x_data.pak in here
it should work then
05/10/2016, 01:56
#422
elite*gold: 0
Join Date: Nov 2014
Posts: 51
Received Thanks: 0
Quote:
Originally Posted by
Paraly
SR has 4 chests which contain ~190k kinah at EU each round takes 35-55 seconds.
However the ban rate is really high and at NA it's already fixed so care.
what do you mean fix? like it dont work for NA?
05/10/2016, 01:58
#423
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
Tokaku
what do you mean fix? like it dont work for NA?
Meanwhile also EU got the second part of 4.9 which includes the remove of the steelrake chests, so the steelrake exploit is fixed on both EU and NA
05/10/2016, 18:36
#424
elite*gold: 0
Join Date: Oct 2011
Posts: 11
Received Thanks: 0
hey paraly, is there some command to gliding? i need to glide but i dont find the way to get it with yours command for scripts
05/10/2016, 21:19
#425
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
franluna
hey paraly, is there some command to gliding? i need to glide but i dont find the way to get it with yours command for scripts
This should do the job
(outdated)
PHP Code:
SendAction = 3 , 1 ; Delay = 250 ; SendAction = 3 , 16 ; MoveBy = 0 , 0 , 4 ;
when you wanna stop gliding simply lock gravity at this point
Edit: The new code for gliding looks like this
Code:
_MemPtrReadVar=%PlayerBase,OffsetPosX,FLOAT,15;
_MemPtrReadVar=%PlayerBase,OffsetPosY,FLOAT,17;
_MemPtrReadVar=%PlayerBase,OffsetPosZ,FLOAT,20;
_Calc20=%Var20+4.5;
#DO=60000;
Delay=150;
MoveTo=%Var15,%Var17,%Var20,False,False;
SendAction=1,4;
Delay=105;
SendAction=3,32;
Delay=10;
SendAction=3,32;
_UNTILMemPtrRead=%PlayerBase,%OffsetFlightStatus,BYTE,=1;
and another
Code:
_UNTILMemPtrRead=%PlayerBase,%OffsetFlightStatus,BYTE,=1;
6 lines later between the MoveTos of the glidepath
_____________________
I never mentioned the command
SendAction here's a list on what I found out what it is able to
1 -
1 =
left
1 -
2 =
right
1 -
4 =
forward
1 -
8 =
backward
1 -
16 =
fly upwards
1 -
32 =
fly downwards
1 -
64 =
fly towards camera angle?
1 -
128 =
rotate character towards camera angle
2 -
1 =
???
2 -
2 =
???
2 -
4 =
???
2 -
8 =
???
2 -
16 =
???
2 -
32 =
???
2 -
64 =
???
2 -
128 =
blocks all movement except forward?
3 -
1 =
jump
3 -
2 =
switch weapon
3 -
4 =
start free fly
3 -
8 =
stop free fly
3 -
16 =
glide
3 -
32 =
???
3 -
64 =
???
3 -
128 =
???
05/10/2016, 21:38
#426
elite*gold: 0
Join Date: Oct 2011
Posts: 11
Received Thanks: 0
that`s what i need tyyyyyyyyy
Pd: dont work, the character dont get open the wings...
05/10/2016, 22:17
#427
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
franluna
that`s what i need tyyyyyyyyy
Pd: dont work, the character dont get open the wings...
I tried it on several characters and on both clients it did ever work.
May you got a laggy connection or what ever you could try to adjust the Delay value a bit
05/10/2016, 23:23
#428
elite*gold: 0
Join Date: Oct 2011
Posts: 11
Received Thanks: 0
Quote:
Originally Posted by
Paraly
I tried it on several characters and on both clients it did ever work.
May you got a laggy connection or what ever you could try to adjust the Delay value a bit
yes, just adjust delay value a bit, thanks
05/13/2016, 20:27
#429
elite*gold: 0
Join Date: Nov 2014
Posts: 51
Received Thanks: 0
Quote:
Originally Posted by
Paraly
Do it like this
Code:
Command=/select Katalium;
#DO=55000;
Command=/attack;
#UNTIL=%TargetName,;
MoveSmooth=1253,851;
MoveSmooth=1256,849;
MoveSmooth=1260,847;
MoveSmooth=1262,843;
MoveSmooth=1263,840;
MoveSmooth=1263,836;
MoveSmooth=1250,807;
MoveSmooth=1250,805;
MoveSmooth=1251,804;
MoveSmooth=1251,803;
Command=/select Katalium;
#DO=55000;
Command=/attack;
#UNTIL=%TargetName,;
MoveSmooth=1247,800;
MoveSmooth=1241,793;
MoveSmooth=1239,784;
MoveSmooth=1238,775;
MoveSmooth=1239,765;
MoveSmooth=1241,757;
Command=/select Manduri Lavafist;
Delay=200;
#IF=%TargetName,Manduri Lavafist;
#DO=20000;
Command=/attack;
Delay=500;
Command=/skill Ferocious Chop;
Delay=900;
Command=/skill Piercing Rupture;
Delay=600;
Command=/skill Sure Strike;
Delay=750;
Command=/skill Energy Impact;
Delay=450;
Command=/skill Sharp Strike;
Delay=250;
Command=/skill Sharp Strike;
Delay=250;
Command=/skill Ferocious Strike;
Delay=400;
Command=/skill Robust Blow;
Delay=350;
Command=/skill Wrathful Strike;
Delay=350;
Command=/skill Body Smash;
Delay=450;
Command=/skill Body Combo;
Delay=250;
Command=/skill Body Combo;
Delay=250;
Command=/skill Cleave;
Delay=400;
Command=/skill Great Cleave;
Delay=400;
Command=/skill Sharp Strike;
Delay=400;
Command=/skill Sharp Strike;
Delay=400;
Command=/skill Ferocious Strike;
Delay=400;
Command=/skill Robust Blow;
Delay=450;
Command=/skill Wrathful Strike;
Delay=550;
Command=/skill Sharp Strike;
Delay=400;
Command=/skill Sharp Strike;
Delay=400;
Command=/skill Body Smash;
Delay=400;
#UNTIL=%TargetName,;
#ENDIF
Command=/skill Loot;
Delay=200;
Command=/select Katalium;
#DO=55000;
Command=/attack;
#UNTIL=%TargetName,;
MoveSmooth=1241,755;
MoveSmooth=1238,764;
MoveSmooth=1234,772;
MoveSmooth=1225,776;
MoveSmooth=1216,778;
MoveSmooth=1206,778; (segundo mono)
Command=/select Manduri Lavafist;
Delay=200;
#IF=%TargetName,Manduri Lavafist;
#DO=20000;
Command=/attack;
Delay=500;
Command=/skill Ferocious Chop;
Delay=900;
Command=/skill Piercing Rupture;
Delay=600;
Command=/skill Sure Strike;
Delay=750;
Command=/skill Energy Impact;
Delay=450;
Command=/skill Sharp Strike;
Delay=250;
Command=/skill Sharp Strike;
Delay=250;
Command=/skill Ferocious Strike;
Delay=400;
Command=/skill Robust Blow;
Delay=350;
Command=/skill Wrathful Strike;
Delay=350;
Command=/skill Body Smash;
Delay=450;
Command=/skill Body Combo;
Delay=250;
Command=/skill Body Combo;
Delay=250;
Command=/skill Cleave;
Delay=400;
Command=/skill Great Cleave;
Delay=400;
Command=/skill Sharp Strike;
Delay=400;
Command=/skill Sharp Strike;
Delay=400;
Command=/skill Ferocious Strike;
Delay=400;
Command=/skill Robust Blow;
Delay=450;
Command=/skill Wrathful Strike;
Delay=550;
Command=/skill Sharp Strike;
Delay=400;
Command=/skill Sharp Strike;
Delay=400;
Command=/skill Loot;
Delay=200;
#UNTIL=%TargetName,;
#ENDIF
can i get this for templar skills?
05/13/2016, 22:20
#430
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
Tokaku
can i get this for templar skills?
why don't you simply copy paste the damage rotation of templar from the fire temple script for example?
here you go
PHP Code:
Command =/ select Katalium ; #DO=55000; Command =/ attack ; #UNTIL=%TargetName,; MoveSmooth = 1253 , 851 ; MoveSmooth = 1256 , 849 ; MoveSmooth = 1260 , 847 ; MoveSmooth = 1262 , 843 ; MoveSmooth = 1263 , 840 ; MoveSmooth = 1263 , 836 ; MoveSmooth = 1250 , 807 ; MoveSmooth = 1250 , 805 ; MoveSmooth = 1251 , 804 ; MoveSmooth = 1251 , 803 ; Command =/ select Katalium ; #DO=55000; Command =/ attack ; #UNTIL=%TargetName,; MoveSmooth = 1247 , 800 ; MoveSmooth = 1241 , 793 ; MoveSmooth = 1239 , 784 ; MoveSmooth = 1238 , 775 ; MoveSmooth = 1239 , 765 ; MoveSmooth = 1241 , 757 ; Command =/ select Manduri Lavafist ; Delay = 200 ; #IF=%TargetName,Manduri Lavafist; #DO=20000; Command =/ attack ; Delay = 500 ; Command =/ skill Ferocious Strike ; Delay = 500 ; Command =/ skill Robust Blow ; Delay = 500 ; Command =/ skill Wrath STrike ; Delay = 500 ; Command =/ skill Body Smash ; Delay = 500 ; Command =/ skill Blood Pact ; Delay = 200 ; Command =/ skill Blood Pact ; Delay = 200 ; Command =/ skill Blood Pact ; Delay = 200 ; Command =/ skill Divine Justice ; Delay = 500 ; Command =/ skill Dazing Sever Blow ; Delay = 500 ; Command =/ skill Divine Blow ; Delay = 500 ; Command =/ skill Judgement ; Delay = 500 ; Command =/ skill Inquisitors Blow ; Delay = 500 ; Command =/ skill Empyrean Armor ; Delay = 250 ; Command =/ skill Iron Skin ; Delay = 250 ; Delay = 400 ; #UNTIL=%TargetName,; #ENDIF Command =/ skill Loot ; Delay = 200 ; Command =/ select Katalium ; #DO=55000; Command =/ attack ; #UNTIL=%TargetName,; MoveSmooth = 1241 , 755 ; MoveSmooth = 1238 , 764 ; MoveSmooth = 1234 , 772 ; MoveSmooth = 1225 , 776 ; MoveSmooth = 1216 , 778 ; MoveSmooth = 1206 , 778 ; ( segundo mono ) Command =/ select Manduri Lavafist ; Delay = 200 ; #IF=%TargetName,Manduri Lavafist; #DO=20000; Command =/ attack ; Delay = 500 ; Command =/ skill Ferocious Strike ; Delay = 500 ; Command =/ skill Robust Blow ; Delay = 500 ; Command =/ skill Wrath STrike ; Delay = 500 ; Command =/ skill Body Smash ; Delay = 500 ; Command =/ skill Blood Pact ; Delay = 200 ; Command =/ skill Blood Pact ; Delay = 200 ; Command =/ skill Blood Pact ; Delay = 200 ; Command =/ skill Divine Justice ; Delay = 500 ; Command =/ skill Dazing Sever Blow ; Delay = 500 ; Command =/ skill Divine Blow ; Delay = 500 ; Command =/ skill Judgement ; Delay = 500 ; Command =/ skill Inquisitors Blow ; Delay = 500 ; Command =/ skill Empyrean Armor ; Delay = 250 ; Command =/ skill Iron Skin ; Delay = 250 ; Command =/ skill Loot ; Delay = 200 ; #UNTIL=%TargetName,; #ENDIF
05/15/2016, 03:03
#431
elite*gold: 0
Join Date: Jan 2015
Posts: 53
Received Thanks: 5
Are there any good aethertapping or gathering scripts out there? OR anyone have any to share?
05/15/2016, 03:05
#432
elite*gold: 27
Join Date: Sep 2009
Posts: 5,609
Received Thanks: 1,597
Quote:
Originally Posted by
lemon07r
Are there any good aethertapping or gathering scripts out there? OR anyone have any to share?
a short guide how you can make your own gathering script.
05/15/2016, 04:33
#433
elite*gold: 0
Join Date: Nov 2014
Posts: 51
Received Thanks: 0
Quote:
Originally Posted by
Paraly
why don't you simply copy paste the damage rotation of templar from the fire temple script for example?
here you go
PHP Code:
Command =/ select Katalium ;
#DO=55000;
Command =/ attack ;
#UNTIL=%TargetName,;
MoveSmooth = 1253 , 851 ;
MoveSmooth = 1256 , 849 ;
MoveSmooth = 1260 , 847 ;
MoveSmooth = 1262 , 843 ;
MoveSmooth = 1263 , 840 ;
MoveSmooth = 1263 , 836 ;
MoveSmooth = 1250 , 807 ;
MoveSmooth = 1250 , 805 ;
MoveSmooth = 1251 , 804 ;
MoveSmooth = 1251 , 803 ;
Command =/ select Katalium ;
#DO=55000;
Command =/ attack ;
#UNTIL=%TargetName,;
MoveSmooth = 1247 , 800 ;
MoveSmooth = 1241 , 793 ;
MoveSmooth = 1239 , 784 ;
MoveSmooth = 1238 , 775 ;
MoveSmooth = 1239 , 765 ;
MoveSmooth = 1241 , 757 ;
Command =/ select Manduri Lavafist ;
Delay = 200 ;
#IF=%TargetName,Manduri Lavafist;
#DO=20000;
Command =/ attack ;
Delay = 500 ;
Command =/ skill Ferocious Strike ;
Delay = 500 ;
Command =/ skill Robust Blow ;
Delay = 500 ;
Command =/ skill Wrath STrike ;
Delay = 500 ;
Command =/ skill Body Smash ;
Delay = 500 ;
Command =/ skill Blood Pact ;
Delay = 200 ;
Command =/ skill Blood Pact ;
Delay = 200 ;
Command =/ skill Blood Pact ;
Delay = 200 ;
Command =/ skill Divine Justice ;
Delay = 500 ;
Command =/ skill Dazing Sever Blow ;
Delay = 500 ;
Command =/ skill Divine Blow ;
Delay = 500 ;
Command =/ skill Judgement ;
Delay = 500 ;
Command =/ skill Inquisitors Blow ;
Delay = 500 ;
Command =/ skill Empyrean Armor ;
Delay = 250 ;
Command =/ skill Iron Skin ;
Delay = 250 ;
Delay = 400 ;
#UNTIL=%TargetName,;
#ENDIF
Command =/ skill Loot ;
Delay = 200 ;
Command =/ select Katalium ;
#DO=55000;
Command =/ attack ;
#UNTIL=%TargetName,;
MoveSmooth = 1241 , 755 ;
MoveSmooth = 1238 , 764 ;
MoveSmooth = 1234 , 772 ;
MoveSmooth = 1225 , 776 ;
MoveSmooth = 1216 , 778 ;
MoveSmooth = 1206 , 778 ; ( segundo mono )
Command =/ select Manduri Lavafist ;
Delay = 200 ;
#IF=%TargetName,Manduri Lavafist;
#DO=20000;
Command =/ attack ;
Delay = 500 ;
Command =/ skill Ferocious Strike ;
Delay = 500 ;
Command =/ skill Robust Blow ;
Delay = 500 ;
Command =/ skill Wrath STrike ;
Delay = 500 ;
Command =/ skill Body Smash ;
Delay = 500 ;
Command =/ skill Blood Pact ;
Delay = 200 ;
Command =/ skill Blood Pact ;
Delay = 200 ;
Command =/ skill Blood Pact ;
Delay = 200 ;
Command =/ skill Divine Justice ;
Delay = 500 ;
Command =/ skill Dazing Sever Blow ;
Delay = 500 ;
Command =/ skill Divine Blow ;
Delay = 500 ;
Command =/ skill Judgement ;
Delay = 500 ;
Command =/ skill Inquisitors Blow ;
Delay = 500 ;
Command =/ skill Empyrean Armor ;
Delay = 250 ;
Command =/ skill Iron Skin ;
Delay = 250 ;
Command =/ skill Loot ;
Delay = 200 ;
#UNTIL=%TargetName,;
#ENDIF
Oh thanks! Thats what i was missing for downloads lol! thank you very much
05/19/2016, 14:31
#434
elite*gold: 0
Join Date: Apr 2016
Posts: 39
Received Thanks: 1
someone is still doing upper forts? I found someone doing em so was wondering if they are kinda safe now?
05/21/2016, 10:47
#435
elite*gold: 0
Join Date: Jun 2014
Posts: 52
Received Thanks: 2
Para is there a way to defect if you have X or Y buff on? i.e "Wing Recovery" the 1hr buff you get from the abyss landing? it would be nice if the script had a command for that, you know, to have infinite flight time and farm aether like a boss
or is there any way to have infinite flight time with the hack? (beside #registering a pot every x time)
how do i lock height with a script? :/ #UseHeight didn't work
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 21:12 .