04-08-2014, 11:59 PM
(This post was last modified: 04-09-2014, 12:08 AM by raphaelignacio.)
(03-11-2014, 03:06 AM)leonel13jaime Wrote: Hellos Guys!!
i need a macro that use exori gran flam ONLY if atacking creature cuz i try using this:
6000 {Exori gran flam} Creatures.Beside() Self.Attacking() Self.Mana()>50 Self.Say(exori gran flam) Exit()
but this macro use spell no matter if atack or not :/
i configure exori flam in killer, but need my char make spell exori gran flam and atack IN CREATURE
Confused
sorry for my ugly english guy, can u see this not my main language
thx in advance, ofc i'll + rep
You Need to configure in The Killed the attack sequences, u add a wait macro of 6000ms and say spelll exori gran flam... After that you put the name of this settings to attack x Monster.... Look at Tutorials!
(04-01-2014, 04:55 PM)[email protected] Wrote: Hello
1.- I need help with my cavebot or macro but i don't understando a thing about macro
i'm making runes with some cavebot so i get my soul back but i need that my char dosen't go to next point unless he gots 200 mana or more
2.- is there another guide with lot of more info than the seccion in documentation?
i'll give you your rep but please help
1- 1000 { Stop } Self.Soul()>99 Self.Mana<200 Cavebot.Stop()
2 - http://wiki.bmega.net/
(03-16-2014, 09:26 AM)damiansnk Wrote: Hi there
I trying to do gfb when 3 mobs in range on haunded treeling can u help me?
many thanks
I dont understand you... u want this?
1000 {Monster Around} Creatures.ByRange(3)>2 Target:=Creature.Attacking() Creature.ShootOn(!Target!, 3191)