Page 1 of 1

restart botting

Posted: 22 Jun 2014, 10:06
by luqmanro2
i am a hunter currently at ein_fild08 how to make it come back there if i die?

Re: restart botting

Posted: 22 Jun 2014, 16:58
by 4epT

Re: restart botting

Posted: 23 Jun 2014, 12:22
by luqmanro2
and if i want to loot card only not all item?

Re: restart botting

Posted: 23 Jun 2014, 14:10
by otaku
You'll need to modify your control/pickupitems.txt file, something like:

Code: Select all

all 0
<the name of the card> 1
Example:

Code: Select all

all 0
Poring Card 1
Fabre Card 1
You can read more about this here: http://www.openkore.com/index.php/Pickupitems.txt

Re: restart botting

Posted: 25 Jun 2014, 10:03
by luqmanro2
# 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
#
#<item name> - name of item (not case sensitive)
#
#<flag> - 1 to pickup the item, 0 to leave it alone
#
#Use the item name "all" to tell kore to pickup or not pickup all items by default
all 1
# jellopy 0
# fluff 0


all 2#Iron Ore 0#Jubilee 0#Flexible Tube 0#Single Cell 0#Insect Feeler 0


like this??