Ok. Am I just dumb or stupid...? Frustrated

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

jessebrenele
Noob
Noob
Posts: 3
Joined: 28 Nov 2011, 02:07
Noob?: Yes

Ok. Am I just dumb or stupid...? Frustrated

#1 Post by jessebrenele »

Call me whatever you want but can anyone just point me into the right starting step into understanding how to operate OpenKore. I've been frustrated to such a degree, and for more than a week I just can't seem to make things work... Maybe I've overwhelmed myself too much with all the info's that I'm trying to read and find...

I'm sorry but I just want to really learn the basics of how to...

1 - Set my character into a map, open the program, have it work
2 - Use heal or potions if life is low...
3 - Come back to the same map after death between a certain amount of time
4 - Decline party invites or ignore convo's/pm's
5 - And how to log out my current account and log in a different one in OpenKore

That's just it... That's all... 5 simple things... I just want to run the program and make it work, I don't want to do anything else fancy; if all, I'd just do it manually (if/when) I get the spare time, love the game played it before lost it all etc.. Anyway nothing personal or emotional, but I just can't seem to understand what to type in OpenKore (some commands like sit and stand work) but I just want my character to be able to heal itself while on the process of botting. What do I have to type? Or which in the notepads or scripts? Which specific folder?? Do I need to download plug-ins?? What are plug-ins...?

This is the only way I know how Openkore works... Open Openkore, some cmd looking window with cryptic encoding pop out... I type in a command.. sit and stand works and c - type a message works... move to ' ____ ' works... But most commands I look at does not get recognized. Do I need to download a plug-in or something to make it work?? What and where is it? Is it the codes with all the c : o213 } jumbo..?

I just want to understand... Just a first step.. It's frustrating.. I'm trying this isn't my field. Lastly I just want my character to heal itself if it's about to die if nothing else T_T

Call me whatever you want, yes I am, I see how I make you feel. But can someone just throw me a: how to make command of heal self or add a string/loop after death in OpenKore for dummies.

Thanks for your time though..
noobotter
Moderators
Moderators
Posts: 139
Joined: 31 Jul 2008, 22:12
Noob?: No

Re: Ok. Am I just dumb or stupid...? Frustrated

#2 Post by noobotter »

Ok first, you need to download the official copy of the latest openkore.
The link is openkore.collectskin.com.

For your questions,

1. Set my character into a map, open the program, have it work

*A: First, Open the config.txt in the control folder using WORDPAD. Notepad will give you a messy result so I suggest opening it in WORDPAD. Find lockmap.

Check this link if you need to understand further. http://www.openkore.com/index.php/LockMap

2. Use heal or potions if life is low...

*A: Just add this part anywhere on the config.txt but I prefer the bottom part,

Code: Select all

useSelf_item Novice_Potion {
	hp < 50%
	notWhileSitting 1
	notInTown 1
	timeout 0
}
Change the Novice_Potion into the name of the healing item you want to use.
Change the 50% into the percentage of HP condition that the bot will use the healing item.

You can check this link for more information about using items: http://www.openkore.com/index.php/UseSelf_item

3. Come back to the same map after death between a certain amount of time.

*A: About that, you may want to check timeouts.txt in your control folder and look for the part ai_dead_respawn 4 and you can change the 4 into the number of seconds you want the bot to stay dead before respawning back to savepoint.

Check this link for more information about what I gave you:
http://www.openkore.com/index.php/Timeouts.txt#AI_Dead

4. Decline party invites or ignore convo's/pm's

*A: In your config.txt, just find this part ignoreAll 0 and change the 0 into 1. By default, Kore declines or party invitations by the command partyAuto 1.

Information about that? here:
http://www.openkore.com/index.php/IgnoreAll
http://www.openkore.com/index.php/PartyAuto

5. And how to log out my current account and log in a different one in OpenKore

*A: Only 1 account can be logged in to a 1 control folder. You can run multiple bots at the same time by following this guide: http://forums.openkore.com/viewtopic.php?f=6&t=13


BOTTOM LINE: This maybe a spoonfeed but what I'm pointing out is, everything is in the manual. Give more effort in reading the manual because everything you need to understand is in it. You're lucky I'm in the mood of not trashing this post. ;)
A storm is coming.
jessebrenele
Noob
Noob
Posts: 3
Joined: 28 Nov 2011, 02:07
Noob?: Yes

Re: Ok. Am I just dumb or stupid...? Frustrated

#3 Post by jessebrenele »

noobotter wrote:Ok first, you need to download the official copy of the latest openkore.
The link is openkore.collectskin.com.

For your questions,

1. Set my character into a map, open the program, have it work

*A: First, Open the config.txt in the control folder using WORDPAD. Notepad will give you a messy result so I suggest opening it in WORDPAD. Find lockmap.

Check this link if you need to understand further. http://www.openkore.com/index.php/LockMap

2. Use heal or potions if life is low...

*A: Just add this part anywhere on the config.txt but I prefer the bottom part,

Code: Select all

useSelf_item Novice_Potion {
	hp < 50%
	notWhileSitting 1
	notInTown 1
	timeout 0
}
Change the Novice_Potion into the name of the healing item you want to use.
Change the 50% into the percentage of HP condition that the bot will use the healing item.

You can check this link for more information about using items: http://www.openkore.com/index.php/UseSelf_item

3. Come back to the same map after death between a certain amount of time.

*A: About that, you may want to check timeouts.txt in your control folder and look for the part ai_dead_respawn 4 and you can change the 4 into the number of seconds you want the bot to stay dead before respawning back to savepoint.

Check this link for more information about what I gave you:
http://www.openkore.com/index.php/Timeouts.txt#AI_Dead

4. Decline party invites or ignore convo's/pm's

*A: In your config.txt, just find this part ignoreAll 0 and change the 0 into 1. By default, Kore declines or party invitations by the command partyAuto 1.

Information about that? here:
http://www.openkore.com/index.php/IgnoreAll
http://www.openkore.com/index.php/PartyAuto

5. And how to log out my current account and log in a different one in OpenKore

*A: Only 1 account can be logged in to a 1 control folder. You can run multiple bots at the same time by following this guide: http://forums.openkore.com/viewtopic.php?f=6&t=13


BOTTOM LINE: This maybe a spoonfeed but what I'm pointing out is, everything is in the manual. Give more effort in reading the manual because everything you need to understand is in it. You're lucky I'm in the mood of not trashing this post. ;)
Thank you!
ragnamuffin
Noob
Noob
Posts: 16
Joined: 23 May 2011, 22:31
Noob?: Yes

Re: Ok. Am I just dumb or stupid...? Frustrated

#4 Post by ragnamuffin »

the spoon is fed. :lol: *nom nom nom nom*
iROGM02
Noob
Noob
Posts: 13
Joined: 10 Mar 2009, 07:52
Noob?: No

Re: Ok. Am I just dumb or stupid...? Frustrated

#5 Post by iROGM02 »

We are all spoonfed by OK. Program doing all the work for us, no? Or do you consider making a few config changes work? :P
God is a comedian playing to an audience too afraid to laugh - Voltaire