GithubHelp home page GithubHelp logo

bmega-net / bbot Goto Github PK

View Code? Open in Web Editor NEW
11.0 3.0 9.0 13.74 MB

BBot is an advanced client modification for Tibia, featuring many tools to enhance your playing experience.

Home Page: https://bbot.bmega.net

License: MIT License

Pascal 98.34% CMake 0.01% Python 0.88% C++ 0.74% C 0.01% Shell 0.02%
bmega bbot tibia game bot

bbot's Introduction

bbot

MIT license GitHub releases

BBot is an advanced client modification for Tibia, featuring many tools to enhance your playing experience.

Features

  • Cavebot
    • Keep walking.
  • Looter
    • Make money, become rich.
  • Healer and Mana Tools
    • Keep yourself alive, blessings are expensive.
    • Forget your mana, focus on the good.
  • HUD and Information
    • Some HUD to make the game a little more fun.
  • Macros
    • Sometimes you will need something a little more advanced.
  • And more

Download

All stable binaries are available for download at the releases page.

Supported Tibia versions

8.5, 8.52, 8.53, 8.54, 8.55, 8.56, 8.57, 8.60, 8.61, 8.62, 8.70, 8.71, 8.72, 8.73, 8.74, 9.00, 9.10, 9.20, 9.31, 9.40, 9.41, 9.42, 9.43, 9.44, 9.45, 9.46, 9.50, 9.51, 9.52, 9.53, 9.54, 9.6, 9.61, 9.62, 9.63, 9.70, 9.71, 9.80, 9.81, 9.82, 9.83, 9.84, 9.85, 9.86, 9.90, 9.91, 9.92, 9.93, 9.94, 10.00, 10.01, 10.02, 10.10, 10.11, 10.12, 10.13, 10.20, 10.21, P10.21, 10.22, 10.30, 10.31, 10.32, 10.33, 10.34, 10.35, 10.36, 10.37, 10.38, 10.39, 10.40, 10.41, P10.41, 10.50, P10.50, 10.51, P10.5110.52, P10.52, 10.53, P10.53, 10.54, 10.55, 10.56, 10.57, 10.58, 10.59, 10.60, 10.61, 10.62, 10.63, 10.64, 10.70, 10.71, 10.72, 10.73, 10.74, 10.75, 10.76, 10.77, 10.78, 10.79, T10.81, 10.80, 10.81, 10.82, 10.90, 10.91, 10.9210.93, 10.94, 10.95, 10.96, 10.97, 10.98, 10.99, 10, 10v2, 10v3, 10v4, 10v5 and 10v6.

Contributions

Pull Requests and Issues are welcome!

Building

Check the Docs/Build.md for more instructions for how to build and run the application.

Known errors

See the known errors list Docs/Known-errors.md.

Wish list

  • Login-less application
  • Automatic setup using Pascal
  • Site migration to GitHub Pages (site, docs, ChangeLog etc.)
  • Wiki migration to GitHub Wiki
  • Forum migration to GitHub Teams, Reddit, Discus or anything else
  • Fix building warnings
  • Use PCRE from Delphi RTL
  • Use JSON from Delphi RTL
  • Remove FastMM
  • Remove Synapse
  • Use Delphi hashing
  • Use Delphi compression
  • Handle .bbot extensions

License

This project is licensed under the MIT license.

bbot's People

Contributors

frbaroni avatar silvioprog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bbot's Issues

FastAttack

Spam attack packet
May mess with ConfirmAttack

Create Macro to do it internally

2 {FAST ATK} ID:=Creature.Attacking() Self.Attacking()==1 Creature.Attack(!ID!)

SuperFollow goes down without need

procedure TBBotSuperFollow.OnCreatureWalk(ACreature: TBBotCreature; APrevPos: BPos);
 begin
   if (FCreatureID <> 0) and (ACreature <> nil) then
     if ACreature.ID = FCreatureID then
       if APrevPos.Z = 7 then
         BBot.Cavebot.GoFloorDown(APrevPos);
 end;

We need more protections before going down, like ensuring the FCreatureID is non longer in the battlelist. The way it is currently, it will always go down.

Store Inbox/Gold Pounch

  1. Open 'Store Inbox', new UI button on Tibia, ID: 23396/64 5B
    10 82 FF FF 0B 00 00 64 5B 00 00

  2. Inside StoreInbox, open Gold Pounch, ID: 23721/A9-5C
    10 82 FF FF 40 00 00 A9 5C 00 00

  3. Move between GoldPounch pages
    NEXT (step: 40 dec/28 hex)
    4 CC 00 28 00
    4 CC 00 50 00

PREV (step: 40 dec/28 hex, same packet as NEXT)
4 CC 00 00 00
4 CC 00 00 00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.