NOT Pickingup Specific items

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

rottenkid
Noob
Noob
Posts: 1
Joined: 17 Nov 2011, 22:57
Noob?: Yes

NOT Pickingup Specific items

#1 Post by rottenkid »

How do i set or config my bot to pick up only one particular item and ignore other loots can someone please give me a complete example of config in pickup items.txt

I'VE TRY THIS!!!
# Tell Kore to pickup (or not to pickup) certain items.
# Format: <item name> <flag>
# <item name> - name of item (not case sensitive)
# <flag> - -1 to drop the item when it appears in inventory
# (useful for Rogues with auto-steal),
# 0 to not pick up the item,
# 1 to pickup the item,
# 2 to take the item as fast as it can
#
# Use the item name "all" to tell kore to pickup or not pickup all items
# by default.

all 0 <- itwont pick up any items not specified in your list below
jellopy -1 <-- just write down the list of items that you like to pickup
fluff 0
Old Blue Box 2
spore card 2
drops card 2
shell -1
knife[1] -1
iron ore -1

OR i try changing
itemsTakeAuto 1 when i do that it picks all the loots

WHAT SHOULD I DO SIR? im not good at configuring bot :(
Please help me out
mangblekok
Noob
Noob
Posts: 6
Joined: 26 Nov 2011, 04:02
Noob?: No

Re: NOT Pickingup Specific items

#2 Post by mangblekok »

Try this

Code: Select all

jellopy -1
fluff 0
Old Blue Box 2
spore card 2
drops card 2
shell -1
knife[1] -1
iron ore -1
all 0
Uzah
Human
Human
Posts: 25
Joined: 04 Jun 2011, 18:29
Noob?: Yes
Location: pRO Payon

Re: NOT Pickingup Specific items

#3 Post by Uzah »

I always have these in my config.txt to make sure Kore will gather any items dropped by monsters killed by you and your party members:

Code: Select all

itemsTakeAuto 2
itemsTakeAuto_party 1
itemsGatherAuto 2
Read this as well to set the maximum weight you prefer to stop your Kore from gathering any items listed in pickupitems.txt: http://www.openkore.com/index.php/ItemsMaxWeight

Lastly, set all to 0, and specify only the items you want to gather in pickupitems.txt. Here's an example:

Code: Select all

# Tell Kore to pickup (or not to pickup) certain items.
# Format: <item name> <flag>
# <item name> - name of item (not case sensitive)
# <flag> -	-1 to drop the item when it appears in inventory
#		   (useful for Rogues with auto-steal),
#		 0 to not pick up the item,
#		 1 to pickup the item,
#		 2 to take the item as fast as it can
#
# Use the item name "all" to tell kore to pickup or not pickup all items
# by default.

all 0

Box of Sunlight 2
Boy's Heart 2
Incubus Card 2
Deviruchi Card 2
Mirror Shield [1] 2
Ebone Armor [1] 2
What have you done so far?