Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
Message
Author
ravenclaw01
Noob
Noob
Posts: 8
Joined: 24 Jul 2010, 18:25
Noob?: No

Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

#1 Post by ravenclaw01 »

Code: Select all

attackEquip_topHead
attackEquip_midHead
attackEquip_lowHead
attackEquip_leftHand 
attackEquip_rightHand 
attackEquip_leftAccessory 
attackEquip_rightAccessory
attackEquip_rightAccessory
attackEquip_robe
attackEquip_armor
attackEquip_shoes
attackEquip_arrow Iron Cannon Ball

Code: Select all

#
# Syntax:
# (item name) (minimum) (auto-store) (auto-sell) [put in cart] [get from cart]
# item name	: Name of the item.
# miminum	: The minimum amount of this item that you want to keep in inventory.
# autostore	: Set to 1 to walk back to a Kapra NPC to put in storage.
# autosell	: Set to 1 to sell item at a buy/sell NPC.
# put in cart	: Set to 1 to automatically put this item in cart.
# get from cart : Set to 1 to automatically get this item from cart.
#
# The example below will sell all jellopies, store all knifes and puts
# all flowers in cart:
#	Jellopy 0 0 1
#	Knife 0 1 0
#	Flower 0 0 0 1
#
# This example will get Red Potions from cart if you have less than 25
# of them in your inventory:
# 	Red Potion 25 0 0 0 1
#
# The item name isn't case sensitive. Only items found in this file will
# be stored or sold.
#
# If auto-store and auto-sell are 1, Kore will do storage first (unless
# storage is full) then sell.
#
# Kore will not sell or store equipped items. For example, if you're using
# a knife and you have a line to auto-sell all knives, kore will sell any
# extras it picks up, not the knife it's using.
#
# Don't forget to set the storageAuto, sellAuto and related configuration
# options in config.txt, or this file won't have any effect.
#
# An auto-sell list and auto-storage list is provided by default, modify it
# as you see fit.


# All items not mentioned in this file will be automatically stored in storage.
all 0 1 0


Iron Cannon Ball 1000 0 0 0 1
Cannon Ball 1000 0 0 0 1
Berserk Potion 10 0 0 0 1
I'm having trouble here, first my genetic not auto equiping the Cannon/Iron Cannon balls, second it doesn't get from Cart (get from cart) when item is low in the configured syntax, it works before the renewal, now it's not.... any help? tried to find some answers via search seems no one yet figured it out?

thanks in advance!

ravenclaw01
Noob
Noob
Posts: 8
Joined: 24 Jul 2010, 18:25
Noob?: No

Re: Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

#2 Post by ravenclaw01 »

up hope someone can answer

kaBOTi
Plain Yogurt
Plain Yogurt
Posts: 78
Joined: 08 Jun 2008, 00:02
Noob?: No

Re: Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

#3 Post by kaBOTi »

mine is working fine, what version of openkore are you using?

ravenclaw01
Noob
Noob
Posts: 8
Joined: 24 Jul 2010, 18:25
Noob?: No

Re: Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

#4 Post by ravenclaw01 »

kaBOTi wrote:mine is working fine, what version of openkore are you using?
Openkore what-will-become-2.1 (r7514) when i typed the version, it's working for renewal patch though... i downloaded this here, since it says it's the latest version, the previous version i used the auto storage and get cart were working fine though....

kaBOTi
Plain Yogurt
Plain Yogurt
Posts: 78
Joined: 08 Jun 2008, 00:02
Noob?: No

Re: Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

#5 Post by kaBOTi »

let's see

Code: Select all

attackEquip_arrow Iron Cannon Ball

Code: Select all

Iron Cannon Ball 100 0 0 0 1
basically we have the same configuration, though I'm using r7532 :P

ravenclaw01
Noob
Noob
Posts: 8
Joined: 24 Jul 2010, 18:25
Noob?: No

Re: Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

#6 Post by ravenclaw01 »

kaBOTi wrote:let's see

Code: Select all

attackEquip_arrow Iron Cannon Ball

Code: Select all

Iron Cannon Ball 100 0 0 0 1
basically we have the same configuration, though I'm using r7532 :P

darn i should find that bot is it here?

ravenclaw01
Noob
Noob
Posts: 8
Joined: 24 Jul 2010, 18:25
Noob?: No

Re: Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

#7 Post by ravenclaw01 »

kaBOTi wrote:let's see

Code: Select all

attackEquip_arrow Iron Cannon Ball

Code: Select all

Iron Cannon Ball 100 0 0 0 1
basically we have the same configuration, though I'm using r7532 :P

oh they updated the SVN got r7546, get cart working now cool, also the equip arrow/ammonition is working. thanks!

momocat
Noob
Noob
Posts: 11
Joined: 22 Apr 2009, 08:04
Noob?: Yes

Re: Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

#8 Post by momocat »

I've found what's wrong, but can't seem to fix it.

Thanks for the link, btw.

The remedy works with Iron Cannon Balls
but with plain Cannon Balls, it doesn't... it seems that the bot doesn't recognizes it to be an equippable item
Haven't tried Shadow, Dark, and Holy Cannon Balls



So how do I fix this?

ravenclaw01
Noob
Noob
Posts: 8
Joined: 24 Jul 2010, 18:25
Noob?: No

Re: Get Cart, Auto equip Ammo,Cannon ball not Working in pRO bot

#9 Post by ravenclaw01 »

momocat wrote:I've found what's wrong, but can't seem to fix it.

Thanks for the link, btw.

The remedy works with Iron Cannon Balls
but with plain Cannon Balls, it doesn't... it seems that the bot doesn't recognizes it to be an equippable item
Haven't tried Shadow, Dark, and Holy Cannon Balls



So how do I fix this?
mine was fixed when i updated the SVN, you can do it too, it might work?

Post Reply