Search found 22 matches

by voter_me
01 Oct 2009, 05:22
Forum: iRO
Topic: How can I make my bot buy potions once he runs out?
Replies: 1
Views: 2632

Re: How can I make my bot buy potions once he runs out?

i think its case-sensitive? but i dont know, try this..

Code: Select all

buyAuto Red Potion {
	maxAmount 150
	minAmount 5
	npc prt_fild05 290 221
	distance 8
}
by voter_me
30 Sep 2009, 09:34
Forum: Announcements
Topic: Doc Writer/Supporter/Tester/Developer Recruitement
Replies: 77
Views: 1160570

Re: Supporter/Tester/Developer Recruitement

Name: voter_me Age: 20 Location: Philippines Languages: English, Tagalog Experience: Openkore user since 2005 or 2006 I forgot. I just use common sense in configuring configs of bots. I use to help noobs like me in iRO section Time: I dont know exactly but I can use my free time to help. Position: ...
by voter_me
30 Sep 2009, 09:25
Forum: iRO
Topic: Dual bot possible?
Replies: 1
Views: 2539

Re: Dual bot possible?

I tried to make 2 char configs (I use dKore) but when i try to use both i get this message: "Dual loggin not possible" (something like that) I use the same account for both characters. How can i use 2 bots at the same time? Thanks. you cannot bot at the same time 2 characters in the same account. m...
by voter_me
30 Sep 2009, 09:22
Forum: iRO
Topic: I NEED HELP PLEASE!!
Replies: 1
Views: 2858

Re: I NEED HELP PLEASE!!

ok guys ive been tryin to work my open kore 2.0.7 with svn bot in iRO valkyrie server.. im using a vista computer and ive tried and read many solutions for my problem.. my problem is that my bot doesnt even wanna start!! i put my username and pass then select server and all the other stuff.. i even...
by voter_me
30 Sep 2009, 05:06
Forum: iRO
Topic: <Monster> hit you for more than <XX> dmg in lockMap. Telepor
Replies: 2
Views: 2966

Re: <Monster> hit you for more than <XX> dmg in lockMap. Telepor

this might help you ----> http://hakore.bot.nu/openkore/manual/ teleportAuto_totalDmg [<number>] If this option is set, Kore will automatically teleport if the total amount of damage dealt to you by one monster is greater than or equal to the specified number. Notes: * This option is ignored if tele...
by voter_me
28 Sep 2009, 12:25
Forum: iRO
Topic: Alchemist Issue
Replies: 8
Views: 8806

Re: Alchemist Issue

Yeah I tried that but my alchemist still tries to follow my homonculus because the pet tends to go off too far to kill things. If only the homonculus stayed and sniped everything then things would be peechy. try this, dunno if it works. :? homunculus_followDistanceMax 0 homunculus_followDistanceMin...
by voter_me
25 Sep 2009, 04:43
Forum: iRO
Topic: Alchemist Issue
Replies: 8
Views: 8806

Re: Alchemist Issue

try making this (not sure tho) :lol: attackAuto 0 attackAuto_party 0 attackAuto_onlyWhenSafe 0 attackAuto_followTarget 0 attackAuto_inLockOnly 0 attackDistance 0 attackDistanceAuto 0 attackMaxDistance 0 attackMaxRouteDistance 0 attackMaxRouteTime 0 attackMinPlayerDistance 0 attackMinPortalDistance ...
by voter_me
24 Sep 2009, 21:11
Forum: iRO
Topic: How do you select to kill only selected monters? or leave
Replies: 1
Views: 4889

Re: How do you select to kill only selected monters? or leave

This: # This file allows specific AI control for certain monsters # # Syntax: # <monster> <attack> <teleport> <search> <skillcancel> <lv> <joblv> <hp> <sp> <weight> # # <monster>: Name of monster as found in monsters.txt (not case sensitive) # # <attack>: # -1 means to leave the monster alone, even...
by voter_me
16 Sep 2009, 18:35
Forum: iRO
Topic: My ROuge is not taking blanks
Replies: 3
Views: 2855

Re: My ROuge is not taking blanks

fints wrote:Thx..i got 1 more problem
how to make my rouge drop all items except blanks...
on your pickupitems.txt add this TheNameOfTheItem -1 :ugeek:

or


i dont know if this will work

Code: Select all

all -1
Blank Card 2
:?:
by voter_me
15 Sep 2009, 11:52
Forum: iRO
Topic: My ROuge is not taking blanks
Replies: 3
Views: 2855

Re: My ROuge is not taking blanks

all configs are right...and even in pickupitems.tct i added blank card.same result it is not picking. i bought one blank and i checked it shows unknown #6187.now what should i do.. how to make it show blank card so tht my rouges picks all... update your items.txt and itemsdescriptions.txt here's th...