BBot - The best bot of the world
Help Macro Exori - 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: Help Macro Exori (/thread-13138.html)



Help Macro Exori - vileeela - 12-14-2013


hello guys, I wonder if there is any other way my char exori use magic without the macro, because in PvP worlds, it is possible to use the player fazero macro exori get red skull, or if there is a macro that gives exori with only critters on the screen
I am currently using this macro, the more he uses magic with players on screen

{2000} Safe Spellcast Self.Mana> = 200 Self.Attacking Creatures.Beside == 01> == 01 = 3 Creatures.PlayersOnScreen Self.Say (exori)

Thanks for the help



RE: Help Macro Exori - vileeela - 12-15-2013

help me guys
i give rep for you


RE: Help Macro Exori - Thiaguin- - 12-16-2013

(12-14-2013, 03:05 PM)vileeela Wrote:
hello guys, I wonder if there is any other way my char exori use magic without the macro, because in PvP worlds, it is possible to use the player fazero macro exori get red skull, or if there is a macro that gives exori with only critters on the screen
I am currently using this macro, the more he uses magic with players on screen

{2000} Safe Spellcast Self.Mana> = 200 Self.Attacking Creatures.Beside == 01> == 01 = 3 Creatures.PlayersOnScreen Self.Say (exori)

Thanks for the help

you know the new PVP system of the tibia? you can use magic in area without hitting players...
but you can use this macro to use when exori not have players on screen.

1000 {Safe Exori} Creatures.PlayersOnScreen()<1 Creatures.Beside()>=3 Self.Mana()>=125 Self.Say(Exori)

>=3 creatures on screen he go use exori. if no have players.


RE: Help Macro Exori - vileeela - 12-18-2013


Thanks a lot man, I asked this macro exori because even though the new pvp system, there is a glitch where you can catch red skull ..
I'll test this macro agr
worth Big Grin



RE: Help Macro Exori - Thiaguin- - 12-18-2013

(12-18-2013, 03:22 PM)vileeela Wrote:
Thanks a lot man, I asked this macro exori because even though the new pvp system, there is a glitch where you can catch red skull ..
I'll test this macro agr
worth Big Grin

^^ anyone question post here haha Big Grin


RE: Help Macro Exori - Toni Ballador - 12-19-2013

That's nice.. but what if i'm doing complex attacks

I'm using exori flam+exori gran flam to hunt hiveborns and I wanna use gfb if 3 or more creatures on the screen?

Or.. I'm using exori ico/hur and i wanna use exori/exori gran/exori mas if 3 or more creatures on the screen?


RE: Help Macro Exori - Thiaguin- - 12-19-2013

(12-19-2013, 12:36 PM)Toni Ballador Wrote: That's nice.. but what if i'm doing complex attacks

I'm using exori flam+exori gran flam to hunt hiveborns and I wanna use gfb if 3 or more creatures on the screen?

Or.. I'm using exori ico/hur and i wanna use exori/exori gran/exori mas if 3 or more creatures on the screen?

500 {Use GFB} target:=Creature.Attacking() Creatures.PlayersOnScreen()<1 Creatures.OnScreen()>=3 Creature.ShootOn(!target!, 3191)

gfb macro /\

1000 {Exori's if 3>= Monsters.} Creatures.PlayersOnScreen()<1 Creatures.Beside()>=3 [jump] Self.Mana()>125 Self.Say(Exori) Macro.Wait(500) Exit() {jump} Creatures.Beside()>=3 Self.Mana()>280 Self.Say(Exori Gran) Macro.Wait(500) Exit() {jump} Creatures.Beside()>=3 Self.Mana()>160 Self.Say(Exori Mas) Exit()

try this macro for use exori.


RE: Help Macro Exori - Toni Ballador - 12-19-2013

thannnks!++rep