╠ 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: Macros for BBot - Lts - 10-14-2011 Can you make a script for me? It's to let the bbot train with slimes away from keyboard, something like: - If there are 3 monsters attacking you, change the 'xxx' weapon to 'xxx'. -Kill the slime mother if life is less then 'xxxx' I don't know how to do that. Thanks you Re: Macros for BBot - Hunger - 10-24-2011 New macro added to list: PushMax EDITABLE (With it you can edit de ID of iten what you want take, this is nice to take 'Free Itens') @Lts I'll see what I can do Re: Macros for BBot - externy - 10-24-2011 when I put that monster persecutes to in to persecute everything goes well but when I put that it makes diagonals, like is possible to be returned that it is put in persecuting? Re: Macros for BBot - Hunger - 10-24-2011 In tibia Options>General>Auto Chase Off[Uncheck] Re: Macros for BBot - Lts - 10-25-2011 Hunger Hey bro, I got the script. I'm using it now, works perfectly. I can share with you if you want, just send me a p.m. Btw, you got my 'Thank's' Re: Macros for BBot - Dethez - 11-04-2011 Nice Thanks you Re: Macros for BBot - comfort - 11-06-2011 Hey man. Can you make macro to train ? Attack ghoul when 90% and stop or change ghoul when below 12%. Re: Macros for BBot - Hunger - 11-06-2011 @comfort Treiner Tutorial Re: Macros for BBot - JeshuaStep - 12-12-2011 Hello bro, can u make a script for skin the corpses of the dragons ? because the option skin corpses doesn't work :S! Re: Macros for BBot - ketchell93 - 12-21-2011 JeshuaStep Wrote:Hello bro, can u make a script for skin the corpses of the dragons ? because the option skin corpses doesn't work :S! I would like this aswell Re: Macros for BBot - MaudHemi - 01-15-2012 1000 {Exori} Creatures.OnScreen>=2 Creatures.ByRange(1) Self.Say(exori) how to make it work? Re: Macros for BBot - Valsis - 01-18-2012 Thx, You saved a lot of time for me! Re: Macros for BBot - wysztus - 01-31-2012 I'm Noob can you write me what i must write to buy 1000 great mana potion and buy again when it will be lower then 50? id is 238. RE: Macros for BBot - Paul - 02-18-2012 Hey this script isn't working: 1000 {Spear} Misc.ItemCountEx(3277)<10 Self.Equip.LeftHand(3277) Could you fix it please? RE: Macros for BBot - dave41 - 02-19-2012 Hey man nice job! I see you are expert of macros! Can you make a Macro,If my charackter will be moved then use stealth ring?! Pls Its a strategie for skilling if i am afk and someone move me and many slime clones atek me. RE: Macros for BBot - Hunger - 02-19-2012 Put this macro in Protector>Moved>Macro[Check] Code: 1000 {Auto Log If Move} Self.Equip.Ring(RINGID) Killer.Stop Trainers.Stop Self.Logout RE: Macros for BBot - dave41 - 02-24-2012 (02-19-2012, 08:59 PM)Hunger Wrote: Put this macro in Protector>Moved>Macro[Check] Thank you so much RE: Macros for BBot - dave41 - 03-02-2012 Hunger, I need two important exp Skripts: - If Paraliz & lower 40mana use mana potion - If Ghost change weapon to Fire Sword, If no Ghost Change back. Hope you make it! Thank you RE: Macros for BBot - andreey_tudonosso - 03-03-2012 I need macro when finish cap the char logout RE: Macros for BBot - Dexter - 03-03-2012 (03-03-2012, 08:33 PM)andreey_tudonosso Wrote: I need macro when finish cap the char logout It already exists in the Basic Tools>Protector. Look the link below: http://wiki.bmega.net/doku.php?id=protector (03-02-2012, 02:43 PM)dave41 Wrote: Hunger, If Paraliz & lower 40mana use mana potion Code: 1000 {Paraliz & LowerMana} Status.Paralysis Self.Mana<40 Hotkey.Use(IDMANA) If Ghost change weapon to Fire Sword, If no Ghost Change back. Code: 1000 {Equip FSword} Target.ByName(Ghost) Self.Equip.LeftHand(IDFSWORD) |