PDA

View Full Version : Q> in using quiver


deathscythe18
18th March 2006, 14:08
useSelf_item Silve Arrow quiver{
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout
disabled
inInventory < 100
}



i dont know is this corect .
pls help me how 2 use quiver
i alredy use this but is dosent work
when i used this it will keep on using the item :(

great_warriors
19th March 2006, 13:49
useSelf_item Silve Arrow Quiver { <<<<<as far as i know the name of the item is case sensitive and there should be space between the last letter of the item and the {
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown
timeout
disabled
inInventory < 100
}

deathscythe18
20th March 2006, 14:00
i already try that to
wat version of openkore did you use?

r12
20th March 2006, 23:38
useSelf_item Silver Arrow Quiver {
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0.7
disabled 0
inInventory Silver Arrow <= 10
}

CrashOverride23
21st March 2006, 06:47
useSelf_item Silver Arrow Quiver {
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory Silver Arrow <= 10
}

no timeouts. add this.

equipAuto Silver Arrow {
inInventory Silver Arrow
}