Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Ragnarok Online > RO Exploits, Hacks, Bots & Guides > RO Bots & Macros
You last visited: Today at 11:57

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

Advertisement



Wanna be really imba? Guide on how to use Openkore in PVP

Discussion on Wanna be really imba? Guide on how to use Openkore in PVP within the RO Bots & Macros forum part of the RO Exploits, Hacks, Bots & Guides category.

Closed Thread
 
Old 12/31/2008, 01:51   #31
 
ChibiEbil's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 1,738
Received Thanks: 74
But you can config the Pot using in the normal config.txt
And yea a macro to hide against asura exist already and works, i dont know where, never need to make one cuz i only play mid-high rates, it dont work against instant cast but thats obvious.

Hideki
ChibiEbil is offline  
Old 12/31/2008, 17:19   #32
 
elite*gold: 0
Join Date: Jun 2008
Posts: 99
Received Thanks: 3
Quote:
Originally Posted by Hideki View Post
But you can config the Pot using in the normal config.txt
And yea a macro to hide against asura exist already and works, i dont know where, never need to make one cuz i only play mid-high rates, it dont work against instant cast but thats obvious.

Hideki
I made it work using config.txt but, as I said, it spams pots too slow (i tried timeout 0 and blank timeout).
Also, by using macros, i can define priority to blue pots. Using config.txt the bot gives priority to hp recovering by default.
karlosmatias is offline  
Old 01/01/2009, 01:58   #33
 
ChibiEbil's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 1,738
Received Thanks: 74
ah then its really better, didnt know that =o

Happy new year~

Hideki
ChibiEbil is offline  
Old 01/01/2009, 03:54   #34
 
elite*gold: 0
Join Date: Jun 2008
Posts: 99
Received Thanks: 3
happy new year xD
karlosmatias is offline  
Old 01/01/2009, 18:24   #35
 
elite*gold: 0
Join Date: Nov 2008
Posts: 4
Received Thanks: 0
i tried to copy and paste but i just cant log in or connect once my bot is aleady running.
dual log in prohibited.
iyhan is offline  
Old 01/03/2009, 15:08   #36
 
ChibiEbil's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 1,738
Received Thanks: 74
You have to turn xkore on.

Hideki
ChibiEbil is offline  
Old 01/05/2009, 09:53   #37
 
elite*gold: 0
Join Date: Jan 2008
Posts: 12
Received Thanks: 0
Hi guys, Can you post macro for auto hiding/equipping aginst asura...
I mean hide and equip certain equip before asura hits you.. ^^
olakses is offline  
Old 01/05/2009, 12:37   #38
 
elite*gold: 0
Join Date: Jun 2008
Posts: 99
Received Thanks: 3
Quote:
Originally Posted by olakses View Post
Hi guys, Can you post macro for auto hiding/equipping aginst asura...
I mean hide and equip certain equip before asura hits you.. ^^
Well I tried to use this automacro but it was a completely fail.
This is only usable if you are stalker/sinx, and if you're playing in a non-instant cast server.

PHP Code:
automacro hide {
    
exclusive 1
    run
-once 1
    spell Extremity Fist
    
# check out the right name of the spell in tables/skills.txt
    
call {
        [
        
#do eq Clip [Smokie] [1] <-- if you're not stalker/sinx
        
do ss ## <-- here you put the number of the skill
        
release hide
        
]
    }

It fails if you're not stalker/sinx because macro tells openkore to equip your hiding clip and then use hiding skill. This isn't done fast enough. In practice openkore tries to use hiding skill but asura hits you before.

Even if you're playing a stalker/sinx, it won't save your ass in some situations, like right after a sonic blow (you'll suffer the delay time and you won't be able to use hiding for a while) or a champion with ruwach.

Well, better than nothing xD
karlosmatias is offline  
Old 01/05/2009, 13:50   #39
 
elite*gold: 0
Join Date: Jan 2008
Posts: 12
Received Thanks: 0
Thanks a LOT man!
hope it works for me, I'm planing to make my Hide clip as my default acce.

maybe it will be better if i just change armor instead of hide in case it don't work..

Thank you guys.

Sadly it doesn't work, but it works for Finger Offensive. ^^

How about for ground skills like Safety Wall, Pneuma, etc. Those skills are targeted to the ground. Can you make it work to avoid certain skills like Asura or DS?

Thanks for your answers. /no1
olakses is offline  
Old 01/10/2009, 13:54   #40



 
Aimless Angel's Avatar
 
elite*gold: 1725
Join Date: Dec 2005
Posts: 39,170
Received Thanks: 16,158
please stop doubleposting! the next time you will get an infraction!
Aimless Angel is offline  
Old 01/11/2009, 20:20   #41
 
ChibiEbil's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 1,738
Received Thanks: 74
If u read what I and karlos wrote u could make it by your own =o

Hideki
ChibiEbil is offline  
Old 01/12/2009, 19:39   #42
 
elite*gold: 0
Join Date: Jun 2008
Posts: 99
Received Thanks: 3
Quote:
Originally Posted by olakses View Post
How about for ground skills like Safety Wall, Pneuma, etc. Those skills are targeted to the ground. Can you make it work to avoid certain skills like Asura or DS?

Thanks for your answers. /no1
Well, Pneuma works very well against Acid Demo, but it's so fast that people can notice there is something strange in your char (or they consider you very imba, lol). So i don't recommend doing this. I tried to put some delay in my automacro but it didn't work.

Like Hideki said, try to do it by yourself. Just look at the examples.
karlosmatias is offline  
Old 01/13/2009, 13:41   #43
 
elite*gold: 0
Join Date: Jan 2008
Posts: 12
Received Thanks: 0
automacro SW {
exclusive 1
run-once 1
spell Extremity Fist
# check out the right name of the spell in tables/skills.txt
call {
[
do ss 12 /This is the skill# in the skills.txt for Safety Wall/
release SW
]
}
}

Will These Work for Safety Wall?
olakses is offline  
Old 01/14/2009, 12:41   #44
 
elite*gold: 0
Join Date: Jun 2008
Posts: 99
Received Thanks: 3
Quote:
Originally Posted by olakses View Post
automacro SW {
exclusive 1
run-once 1
spell Extremity Fist
# check out the right name of the spell in tables/skills.txt
call {
[
do ss 12 /This is the skill# in the skills.txt for Safety Wall/
release SW
]
}
}

Will These Work for Safety Wall?
If your cast time is faster than your enemy's cast time, yes, it'll work.
Put these conditions to prevent any console errors:
...
spell Extremity Fist
inventory "Blue Gemstone" > 0
sp > x
call
...
karlosmatias is offline  
Old 01/16/2009, 15:52   #45
 
elite*gold: 0
Join Date: Jan 2008
Posts: 12
Received Thanks: 0
Thanks Karlos for your answers.

I still have one more question.
will these work?

automacro EF {
exclusive 1
spell Extremity Fist
call defendEF
run-once 1
}

macro defendEF {
[
do sp/Skill on Player? i see it on the macro manual/ 289/Skill# for Dispell/
release EF
]
}

will these work if i want to dispell someone who tries to EF me?
olakses is offline  
Closed Thread


Similar Threads Similar Threads
GUide to Enabling Kill Stealing in OPENKORE 2.0.7!!!
01/03/2011 - RO Exploits, Hacks, Bots & Guides - 5 Replies
Wat the heck, so many people is ks-ing my character! But my bot just couldn't KS it back. :s Probably most of the players faced this kind of problems. I believe that many of you had seek for the solutions to enable kill stealing in openkore, editing config.txt? No way you can do that. To enable kill stealing, you need to modify the source code of openkore, which inside the src folder in each bot folder. first thing you have to do is make a copy of backup of your original attack.pm file...
I wanna help me guide hack sp
03/22/2009 - Cabal Online - 5 Replies
I use uce but I wanna hack sp please guide for me
[GUIDE] For wanna-be hackers LIKE projecthax and their scourge.
01/11/2009 - SRO Guides & Templates - 18 Replies
This guide is made to fake hackers/crackers like Projecthax and some other random guys. First of all ProjectHax In this topic, in Projecthax, Anthony, a random noob moderator said: ________________________________________
wanna get rich? ;];] wanna pk in market?
03/30/2006 - CO2 Exploits, Hacks & Tools - 67 Replies
you know you wanna know this sercret about conquer online but you must be also paticent.. OK when you get to lvl 40 go to the forest mine>go down the right ladder and then the right ladder again now go across and stop when you get to 062,019 on your coordiantes.. Then face north west to the wall.. Ok now the gems will come in time first you will get normal, then refine and finally supers.. If you move the process starts over so dont move..There are more mine spots but this is the only one i...



All times are GMT +1. The time now is 11:57.


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.