Macro create bolt/star - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Macro create bolt/star (/thread-20991.html) |
Macro create bolt/star - Sebas domini - 01-11-2019 Hello bbguys, is there any chance any of you know how to make a macro that would make spectral bolts every x amount of time? always have trouble with macros myself, thanks reward: rep++ RE: Macro create bolt/star - Catar - 01-11-2019 Just search, there were made macros like that in here already Maybe something similar to not want of darkness macro RE: Macro create bolt/star - Sebas domini - 01-11-2019 Oh right i forgot about that post, ty c: rep + RE: Macro create bolt/star - Sebas domini - 01-11-2019 Ammunition:=Self.Inventory.ID(Ammunition) !Ammunition==25758 [blc] Cooldown.Create(SpellCD, 350000) exit() {blc} Cooldown.Blocked(SpellCD)==0 Self.Mana()>=1200 Self.Say(exevo gran con vis) exit() So i tried this but it isnt working, any idea why? maybe because the client im using does not shows the actual cooldown bar? RE: Macro create bolt/star - Sebas domini - 01-11-2019 tried to copy this one and modify it and its not working, either spams or doesnt work at https://forums.bmega.net/showthread.php?tid=28470&page=32&highlight=wand+of+darkness |