![]() |
Safe Exori Vis - 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: Safe Exori Vis (/thread-18597.html) |
Safe Exori Vis - Xudam - 10-07-2015 I need a safe exori vis macro that doesnt shoot exori vis if the monter is killed by wand, or someone els, right now im using; 800 {Exori Vis} Self.Mana>=20 Self.Attacking==01 Self.Say(exori vis) and i've taken whiteskull like 5 times while botting water elems.. ![]() Also need a macro to use fishing rod om them, "use fishing rod one water elems" in looter is too slow and stops the bot for a few seconds sometimes. like use !rodID! on !targetID! dont know how to make one myself ![]() Thanks for answers ^^ Cheers, RE: Safe Exori Vis - Xudam - 10-08-2015 Bump, anyone? RE: Safe Exori Vis - Garuh - 10-08-2015 bbot>links> advanced attack step 3>action>manage attack sequences edit the min & max %% life requeried in the target to ejecute the spells RE: Safe Exori Vis - damiansnk - 10-08-2015 yee set up vis shoter like 20% - 100% or use that macro [macro]1000 {Retro pvp atack} playerS:=1 IDrune:=3153 Creatures.PlayersOnScreen()==!playerS! [OnplayerS] Self.Attacking()==1 Self.Mana>30 Self.Say(exori vis) Exit {OnplayerS} Self.Attacking()==1 Target.Shoot(!IDrune!)[/macro] and put some hmm to refill and set hmm ID to use rod on waters try that1 [macro]100 {Rod on Waters} X:=Self.X() Y:=Self.Y() Z:=Self.Z() IDROD:=3483 IDWATER:=XXXX Map.UseOn(!IDROD!, !IDWATER!, !X!, !Y!, !Z!, 6)[/macro] IDWATER:= Check water elemental ID ( dead ID after 10 sec is changing so kill 1 water wait 10+ sec and then left alt + f8 and use coprse in left up corner u'll see ID THX RE: Safe Exori Vis - damiansnk - 10-09-2015 [macro]100 {Rod on Waters} X:=Self.X() Y:=Self.Y() Z:=Self.Z() IDROD:=3483 IDWATER:=9582 Map.UseOn(!IDROD!, !IDWATER!, !X!, !Y!, !Z!, 6)[/macro] |