PDA

View Full Version : What's Wrong with my config..


LiLjAqOh
6th December 2005, 08:32
useSelf_item Butterfly Wing {
hp
sp
onAction
whenStatusActive ???
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 1
timeout
disabled 0
inInventory_name Awakening Potion
inInventory_qty < 2
}

storageAuto 1
storageAuto_npc (map) (xx) (yy)
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
relogAfterStorage 1
storageAuto_password (PW)
storageEncryptKey 0x050B6F79, 0x0202C179, 0x0E20120, 0x04FA43E3, 0x0179B6C8, 0x05973DF2, 0x07D8D6B, 0x08CB9ED9

getAuto Awakening Potion {
minAmount 1
maxAmount 100
passive
}

getAuto Butterfly Wing {
minAmount 1
maxAmount 2
passive
}

What should I put in the ??? if I want to autostore if my character is OWG??? THANKS!:lick:

wapak2
6th December 2005, 11:00
What should I put in the ??? if I want to autostore if my character is OWG??? THANKS!
in config.txt . . .

itemsMaxWeight 50 <-- weight percentage
itemsMaxWeight_sellOrStore 1 <-- boolean flag

:)

CrashOverride23
6th December 2005, 18:26
delete this whole useSelf_item config:

useSelf_item Butterfly Wing {
hp
sp
onAction
whenStatusActive ???
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 1
timeout
disabled 0
inInventory_name Awakening Potion
inInventory_qty < 2
}

instead, use:

getAuto Awakening Potion {
minAmount 1
maxAmount 100
passive
}

getAuto Butterfly Wing {
minAmount 1
maxAmount 2
passive
}

because the getAuto sequence will automatically trigger when your awakening goes down to your minAmount...you dont need to put the useSelf_item command.

BTW, dont get 100 awakening potion, coz you'll only load up your char when botting...instead calculate the amount of awakening potion that you can use before your status turns over-weight.

mine, i only get a maximum of 5 awakening potion.