Equip Auto

Brazil

Moderator: Moderators

Message
Author
jvmenezesr
Noob
Noob
Posts: 4
Joined: 13 Mar 2018, 01:02
Noob?: Yes

Equip Auto

#1 Post by jvmenezesr »

Configurei meu bot pra pegar bullet quando tivesse menos de 50,
porem ele as deposita, pega de novo, MAS NAO EQUIPA.
como resolver?

equipAuto Bullet {
topHead
midHead
lowHead
leftHand
rightHand
leftAccessory
rightAccessory
robe
armor
shoes
arrow 1
monsters
notMonsters
monstersCount
weight 0
whileSitting 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
amuletType
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}

useSelf_item Orange Potion {
hp <= 30%
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
amuletType
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
manualAI 0
}

######## Autostorage/autosell ########

buyAuto Orange Potion {
npc payon 159 96
standpoint
distance 5
price
minAmount 0
maxAmount 120
batchSize
disabled 0
}

sellAuto 0
sellAuto_npc
sellAuto_standpoint
sellAuto_distance 5
sellAuto_npc_steps s

storageAuto 1
storageAuto_npc payon 181 104
storageAuto_distance 5
storageAuto_npc_type 3
storageAuto_npc_steps c r1 r0
storageAuto_password 1234
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0
minStorageZeny 60


npcTimeResponse
npcWrongStepsMethod 0

getAuto Bullet {
minAmount 50
maxAmount 2200
passive 0
dcOnEmpty
}

######## Debugging options; only useful for developers ########

debug 0
debugPacket_unparsed 0
debugPacket_received 0
debugPacket_ro_sent 0
debugPacket_sent 0
debugPacket_exclude
debugPacket_include
debugPacket_include_dumpMethod
debugDomains
logToFile_Debug
logToFile_Errors
logToFile_Messages
logToFile_Warnings
history_max 50
macro_orphans terminate


(tentei fazer la em cima mas tá errado)

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Equip Auto

#2 Post by fadreus »

Code: Select all

### config.txt ###

equipAuto {
	arrow Bullet
}

Code: Select all

### items_control.txt ###
# Syntax:
# (item name) (minimum) (auto-store) (auto-sell) [put in cart] [get from cart]

Bullet 2200 0 0 0 0


iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply