BBot 84.0 - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: BBot (https://forums.bmega.net/forum-3.html) +--- Forum: News (https://forums.bmega.net/forum-14.html) +--- Thread: BBot 84.0 (/thread-20916.html) |
BBot 84.0 - MegaNo0body - 09-08-2018 Hello guys, The biggest change is the introduction of String variables, that add incredible powers to the Macro engine. Beyond that, we also added a When systems, a kind of event system for macros. We also added several new macros that allow the user to explore more the Tibia client. For example: Container and Map macros. There are new kinds of macros that also output to variables, they are very helpful. Cassino is now possible to implement and this script is pretty interesting as it introduce several state management and examples of how powerful the Macros can go. FREE CASSINO SCRIPT by MegaNo0body Quote:Version 84.0 The documentation was updated to refresh the new macros. Click here to see the documentation! RE: BBot 84.0 - zarize - 09-08-2018 Code: Map.UseOn.Equip(25060, 32953, 32074, 7, 8097) i tried to run this macro (use shrine in venore on eq) but seems like it doesnt work RE: BBot 84.0 - Catar - 09-08-2018 (09-08-2018, 08:44 AM)zarize Wrote: You're uising it wrong Map.UseOn.Equip(25060, 32953, 32074, 7, Helmet or Head; Amulet; Backpack; Armor; RightHand or Right; LeftHand or Left; Legs; Boots; Ring; Ammunition or Ammo ) RE: BBot 84.0 - zarize - 09-08-2018 (09-08-2018, 10:53 AM)Catar Wrote:(09-08-2018, 08:44 AM)zarize Wrote: Thank you for your message, however, it still doesn't work :| Have any1 tried it? RE: BBot 84.0 - MegaNo0body - 09-08-2018 Testing it is not working, I`ll fix it to 84.1. Find more bugs guys! RE: BBot 84.0 - Catar - 09-08-2018 (09-08-2018, 11:21 AM)zarize Wrote: Thank you for your message, however, it still doesn't work :| Im telling you, you doing it wrong Tested, it works RE: BBot 84.0 - zarize - 09-08-2018 like always i have a problem xD thanks! RE: BBot 84.0 - Catar - 09-08-2018 (09-08-2018, 03:06 PM)zarize Wrote: like always i have a problem xD So what was the problem this time? RE: BBot 84.0 - MegaNo0body - 09-08-2018 Blocker bug found: Now the Macro engine is using case-sensitive to match function names, exit() and Exit() aren`t working equals as it worked in the past. RE: BBot 84.0 - Catar - 09-08-2018 (09-08-2018, 06:03 PM)MegaNo0body Wrote: Blocker bug found:This means: Everyone BEWARE, For this version 84.0 all macro commands need to be exactly as listed in http://wiki.bmega.net/doku.php?id=macros_commands Starting with Capital letters in begining and after each . (dot) Self.Say(text) not self.say Exit() not exit() This means, all macros everyone has right now will certainly malfunction, so be cautious RE: BBot 84.0 - Catar - 09-08-2018 Just something i came up with using new Map.Find(ID, X, Y, Z, Range, OnlyTopItem?) macro To spot location of fresh dragon lord corpse (has diferent ID for first 10 seconds) and if it has Map.ItemOnTop.ID a fire field on it to Map.UseOn destroy field on that corpse Code: Map.Find(5984, :X, :Y, :Z, 3, :false) where 5984 is DL corpse ID, 2123 is Fire field ID and 3148 is destroy field ID RE: BBot 84.0 - zarize - 09-09-2018 okay... i figured out what was wrong... i moved some of files to old version of bbot, but i think i missed some of them and that is why it didnt work.... i tried it with totally new version as it was uploaded and it worked out #edit possible to add in next update? self.skill or self.stat or whatever Once it would be done then we could do automatization to imbuements RE: BBot 84.0 - zarize - 09-21-2018 #refresh Any info regarding my last post? I am really waiting for it, it would allow us to make automatization for imbuing (huge thing for botters). I can make a guide how how to set it up (after it would be implemented) RE: BBot 84.0 - lamonato - 09-21-2018 Where can i download the bot?? the website is offline, i cant download it RE: BBot 84.0 - zarize - 09-21-2018 (09-21-2018, 01:47 PM)lamonato Wrote: Where can i download the bot?? http://bbot.bmega.net/ its working for me RE: BBot 84.0 - lamonato - 09-21-2018 (09-21-2018, 02:56 PM)zarize Wrote:(09-21-2018, 01:47 PM)lamonato Wrote: Where can i download the bot?? really bro? :/ here just a white screen, used chrome and firefox RE: BBot 84.0 - Catar - 09-21-2018 (09-21-2018, 03:01 PM)lamonato Wrote: really bro? :/ here just a white screen, used chrome and firefox Works normally RE: BBot 84.0 - zarize - 09-27-2018 (09-09-2018, 08:55 AM)zarize Wrote: okay... i figured out what was wrong... i moved some of files to old version of bbot, but i think i missed some of them and that is why it didnt work.... i tried it with totally new version as it was uploaded and it worked out #refresh |