View Full Version : arrow
kk tolong kasih tau gimana cara make arrow quiver
gw udah coba eh malah dia make mulu ga mau berhenti
gimana caranya supaya kalo arrow abis atau tinggal beberapa dia make quiver
tolong ya
emperium
25-04-2006, 07:46 AM
useSelf_item [nama Quiver] {
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
inInventory
}
Coba itu di isi kk?! ini aku kasi liat manual tentang inInventornya:
inInventory [<item name> <range>]
If this option is set, the block will only be used if the amount of each of the specified list of items in inventory are within the corresponding specified ranges. The value could be a comma-separated list of (<item name> <range>) pairs:
Syntax:
<item> <range>[,<item1> <range1>[, ...]]
The following example will allow you to create Holy Water using the Aqua Benedicta skill if you are currently standing on water and you have Empty Bottles in your inventory.
Example:
useSelf_skill Aqua Benedicta {
lvl 1
notWhileSitting 1
inInventory Empty Bottle > 0
disabled 0
}
rgd-rc
26-04-2006, 08:02 AM
useSelf_item Fire Arrow Quiver{
timeout 1
disabled 0
inInventory Fire Arrow < 5
}
udah kk tapi ga bisa
dia make quiver mulu ampe abis
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
}
gw juga udah baca manualnya dan katanya juga gitu tapi pas gw coba ga bisa
btw ini di ok soalnya KAnya lom ada KS nya
sory JC
Tsukisaki Yuu
28-04-2006, 12:02 PM
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 <= 50
}
ini seting hunter gw, selama ini ga ada masalah. ini gw jg pake OK, kayanya masalahnya disini [bot] :
inInventory Silver Arrow > 10
coba lo ganti tanda > jadi <=
Zealtous
28-04-2006, 12:27 PM
inInventory Silver Arrow < 10
OK 1.9.0 Selama ini ga ada masalah dengan set pake < doank.....
Tsukisaki Yuu
28-04-2006, 01:15 PM
maksud gw si [bot] salah set inInventory Silver Arrow > 10
ohh iya pantesan di make terus makasih ya semua nya
gw salah tanda > sama < weleh2
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.