![]() |
╠ BBot Macros ╣ - 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: ╠ BBot Macros ╣ (/thread-1192.html) |
RE: ╠ BBot Macros ╣ - [email protected] - 03-05-2014 Hello, i would like to ask you for a macro... Could you help me making one for: moving to "x" when player on screen?... i want to make runes outside my house and when someone is on screen, my char go inside my house. can you help me please? RE: ╠ BBot Macros ╣ - Dizek - 03-06-2014 Hello, i need macro that will Move N if my position is (X, Y, Z) RE: ╠ BBot Macros ╣ - AriusCorn - 03-10-2014 I need macro to move one sqm south, north, etc. RE: ╠ BBot Macros ╣ - Dizek - 03-10-2014 (03-10-2014, 04:46 PM)AriusCorn Wrote: I need macro to move one sqm south, north, etc. Code: Self.MoveN Code: Self.MoveS Code: Self.MoveW Code: Self.MoveE I need macro that will go 1 sqm north if my position is X, Y, Z RE: ╠ BBot Macros ╣ - Royal Jakaz - 04-09-2014 life ring for %? :p help RE: ╠ BBot Macros ╣ - danieldiasrosa2014 - 04-13-2014 can you make one macro for says utamo vita when have 4 creatures? RE: ╠ BBot Macros ╣ - Pablor11 - 04-16-2014 can u give me a macro when SD they last, the char start using exori mort? thanks +REP RE: ╠ BBot Macros ╣ - daniel5441 - 04-16-2014 (04-09-2014, 05:27 AM)Royal Jakaz Wrote: life ring for %? :p help First macro Self.Inventory.Ring()<>3089 Self.Mana%()<60 Self.Equip.Ring(3052) Second macro Self.Mana%()>40 Self.UnEquip.Ring(0) You mean mana percent? (04-13-2014, 03:59 AM)danieldiasrosa2014 Wrote: can you make one macro for says utamo vita when have 4 creatures? Creatures.OnScreen()>=4 Self.Say(utamo vita) (03-05-2014, 04:35 PM)[email protected] Wrote: Hello, i would like to ask you for a macro... First macro - enter house Creatures.PlayersOnScreen()>0 Self.MoveTo(X, Y, Z) Second macro - move from house Creatures.PlayersOnScreen()<1 Self.MoveTo(X, Y, Z) RE: ╠ BBot Macros ╣ - Hunger - 04-25-2014 Mega can you fix this thread again I consider this very helpfull RE: ╠ BBot Macros ╣ - jedansz - 05-03-2014 Hello. I need help with macro stop bot when level up of 1 to 8 in rook thanx for attention ;D RE: ╠ BBot Macros ╣ - mr. Kris - 05-03-2014 1st. Macro Code: 10 {CaveBot Stop} Self.Level()>188 Cavebot.Stop() Exit() 2nd. In forum You can find some good full AFK scripts RE: ╠ BBot Macros ╣ - rafaelfmotta - 05-07-2014 rep + for this macro 2000 {Drop itens when Low Cap} Misc.ItemCountEx(3578)>=1 Self.Capacity<=50 X:=Self.X Y:=Self.Y Z:=Self.Z Map.Thrown(3031, -1, !X!, !Y!, !Z!)<>1 thx drop empty vial just changed for 285 id thx a lot man love u sincerally rep + s2 rep + for this macro 2000 {Drop itens when Low Cap} Misc.ItemCountEx(3578)>=1 Self.Capacity<=50 X:=Self.X Y:=Self.Y Z:=Self.Z Map.Thrown(3031, -1, !X!, !Y!, !Z!)<>1 thx drop empty vial just changed for 285 id thx a lot man love u sincerally rep + s2 RE: ╠ BBot Macros ╣ - nicholas - 05-15-2014 i need macro for dropt empty vials RE: ╠ BBot Macros ╣ - mr. Kris - 05-15-2014 (05-15-2014, 11:16 PM)nicholas Wrote: i need macro for dropt empty vials Code: 100 {drop vial} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Thrown(ID OF VIAL, 1, !X!, !Y!, !Z!) RE: ╠ BBot Macros ╣ - Meleekz - 05-17-2014 Excuse me i need to know how to break wall in Dwarc RE: ╠ BBot Macros ╣ - mr. Kris - 05-17-2014 use MapTool RE: ╠ BBot Macros ╣ - Mekooz - 06-09-2014 Auto follow creature?[/align] RE: ╠ BBot Macros ╣ - mr. Kris - 06-09-2014 Erleo image: ![]() Option > General > Auto Chase Off RE: ╠ BBot Macros ╣ - mikoR - 06-10-2014 Thanks alot if make it :* 1. If more than 2 (me and someone other) wear energy ring 2.If more than 3 monsters on sceeen wear energy ring 3. Reset cavebot if stucked 4. Move E if player on screen 5.Turn on dash for 5 secs, turn off for 2, and still same. And the last hardest. (can pay RL/Shadowcores): -Speaking 4 exmpl "Dice Bot! 95% PAYOUT today! TRY YOUR LUCK" -if someone is next to him Speaking "Hi! Wanna play?" -taking money from deposit desk (only when more - when someone talks "L", BOTtalks "system roll 1/2/3, if H-4/5/6". Money+rep for it ![]() PS: If u need money for that last please PM me. Good luck! Sorry for bad English. Wysłane z mojego GT-I9100 przy użyciu Tapatalka RE: ╠ BBot Macros ╣ - brutox - 06-12-2014 hey guys! i need macro to equip small stone and equip serpent sword when you have no stone. Equip Stone (auto: 2000ms) 2000 {Equip Stone} Misc.ItemCountEx(1781)>=1 Self.Equip.LeftHand(1781) 2000 {Equip Sword} Misc.ItemCountEx(1781)<1 Self.Equip.LeftHand(3297) /\ that this not working thxx |