Para's Script Library

04/23/2017 21:00 zxmmxzzxmmxz#1171
Quote:
Originally Posted by Paraly View Post
1. Fear has the skill ID 3775, you can get such IDs from the [Only registered and activated users can see links. Click Here To Register...]
And you can read them like this
Code:
#DO=300000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetCurrentID,DWORD,=3775;
WaitForResponse=Target is casting fear!;
2. Could be possible that this address can just be readed from %PlayerBase, I'll tell you how to do it when I'm at my PC.
I guess you wanna use perfect evade skills from sin / ranger when a SM is about to finish a fear cast, right?

Yes but something similar.

I will try Player Base.

Tried "_UNTILMemPtrRead=%TargetBase,%OffsetCurrentID,DWO RD,=3589;", it only passes when it finishes casting, not when it starts

Also, mind showing me why can you check for remaining cast time using %PlayerBase?

Thanks
04/24/2017 13:49 Paraly#1172
Quote:
Originally Posted by zxmmxzzxmmxz View Post
Yes but something similar.

I will try Player Base.

Tried "_UNTILMemPtrRead=%TargetBase,%OffsetCurrentID,DWO RD,=3589;", it only passes when it finishes casting, not when it starts

Also, mind showing me why can you check for remaining cast time using %PlayerBase?

Thanks
I tried it now, it also works at %TargetBase there's just a small issue which you can bypass like this
Code:
#DO=60000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xA70,FLOAT,>0;
Command=using skill;

#DO=60000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xA70,FLOAT,<0.3;
Command=less than 30%;

_IFMemPtrRead=%TargetBase,%OffsetData/0xA70,FLOAT,>0;
Command=still on;
#ENDIF
Command=next round;
Also you can check yourself how this address works with this lines
Code:
#DO=60000;
_MemPtrPrint=%TargetBase,%OffsetData/0xA70,FLOAT;
Delay=10;
#UNTIL=%TargetName,---;
And for the current ID do it like this
Code:
#DO=300000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
_IFMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
WaitForResponse=Target is casting fear!;
#ENDIF
an example for dodging fear when cast is below 1.5 sec remain would look like this

Code:
#DO=300000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
_IFMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
#DO=2500;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xA70,FLOAT,<1.5;
_IFMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
SmartSkill=3195,30000,500,False,False; <- Focused Evasion
#ENDIF
04/25/2017 02:10 zxmmxzzxmmxz#1173
Quote:
Originally Posted by Paraly View Post
I tried it now, it also works at %TargetBase there's just a small issue which you can bypass like this
Code:
#DO=60000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xA70,FLOAT,>0;
Command=using skill;

#DO=60000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xA70,FLOAT,<0.3;
Command=less than 30%;

_IFMemPtrRead=%TargetBase,%OffsetData/0xA70,FLOAT,>0;
Command=still on;
#ENDIF
Command=next round;
Also you can check yourself how this address works with this lines
Code:
#DO=60000;
_MemPtrPrint=%TargetBase,%OffsetData/0xA70,FLOAT;
Delay=10;
#UNTIL=%TargetName,---;
And for the current ID do it like this
Code:
#DO=300000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
_IFMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
WaitForResponse=Target is casting fear!;
#ENDIF
an example for dodging fear when cast is below 1.5 sec remain would look like this

Code:
#DO=300000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
_IFMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
#DO=2500;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xA70,FLOAT,<1.5;
_IFMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=3775;
SmartSkill=3195,30000,500,False,False; <- Focused Evasion
#ENDIF

I tried your provided code snippet and it literally pass through the whole thing the first time I start casting fear.

PHP Code:
#DO=300000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=20;

#DO=300000;
Delay=5;
_UNTILMemPtrRead=%TargetBase,%OffsetData/0xA70,FLOAT,<0.5;
Command=0.5s left;

_IFMemPtrRead=%TargetBase,%OffsetData/0xC18,DWORD,=20;
Command=you are using this skill for sure;
UseID=3997;
#ENDIF 
It's NA server tho, so that fear is ID 20

Thanks for further assisstance
04/27/2017 02:39 Kakabuter#1174
Parally have script for instance event Kumuki Cave ?
04/27/2017 06:05 banhahu#1175
O auto craft nao esta funcionando o "mouse" nao esta movendo, alguem tem um que funcione, preciso de de alquimia, NA
04/27/2017 12:07 Paraly#1176
Quote:
Originally Posted by banhahu View Post
O auto craft nao esta funcionando o "mouse" nao esta movendo, alguem tem um que funcione, preciso de de alquimia, NA
Be sure you're using windowed mode at Aion
Be sure your UI size is at 100%
Be sure you load the US script not the ENG version of the autocraft script.
Be sure you moved the windows to the right directions
Quote:
Originally Posted by Kakabuter View Post
Parally have script for instance event Kumuki Cave ?
No, sorry.
04/29/2017 04:35 jachuu#1177
where is the DS script
04/29/2017 11:17 Paraly#1178
Quote:
Originally Posted by jachuu View Post
where is the DS script
You find the script [Only registered and activated users can see links. Click Here To Register...]
You shouldn't use the script at EU, it has a really high ban rate there.
05/02/2017 16:38 banhahu#1179
The script work to BOT for farm ?
05/02/2017 17:20 Paraly#1180
Quote:
Originally Posted by banhahu View Post
The script work to BOT for farm ?
The combat wizard is for grinding mobs, yes.
05/02/2017 18:08 chopstixan#1181
hi Para,

I've been using your Fissure of Oblivion NA v1.32, sometime it will loot the boss, but other times it wont. What can I do to make it loot?

thanks
05/02/2017 21:10 sucu#1182
Hi Paraly! I need the Scripts
Hexway / Corridor of Betrayal and
Esoterrace. Thank you!!!
05/02/2017 21:44 Paraly#1183
Quote:
Originally Posted by sucu View Post
Hi Paraly! I need the Scripts
Hexway / Corridor of Betrayal and
Esoterrace. Thank you!!!
There you go.
05/02/2017 21:45 Paraly#1184
Quote:
Originally Posted by chopstixan View Post
hi Para,

I've been using your Fissure of Oblivion NA v1.32, sometime it will loot the boss, but other times it wont. What can I do to make it loot?

thanks
Try the loop version even if you just do one run it should loot better.
05/03/2017 01:44 MasterMacaco#1185
Hi para, I am getting DC by botting, dc for beeing afk lol.

It already second day that I come to home and it gets DC, is there any solution? Otherwise I will re-write everything again, because I have some old scripts that I used for leveling I dont want to lose it.