Sudden Death On Del - 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: Sudden Death On Del (/thread-18191.html) |
Sudden Death On Del - offya - 06-29-2015 Hello, it would mean the worls to me if someone could make a macro that makes my "Delete" Button become "SD Shoot on target" and "Page Down" Button "Exevo Vis Hur" Thank you! RE: Sudden Death On Del - lukasze - 06-29-2015 Use rune ID if attack and use key DEL key Quote:500 {Use RuneID} RuneID:=ID Self.Attacking()==1 a:=Creature.Attacking() Tibia.IsKeyDown(46)==1 Creature.ShootOn(!a!, !RuneID!) Say exevo vis hur if atack and use key PAGE DOWN key Quote:500 {E V H} Self.Attacking()==1 a:=Creature.Attacking() Tibia.IsKeyDown(34)==1 Self.Say(Exevo Vis Hur) RE: Sudden Death On Del - offya - 06-29-2015 (06-29-2015, 09:53 AM)lukasze Wrote: Use rune ID if attack and use key DEL key Thank u bro |