Para's Script Library

07/28/2019 15:56 Paraly#2326
Quote:
Originally Posted by Kalashhh View Post
IFMemPtrRead=%PlayerBase,%OffsetClassID,BYTE,=17;
;;;;;;;;;Settings Painter;;;;;;;;;

_ACInitialRange=15;
_ACHealPercentage = 70;
_ACBuffs= 5594,5573;
_ACRelyOnDP=5586,2000;
_ACSkill= 5534,5515,5452,5509,5479,5541,5476,5428,5428;
_ACHeals=5384;


;;;;;;;End Settings Painter;;;;;;;
#ENDIF


Should this work?
I posted you the fixed code?
07/28/2019 16:02 Kalashhh#2327
Thank you ! How can I tell my bot to take a teleporter? ^^
07/28/2019 16:14 Paraly#2328
Quote:
Originally Posted by Kalashhh View Post
Thank you ! How can I tell my bot to take a teleporter? ^^
How to add a flight transporter:

1. At recording the return path go to the teleporter
2. Make sure Aion is in windowed mode and resized to the smallest window size possible
3. Target the teleporter, hit the "Delete" key
4. talk to the teleporter
5. hover your mouse over the teleport button, hit the "Delete" key
6. click on the teleport button
7. hover your mouse over the destination, hit the "Delete" key
8. click on the destination
9. hover your mouse over the OK button, hit the "Delete" key
10. click on OK
11. wait till you arrived at the destination, hit the "Delete" key
12. continue recording
07/31/2019 06:33 lordhack3r#2329
_IFMemRead=%AddrLangPack,CHAR[32],=L10N/ENU/;
Mouse=578,496; bugged Luna icon
Delay=15;
Mouse=578,496; bugged Luna icon
Delay=350;
Mouse=579,485; Luna icon
Delay=15;
Mouse=579,485; Luna icon
Delay=1250;
SendKey=0x1B;
Delay=50;
SendKey=0x1B;
Delay=50;
SendKey=0x1B;
Delay=50;


this part has an offset error, please check
07/31/2019 12:43 Paraly#2330
Quote:
Originally Posted by lordhack3r View Post
_IFMemRead=%AddrLangPack,CHAR[32],=L10N/ENU/;
Mouse=578,496; bugged Luna icon
Delay=15;
Mouse=578,496; bugged Luna icon
Delay=350;
Mouse=579,485; Luna icon
Delay=15;
Mouse=579,485; Luna icon
Delay=1250;
SendKey=0x1B;
Delay=50;
SendKey=0x1B;
Delay=50;
SendKey=0x1B;
Delay=50;


this part has an offset error, please check
Why do you think so?

There's not even a offset, only mouseclicks, send keys, delays and a language pack check
08/07/2019 14:52 MiraFLo#2331
hi Paraly!
I get stuck like this sometimes. [Only registered and activated users can see links. Click Here To Register...]
08/07/2019 14:52 Paraly#2332
Quote:
Originally Posted by MiraFLo View Post
hi Paraly!
I get stuck like this sometimes. [Only registered and activated users can see links. Click Here To Register...]
Click to Move is disabled on all characters?
08/07/2019 14:54 MiraFLo#2333
Quote:
Originally Posted by Paraly View Post
Click to Move is disabled on all characters?
should be turned off?
08/07/2019 15:43 Paraly#2334
Quote:
Originally Posted by MiraFLo View Post
should be turned off?
Sure click-to-move can bother any script
08/08/2019 11:07 MiraFLo#2335
Quote:
Originally Posted by Paraly View Post
Sure click-to-move can bother any script
I don't have this parameter saved after rebooting.
08/08/2019 11:09 Paraly#2336
Quote:
Originally Posted by MiraFLo View Post
I don't have this parameter saved after rebooting.
Aion only saves it's settings when
1. Only 1 Client was running
2. You close the client normally (No ALT+F4, No Task Manager, No force close with Account Manager)
08/13/2019 20:37 jcob89#2337
HI. Anyone have some script to afk DPS boss? i was using
Quote:
_ACSkills=1539,1446,1459,1549,1191,1493,1336,1525, 1326,1509,1548,4602,1215,1258,1383,1555,1356,1465, 1473,1390,1225;
but it works like using skills 1 by 1 and when 1 skill is on cd script just wait for skill. I need some solution for better optimalization. Need script where i can add cooldowns and script will use skills only ready for attack.
08/13/2019 21:32 Paraly#2338
Quote:
Originally Posted by jcob89 View Post
HI. Anyone have some script to afk DPS boss? i was using


but it works like using skills 1 by 1 and when 1 skill is on cd script just wait for skill. I need some solution for better optimalization. Need script where i can add cooldowns and script will use skills only ready for attack.
it detects cooldowns fine, just make sure you don't have spaces in your _ACSkills line, also add conditions to certain skills so you waste a nuke on a mob with 5% HP, don't add daevanion skills, don't add any chain skills besides the very first skill of a chain, add conditions to buffs so it only rebuffs when the buff is gone... a lot to tweak just read trough the AutoCombat commandlist
08/13/2019 22:02 jcob89#2339
Ok thx i wil ledit my code but im sure
Quote:
_ACBuffs=1542;
is wrong number for "boon of flame" and it doesnt work at all :(
08/15/2019 11:17 jcob89#2340
Anyone have bugless Mob Grider ? the current one works only 50 % time. Cant pick, cant res :(

@[Only registered and activated users can see links. Click Here To Register...] Any help ?