Para's Script Library

08/22/2016 10:38 aceownu#616
paraly, wouldnt it be possible to automatically heal at a fixed value for the follower script ?
08/22/2016 11:08 Paraly#617
Quote:
Originally Posted by aceownu View Post
paraly, wouldnt it be possible to automatically heal at a fixed value for the follower script ?
What do you think those lines are are doing?
Code:
_IFMemPtrRead=%TargetBase,0x378/0x44,BYTE,<75;<-- Use if lower than 75% life
it already heals if the target is below 75% or such
08/22/2016 11:39 aceownu#618
yes im sorry, i wrote the comment before i read the code.

other question: is there a way to check for spellcasts of enemies(like a strong channel or something)
08/22/2016 23:25 Paraly#619
Quote:
Originally Posted by aceownu View Post
yes im sorry, i wrote the comment before i read the code.

other question: is there a way to check for spellcasts of enemies(like a strong channel or something)
Sure, this script uses Focused Evasion as soon the enemy casts something

Code:
_IFMemPtrRead=%TargetBase,0x378/0xD00,WORD,>0;<-- Use if enemy cast something
#IF=%Timer=3195,30000; <-- Focused Evasion
#DO=250;
UseID=3195;
_UNTILMemRead=0x1521130,WORD,=3195;
_IFMemRead=0x1521130,WORD,=3195;
CreateTimer=3195;
MemWrite=0x1521130,0,WORD;
#DO=300;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,>0;
#DO=300;
Delay=50;
_UNTILMemPtrRead=%PlayerBase,0x378/0x1588,DWORD,=0;
#ENDIF
Here're 2 things you can read
%TargetBase,0x378/0xD00,WORD = CastTime in milliseconds
%TargetBase,0x378/0x1588,WORD = ID used currently

_______________________

I've added Chanter to the follower script

Chanter Keywords:
"/w chantername WOW!" = Uses Word of Wind (Be sure he got enough 4k DP jelly)
"/w chantername WOQ!" = Uses Word of Quickness
"/w chantername Heal yourself!" = Uses few healspells on himself
"/w chantername Stun my target!" = Uses Inescapable Judgement on your target
08/24/2016 02:09 StevenX100#620
I have 20-50 ms, what speed should I use?
08/24/2016 02:23 Paraly#621
Quote:
Originally Posted by StevenX100 View Post
I have 20-50 ms, what speed should I use?
What do you mean?
Script speed, Movespeed, Animationspeed...
08/24/2016 02:41 StevenX100#622
Quote:
Originally Posted by Paraly View Post
What do you mean?
Script speed, Movespeed, Animationspeed...
Script speed
08/24/2016 02:54 Paraly#623
Quote:
Originally Posted by StevenX100 View Post
Script speed
Just use the default one, I always record without lag which means people who play it without lag don't need to change anything.
08/24/2016 12:26 Na.Q#624
Quote:
Originally Posted by Paraly View Post
Yeah I also tried it today for 8 hours without a single omega, seems like they removed the omegas from the loottable or I was kinda unlucky
I also tried 16 hours straight but didnt get any omega

[Only registered and activated users can see links. Click Here To Register...]
08/24/2016 12:31 Paraly#625
Quote:
Originally Posted by Na.Q View Post
I also tried 16 hours straight but didnt get any omega

[Only registered and activated users can see links. Click Here To Register...]
I tried it yesterday again and I got 9 omegas in ~20 hours

Remember it only works on NA, in the normal IO.
It will not work in infernal IO and also it doesn't work on fast track server
08/24/2016 18:44 huntersnip#626
Quote:
Originally Posted by Paraly View Post
I tried it yesterday again and I got 9 omegas in ~20 hours

Remember it only works on NA, in the normal IO.
It will not work in infernal IO and also it doesn't work on fast track server
there is fast track on IO?
08/24/2016 19:12 Paraly#627
Quote:
Originally Posted by huntersnip View Post
there is fast track on IO?
Yes
08/24/2016 19:21 huntersnip#628
^lol i mean i tot the max level for fast track is 60 right?
08/24/2016 19:55 Paraly#629
Quote:
Originally Posted by huntersnip View Post
^lol i mean i tot the max level for fast track is 60 right?
I'm pretty sure it's 65.
08/24/2016 23:53 huntersnip#630
Any news on omegas @ IO after patch? :)