Para's Script Library

03/22/2018 13:10 ThorsNextKrobanPro#1891
Gibts ein Mirash Script? Die Instance suckt ein bisschen :( So könnte man einfach AP farmen.
03/22/2018 13:12 Paraly#1892
Quote:
Originally Posted by ThorsNextKrobanPro View Post
Gibts ein Mirash Script? Die Instance suckt ein bisschen :( So könnte man einfach AP farmen.
Sicher im topic ist doch ein [Only registered and activated users can see links. Click Here To Register...] :p
03/23/2018 00:51 ThorsNextKrobanPro#1893
danke :)
03/23/2018 15:15 PlayLgn#1894
Thanks
03/23/2018 23:29 lucimon#1895
Quote:
Originally Posted by Paraly View Post
I'll check it later today or tomorrow
Hi paraly!

any fix on the fatty script?

edit: its working! thank you
03/25/2018 11:00 lucimon#1896
is it possible to add auto accept ress when AFK looting fatties? dang elyos killing my botties all the time
03/25/2018 11:01 Paraly#1897
Quote:
Originally Posted by lucimon View Post
is it possible to add auto accept ress when AFK looting fatties? dang elyos killing my botties all the time
Sure, I will add it
04/03/2018 21:59 Bocc1337#1898
Quote:
Originally Posted by lucimon View Post
is it possible to add auto accept ress when AFK looting fatties? dang elyos killing my botties all the time
funny . the asmos always killing me also

tell you the truth. the auto loot always mess me up. i been using the older one. all i need is to have the alt stay closer because it stops fallowing to much and get me killed to much. i had set up a macro to spam the C key to loot. and i have found it easier to loot the mobs the second time the group gets to the area again.. really i would like just a good fallow script that stays with me closer. using run scrolls and auto rez. really this in my thoughts would be better
04/03/2018 23:33 Paraly#1899
Quote:
Originally Posted by Bocc1337 View Post
funny . the asmos always killing me also

tell you the truth. the auto loot always mess me up. i been using the older one. all i need is to have the alt stay closer because it stops fallowing to much and get me killed to much. i had set up a macro to spam the C key to loot. and i have found it easier to loot the mobs the second time the group gets to the area again.. really i would like just a good fallow script that stays with me closer. using run scrolls and auto rez. really this in my thoughts would be better
So you want a follower which auto rezzes at sanctum, walks back to tiamaranta eye waiting for the main to appear again so he can follow?

Also only loots your target when you whisper?

And of course it uses run scrolls all the time
04/08/2018 19:32 thekiller258#1900
Quote:
Originally Posted by Paraly View Post
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 = ???
Hi Paraly, is there any SendAction that could emulate a Enter key press? :confused:
04/08/2018 19:34 Paraly#1901
Quote:
Originally Posted by thekiller258 View Post
Hi Paraly, is there any SendAction that could emulate a Enter key press? :confused:
Why don't you use

Code:
SendKey=0x0D;
04/08/2018 19:39 thekiller258#1902
Quote:
Originally Posted by Paraly View Post
Why don't you use

Code:
SendKey=0x0D;
Thank you. :handsdown:

Currently the group accepts are being made using mouse coordinates and click. Do party invitation window have a way to recognize them through memory check? so I could accept them with SendKey=0x0D only when the window appears on the screen?

In example, evergale's window confirmation

04/08/2018 20:23 Paraly#1903
Quote:
Originally Posted by thekiller258 View Post
Thank you. :handsdown:

Currently the group accepts are being made using mouse coordinates and click. Do party invitation window have a way to recognize them through memory check? so I could accept them with SendKey=0x0D only when the window appears on the screen?

In example, evergale's window confirmation

Open the Script Editor, check "Show IDs", hover above the title bar of the invitation window, it will display the Frame ID

Code:
#IF=%FirstTime,;
#UseLoop
#ENDIF


_SetVar30=508; <-- put the invitation frameID  in here
#EXECUTE=WaitForFrame; <-- waits till the frame ID from above appears
Delay=1000;
SendKey=0x0D; <-- sends enter
Delay=5000;




start_WaitForFrame;

MemWrite=%AddrFreeMem10,0,BYTE;
#DO=10800000; <-- 3 hours timeout
_IFFrameVisible=%Var30; FrameID
MemWrite=%AddrFreeMem10,1,BYTE;
#ENDIF
Delay=750;
<-- optional put some anti afk here
_UNTILMemRead=%AddrFreeMem10,BYTE,=1;

end_WaitForFrame;
04/09/2018 05:30 lucimon#1904
Does the Daeva's Dash script recognizes when you win/lose a run?
If no, is it possible to make your character use the box 6 times even when you only have 3 keys?

I'm asking that because we're winning runs even AFK a lot of times, and instead of openning 3 box we could open 6

Also, I don't know if I did it wrong, but when the script switch characters, the PIN don't input itself automatically for me :(
04/09/2018 11:10 Die Simpsons#1905
Keine Gefahr , dass man evlt gebannt wird duch die Nutzung eines Scriptes?:D