![]() |
Macro Auto Exevo Vis Hur [Tested on Shadowcores] - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html) +--- Thread: Macro Auto Exevo Vis Hur [Tested on Shadowcores] (/thread-17811.html) |
Macro Auto Exevo Vis Hur [Tested on Shadowcores] - crackgm - 04-03-2015 Hello, I'm new in Bbot, I'm using it not as long as you guys, but I'm doing a little programming in life and I had an idea to make macro for exevo vis hur. You can use it for free in your scripts (If you post script with my macro just credit me ![]() So it works well with distancer set to 3, this macro don't force to stand in good position to aim monster - it just checks if you are in good position, I don't know how to make it better with spells cooldowns...But still - it works well. Please Rep me +++ It's divided into 4 macros - one for direction Code: 800 {Vis HurW} Creatures.PlayersOnScreen()==1 Self.Attacking()==1 ID:=Creature.Target() Creature.Y(!ID!)==Self.Y() Creature.X(!ID!)<Self.X() Self.TurnW() Self.Say(Exevo Vis Hur) Code: 800 {Vis HurN} Creatures.PlayersOnScreen()==1 Self.Attacking()==1 ID:=Creature.Target() Creature.X(!ID!)==Self.X() Creature.Y(!ID!)<Self.Y() Self.TurnN() Self.Say(Exevo Vis Hur) Code: 800 {Vis HurS} Creatures.PlayersOnScreen()==1 Self.Attacking()==1 ID:=Creature.Target() Creature.X(!ID!)==Self.X() Creature.Y(!ID!)>Self.Y() Self.TurnS() Self.Say(Exevo Vis Hur) Code: 800 {Vis HurE} Creatures.PlayersOnScreen()==1 Self.Attacking()==1 ID:=Creature.Target() Creature.Y(!ID!)==Self.Y() Creature.X(!ID!)>Self.X() Self.TurnE() Self.Say(Exevo Vis Hur) It's also safe with retro pvp (like shadowcores) I never had PK even with many people on respawn ![]() OH I've almost forgotten - you can use it even with manual playing ![]() ![]() Video with presentation RE: Macro Auto Exevo Vis Hur [Tested on Shadowcores] - Garuh - 04-03-2015 i Like ur idea, maybe can works with "exori min" RE: Macro Auto Exevo Vis Hur [Tested on Shadowcores] - nosbor00 - 04-03-2015 Working in Tibia Global? RE: Macro Auto Exevo Vis Hur [Tested on Shadowcores] - crackgm - 04-03-2015 I can make exori min too ![]() Should be working with Global, on normal pvp server just delete "Creatures.PlayersOnScreen()==1" on retro leave as is. Auto Exori Min!! http://forums.bmega.net/thread-25028.html RE: Macro Auto Exevo Vis Hur [Tested on Shadowcores] - erleo - 04-07-2015 I think what that idea its good, but missing little. With the exhausted you can die easy in "harcore" caves, and I think what is better change the macro: Auto => Manual, and in killer add with exhausted + ex: exori vis/flam ect. x2 or x3 Example: Spell: Exori Vis Wait: 1000 Spell: Exori Vis Wait: 1000 Macro: Vis HurE Wait: 1000 PD: I know what my idea dont work's 100% but It is an idea to make it more perfect and secure. Regards RE: Macro Auto Exevo Vis Hur [Tested on Shadowcores] - crackgm - 04-07-2015 (04-07-2015, 01:11 AM)erleo Wrote: I think what that idea its good, but missing little.Yes, one thing I miss in macros is check exhaust... I'm still thinking how to improve it RE: Macro Auto Exevo Vis Hur [Tested on Shadowcores] - underzuxo - 04-26-2015 hermano un macro para que se coloque el anillo de utamo cuando vea 2 dl y que se lo quite cuando vea 1 dl si me puedes ayudar avisame porfa RE: Macro Auto Exevo Vis Hur [Tested on Shadowcores] - rbp0703 - 07-08-2015 I've been reviewing your macro, it would be interesting shoot magic only when there 3+ creatures, it is possible? |