╠ 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 ╣ - Zoky12 - 01-09-2014 hello i need yours help with macro to set off targeting. can you send me that on pm. or here please RE: ╠ BBot Macros ╣ - Baalovsky - 01-09-2014 Hi I need macro for auto follow character. i need this for playing on mc. Thanks RE: ╠ BBot Macros ╣ - dieshowam - 01-13-2014 need a macro for put boh when see uncharged soft RE: ╠ BBot Macros ╣ - Hunger - 01-14-2014 1000 {Change Worn Soft Boots/Boh} Self.Inventory.Boots==6530 Self.Equip.Boots(3079) RE: ╠ BBot Macros ╣ - joeksrdm - 01-14-2014 Hello guys, I need script on stealth ring. Look: when >= 4 monsters around me bot put stealth ring when <4 mosnters bot put off stealth ring. RE: ╠ BBot Macros ╣ - deler91 - 01-18-2014 Need macro :When he has no cap and drop for example :dragon hammer drop gold on ground and take dragon hammer. RE: ╠ BBot Macros ╣ - Dynamicik - 01-28-2014 i Need help with this script ;D 1000 {Follow friend} Self.Attacking()==0 MyFriendID:=Creature.ByName(FriendName) Creature.Follow(!MyFriendID!) idk whats going on on this script rly cause im dumb xd help me thanks ;P RE: ╠ BBot Macros ╣ - eryk1663 - 02-01-2014 Up ^ , i think you need to put in your friends ID or Friends name.. Not sure now . try to experiment with it RE: ╠ BBot Macros ╣ - Roziv - 02-03-2014 Witam, potrzebuje scryptu, że gdy bot zobaczy na ekranie potwora o nazwie "Rotworm" to automatycznie go zaznacza, wiem że mozna ustawic taką opcje w killerze ale wtedy bot podbiega do potwora, a ja nie chce by tak robił, ma tylko zaznaczyc target i czekac, aż ten sam do niego podejdzie. Obecnie skiluje na rotwormach i co 10min musze zaznaczac nowego potwora bo stary ginie, a w killerze gdy to zrobie to tak jak juz pisałem bot podbiega i luruje, a tego nie chce. Hi i need a script, when the bot sees a monster called rotworm it marks it but not go to him. When i use options "killer' my character go to rotwom.. and I do not want to. RE: ╠ BBot Macros ╣ - kolpaw - 02-03-2014 I need a macro that will sort items into specific backpack . Like when I buy 500 SD runes bot move them to brown backpack. RE: ╠ BBot Macros ╣ - noozer - 02-04-2014 (02-03-2014, 04:21 PM)kolpaw Wrote: I need a macro that will sort items into specific backpack U can just add sd runes to looter. RE: ╠ BBot Macros ╣ - blaszka - 02-06-2014 i need macro to us sd when 3or more monsters attack me plz help RE: ╠ BBot Macros ╣ - Hunger - 02-09-2014 2000 {SD Shoot When 3 Creatures} Creatures.OnScreen()>3 Hotkey.Use(3155) RE: ╠ BBot Macros ╣ - Chiob - 02-11-2014 Can u give me made Macro for soft to wear it when mana 400 and change for boh when 950 mana? Please. RE: ╠ BBot Macros ╣ - Hunger - 02-12-2014 2000 {Equip Soft/Boh By Mana} mana%:=70 Self.Mana%()<!mana%! [Onmana%] Self.Inventory.Boots()<>3549 Self.Equip.Boots(6539) Exit {Onmana%} Self.Inventory.Boots()<>3079 Self.Equip.Boots(3079) Exit Look this Just change the percent RE: ╠ BBot Macros ╣ - Chiob - 02-18-2014 Yea, but i dont know which percentage needs to be changed.. RE: ╠ BBot Macros ╣ - Dizek - 02-27-2014 Have anyone macro that will use mana pot on my secod char? RE: ╠ BBot Macros ╣ - AriusCorn - 03-01-2014 I need macro which gets items from ground. / Potrzebuje macro, który zbiera itemki z ziemi. RE: ╠ BBot Macros ╣ - mr. Kris - 03-04-2014 (03-01-2014, 10:50 PM)AriusCorn Wrote: I need macro which gets items from ground. / Potrzebuje macro, który zbiera itemki z ziemi. Code: 50 {Colect Gold} ID:=3031 X:=Self.X Y:=Self.Y Z:=Self.Z Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!) When you wanna colect sth other you must change number ID. // Jak chcesz zbierac coś innego musisz zmienić numer ID. RE: ╠ BBot Macros ╣ - trybiash - 03-05-2014 I need macro which will equip garlic necklace when stampor=> 3 and change it to platinium amulet when stampor became again lower than 3 . |