02-07-2019, 10:23 AM
(This post was last modified: 02-07-2019, 10:31 AM by kekeuforever.)
(02-07-2019, 08:30 AM)erleo Wrote: Try this:
Code:1 {Exercise Bow} When.SystemMessage(Training Dummy, you stop exercising ) Exit() {Training Dummy} Cooldown.Blocked(Exercise Bow)==0 Map.UseOn(28555, 29044, :X, :Y, :Z, 6) Cooldown.Create(Exercise Bow, 35000) Exit()
But i think its not going to work becouse this ID's are not in BBot.Data, let me add.
Edit: Add this both lines in the last part of data/bbot.data. Use better 84.2.
Code:28555,1,100,0,200000,exercise bow
29044,16,0,0,0,training dummy
Oh, thanks man. But it doesn't work. I added the itens in bbot.items.txt.
![[Image: yq6f4Po.png]](https://i.imgur.com/yq6f4Po.png)
How i put in bbot, to u see if i messed up
![[Image: UW7QlIv.png]](https://i.imgur.com/UW7QlIv.png)
Code:
1 {Exercise Bow} When.SystemMessage(Ferumbras Exercise Dummy, You have stopped exercising ) Exit() {Ferumbras Exercise Dummy} Cooldown.Blocked(Exercise Bow)==0 Map.UseOn(28555, 285559, :X, :Y, :Z, 6) Cooldown.Create(Exercise Bow, 35000) Exit()
