quiver
|
04-05-2021, 06:07 PM
(This post was last modified: 04-05-2021 06:07 PM by erleo.)
Post: #1
|
|||
|
|||
quiver
1- Add quiver like main bp then when the bot reset the bps will open 1st main BP, 2nd quiver, 3rd the rest of bps inside main BP.
2- Make auto refill for the quiver. Right now i'm using these both macros to refill the quiver but i need have all the arrows at the begining from the main BP. Maybe it's posible to implement this easier in re-user functions. Quiver (auto: 10ms) 10 {Quiver} Cooldown.Blocked(Quiver)==0 Self.Attacking()==0 [Kill] Misc.ItemCountEx(!ammoID)>=!ammoLEAVE [UnEquip] Self.Inventory.RightHand(35849)==0 [UnEquip] Self.Attacking()==1 Cooldown.Create(Quiver, 4000) Self.Equip.RightHand(35849) Exit() {Kill} Self.Attacking()==1 Cooldown.Create(Quiver, 4000) Self.Inventory.RightHand(35849)==0 Self.Equip.RightHand(35849) Exit() {UnEquip} Self.Attacking()==0 Self.UnEquip.RightHand(0) Exit() Quiver Refiller (auto: 1000ms) 1000 {Quiver Refiller} Container.Item.ID(0, 1)==!ammoID Container.Item.ID(1, 4)==0 Container.Item.Move(0, 1, 1, 100) ![]() |
|||
04-14-2021, 04:07 AM
Post: #2
|
|||
|
|||
RE: quiver
bro this no are open quiver
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)