BBot 84.0
|
09-08-2018, 04:18 AM
(This post was last modified: 09-08-2018 04:31 AM by MegaNo0body.)
Post: #1
|
|||
|
|||
BBot 84.0
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! |
|||
09-08-2018, 08:44 AM
Post: #2
|
|||
|
|||
RE: BBot 84.0
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 ![]() |
|||
09-08-2018, 10:53 AM
Post: #3
|
|||
|
|||
RE: BBot 84.0
(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 ) Before you PM me, READ THIS ![]() ![]() My Scripts, Macros and Tutorials |
|||
09-08-2018, 11:21 AM
Post: #4
|
|||
|
|||
RE: BBot 84.0
(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? |
|||
09-08-2018, 01:51 PM
Post: #5
|
|||
|
|||
RE: BBot 84.0
|
|||
09-08-2018, 01:51 PM
(This post was last modified: 09-08-2018 01:54 PM by Catar.)
Post: #6
|
|||
|
|||
RE: BBot 84.0
(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 Before you PM me, READ THIS ![]() ![]() My Scripts, Macros and Tutorials |
|||
09-08-2018, 03:06 PM
Post: #7
|
|||
|
|||
RE: BBot 84.0 | |||
09-08-2018, 03:07 PM
Post: #8
|
|||
|
|||
RE: BBot 84.0
(09-08-2018 03:06 PM)zarize Wrote: like always i have a problem xD So what was the problem this time? Before you PM me, READ THIS ![]() ![]() My Scripts, Macros and Tutorials |
|||
09-08-2018, 06:03 PM
Post: #9
|
|||
|
|||
RE: BBot 84.0
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. |
|||
09-08-2018, 06:06 PM
(This post was last modified: 09-08-2018 07:39 PM by Catar.)
Post: #10
|
|||
|
|||
RE: BBot 84.0
(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 Before you PM me, READ THIS ![]() ![]() My Scripts, Macros and Tutorials |
|||
09-08-2018, 08:50 PM
(This post was last modified: 09-08-2018 08:51 PM by Catar.)
Post: #11
|
|||
|
|||
RE: BBot 84.0
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 Before you PM me, READ THIS ![]() ![]() My Scripts, Macros and Tutorials |
|||
09-09-2018, 08:55 AM
(This post was last modified: 09-09-2018 10:25 AM by zarize.)
Post: #12
|
|||
|
|||
RE: BBot 84.0
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 ![]() ![]() |
|||
09-21-2018, 09:00 AM
(This post was last modified: 09-21-2018 09:37 AM by zarize.)
Post: #13
|
|||
|
|||
RE: BBot 84.0
#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) |
|||
09-21-2018, 01:47 PM
(This post was last modified: 09-21-2018 02:12 PM by lamonato.)
Post: #14
|
|||
|
|||
RE: BBot 84.0
Where can i download the bot??
the website is offline, i cant download it |
|||
09-21-2018, 02:56 PM
Post: #15
|
|||
|
|||
RE: BBot 84.0
(09-21-2018 01:47 PM)lamonato Wrote: Where can i download the bot?? http://bbot.bmega.net/ its working for me |
|||
09-21-2018, 03:01 PM
Post: #16
|
|||
|
|||
RE: BBot 84.0
(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 |
|||
09-21-2018, 05:12 PM
Post: #17
|
|||
|
|||
RE: BBot 84.0
(09-21-2018 03:01 PM)lamonato Wrote: really bro? :/ here just a white screen, used chrome and firefox Works normally Before you PM me, READ THIS ![]() ![]() My Scripts, Macros and Tutorials |
|||
09-27-2018, 09:02 PM
Post: #18
|
|||
|
|||
RE: BBot 84.0
(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 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)