Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > RF Online
You last visited: Today at 05:56

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



script for Actools needed

Discussion on script for Actools needed within the RF Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
script for Actools needed

I need a script that "pushes" a button on my keybord allowing one of my chars to debuff the other one using force extract and skilthaw (if not both are possible then atleast force extract) since its not possible to run 2 rf and have 2 keys pressed.

I rly hope some1 can do this stuff
Wolf88 is offline  
Old 01/26/2008, 12:23   #2
 
elite*gold: 0
Join Date: Jan 2008
Posts: 162
Received Thanks: 26
so u want code for an auto debuff?
i'll make a basic one for u, haven't made 1 b4 but it should be pretty simple... problem with ACTool is the fct that u have to have rf targetted thus u have to be afk or simply watch the program do it's work...
small1337 is offline  
Old 01/26/2008, 12:26   #3
 
elite*gold: 0
Join Date: Jan 2008
Posts: 162
Received Thanks: 26
// This line is necessary to select the proper window
SetActiveWindow RF online
delay 1500

while 1 = 1 //keep looping

keys {f9} //use skill
delay 3 sec
keys {f10}
delay 3 sec

end //end while



----------------------------------------------------------------------

i can make it check for player HP but i would need to know ur screen resolution, atm this code eats cpu so it will be worth adding a bigger second delay.
small1337 is offline  
Old 01/28/2008, 13:43   #4
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
so i can use this when im running 2 clients on the same PC? (one with main char and one with the debuffer)
Wolf88 is offline  
Old 01/29/2008, 21:52   #5
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
so i tried this script today, but chaged it slightly to only use skill thaw but 5 times... and, well.. it workes if i have the window with the debuffer active, but if i have that i cant afk buff on the other client since both windows need to be active. is there any way to get past this?
Wolf88 is offline  
Old 02/01/2008, 18:58   #6
 
elite*gold: 0
Join Date: Jan 2008
Posts: 162
Received Thanks: 26
the only way i know of is to run them both in widows and click the task bar to select the correct window and then do the routine for that window... this is still pretty simple to code but i will help more if u need it
small1337 is offline  
Old 02/02/2008, 11:49   #7
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
yeh have been running both in windows... tobad theres not a way to do it afk :P
Wolf88 is offline  
Old 02/03/2008, 17:40   #8
 
elite*gold: 0
Join Date: Sep 2005
Posts: 267
Received Thanks: 10
well what windows resolution do you have? small1337 must need that i think because when he codes it , he must pinpoint your mouse on the "other" client if there are two in your taskbar should be pretty simple in "theory " ;>
zaraki kenpachi is offline  
Old 02/04/2008, 16:21   #9
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
1152x864
Wolf88 is offline  
Old 02/04/2008, 19:32   #10
 
elite*gold: 0
Join Date: Jan 2008
Posts: 162
Received Thanks: 26
thanks, yh i can code that for u and yes it is "afk" (if all goes well atleast)

so u tell me what u need the code to do....
i know one u have already but what is the other char doing? simply buffing? is that all done on the ingame macro button? how many buffs does it have - so i can get an idea of how long to let it buff for?


here's the basic idea;
p.s. to find mouse co ords in ACTool very easily simply move the mouse
to the area/co-ords u want to find and then press "control + m" -> this will
automatically code the line 'mousepos #x,#y' in ACTool for u.

----------------------------------------------------------------

while 1=1

//click first open program
MousePos 179, 849 //can be found using "control + m" in ACTool
leftclick
delay 3000 //delay is probably way too long for u, depends on pc specs

loop
//do all actions for screen 1


end

//click second open program
MousePos 347, 848 //can be found using "control + m" in ACTool
leftclick
delay 3000 //again reduce delay as appropriate

loop
//do all actions for screen 2

end

end

--------------------------------------------------------
small1337 is offline  
Old 02/04/2008, 21:25   #11
 
elite*gold: 0
Join Date: Jan 2008
Posts: 16
Received Thanks: 0
first char, using normal buffs with ingame macro and 7 buffs (might be better to use a script for that aswell, dont rly know much about it, ill leave that up to u) the other char is simply gonna be using skill thaw 7 times on the first one so all buffs gets off.

and it would be easier if it worked when afk
Wolf88 is offline  
Old 02/05/2008, 14:17   #12
 
elite*gold: 0
Join Date: Jan 2008
Posts: 162
Received Thanks: 26
ok seems pretty easy but this is all basically theory as i can't test it.

---------------------------------------------------------------

while 1=1

//click first open program
MousePos 179, 849 //can be found using "control + m" in ACTool
leftclick
delay 3000 //delay is probably way too long for u, depends on pc specs

loop
//do all actions for screen 1
keydown {f1}, 10 sec
//this is assuming ur ingame buff macro is set to f1 - replace f1 with desired number
//10 second delay so that all buffs are hopefully used, may need to increase this
end

//click second open program
MousePos 347, 848 //can be found using "control + m" in ACTool
leftclick
delay 3000 //again reduce delay as appropriate

loop
//do all actions for screen 2
loop 7
keydown {f1}, 1 sec
delay 3 sec
//this will press f1 and then wait 3 seconds - 7 times to remove all buffs
//replace f1 as desired with skill thaw slot
end
end

end

-------------------------------------------------------------------
small1337 is offline  
Old 05/16/2008, 17:23   #13
 
niksniks's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 248
Received Thanks: 53
um, im gonna ask a stupid question... please make command lines for me, for pressing f5 continuously (about every 10 seconds). that's all. thanks!!!
niksniks is offline  
Reply


Similar Threads Similar Threads
[L2Walker: Script Needed] Berserker Spirit
08/29/2010 - Lineage 2 - 11 Replies
Hello. I need a script which will work as described below I need it because I have an 80 LVL Hierophant and I don't want him in the party. 1) Party Invite XXX 2) PM XXX Zerk or Delay XX Secs (the delay will be used to give time to the prophet) 3) After Zerk is received kick 4) Delay 1200 secs 5) Repeat Can someone make it or make something similar? Thanks
skill hack 1 and 2 script needed
03/31/2010 - Dekaron - 4 Replies
som1 has skill hack 1 and 2. and i need a good speed script also.. cus the 1 i got doesnt works proper.. greetz
Gamesite200 - vote bot/script needed
03/04/2010 - General Coding - 0 Replies
Hello everyone. I'm in need of a vote bot/script for: http://www.top200.gs/ I'm a newbie to coding myself, so I don't know exactly what I'm looking for. I want something that auto votes (it's restricted to 1 vote per ip-adress/12 or 24h). Can anyone help me out? Thanks and have a nice weekend everyone!
Help Needed Script,
02/20/2010 - CO2 Private Server - 17 Replies
What is Wrong with this, Idk Why but the Bless Effect Does not Seem to be Going Off, using System; using System.Collections.Generic; using System.Text; namespace NewestCOServer.Extra { public class BlessEffect
HELP NEEDED......EXP Script
04/19/2008 - RF Online - 20 Replies
I found this script somewhere in the internet... if somebody can help us what we should do with these.... thanks ============= # = variable SET EXP RATE = %exp_rate #



All times are GMT +2. The time now is 05:56.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.