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
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?
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?
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?
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;
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
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