Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[INFO] RedBot 1.4.9 - 10.11


PoSiak

Rekomendowane odpowiedzi

Opublikowano

Wyszedł już RedBot pod najnowszą Tibie. :)

 

Download:

 

http://downloads.tibiaredbot.com.br/149/RedbotPro149.exe

*skan chyba nie potrzebny, bo z oficjalnej strony

 

 

 

Hello guys.

This version has a lot of new things and improvements, some systems might work diferently in this version than in the older ones, so make sure you are using it correctly and if you really think it's a bug or need support about some problem just post in the correct session.

<Brazil only>Os pagamentos via PagSeguro estão fora do ar, já entrei em contato com o Atendimento deles e nem eles sabem me explicar o que aconteceu, de qualquer forma me disseram que em até 5 dias voltará ao normal, mas estou tentando resolver isso o mais rápido possível, vocês sabe como funcionam esses atendimentos medíocres no Brasil.</Brazil only>

Ps: I don't read bug reports in this thread, so make sure to create a thread in the Bug's section.

Changelog 1.4.9:
- Working with the new client 10.11
- Targeting priorities are enabled.
- Different Targeting settings are enabled and working too.

- Fixed the Only if trapped skipping waypoints in some cases(most of them).
- Fixed a major bug related to the cavebot stopping work, not skipping waypoints and not skipping dead bodies when in conflict with "Only if trapped" monsters.

- Improved the way the bot reacts when trapped by monsters using map clicks.
- Made a lot of adjustments to make it work with the new features.

- Added an "Output window" on options to work with the print() function. More options will be added to it in the future.
- Added the character name on 'Engine States' to help people botting multiple characters.
- Added a "Delay to Attack" on Targeting, it's the time in miliseconds that the bot will target the monster after "find" it, if you think your PC is not that fast and it is too slow you can set it 0-0 to work as in the past.
- Added "Force Dove Mode" on Tools. When enabled some checks in the cavebot system are disable to make the things faster.
- Added character names to Engine States

New functions & Variables:

- getwaypoint(int index) or getwaypoint(string labelName): Returns a string of the waypoint position

1
2
3
if(getwaypoint(5) == "12345, 12345, 7"){
say("yes!");
}


- string[] getspecialareas(): Returns an array of string of all Locations in the special areas, the names are based in the special areas "Considered by".
Cavebot:12345, 12345, 7
Targeting:12345, 12345, 7
Cavebot & Targeting:12345,12345,7

- getitemsonsqm(string location): Returns an array of strings of all items ids in the location:
1
string[] Items = getitemsonsqm("12345, 12345, 7");


- print(string text): It will pop-up a new window with the specified text

- useitemoncreature(int id, string creatureName) or useitemoncreature(string itemName, string creatureName): It will use the item in the creature name if found in the screen, if the item is in your hotkeys it will use the hotkey, if not, it will click in the backpack and use.
1
2
useitemoncreature(1234, "Igor Maozao");
useitemoncreature("Ultimate Healing Rune", "Igor Maozao");


- isitemonhotkey(int id) or isitemonhotkey(string itemName): Returns true/false if the item is on Tibia's hotkeys.
- istextonhotkey(string text): Returns true/false if the text is on Tibia's hotkeys.
1
2
if(!isitemonhotkey("Sudden Death Rune")) { print("You must bind SD in your hotkeys"); }
if(!istextonhotkey("Exura ico")) { print("You must bind the spell Exura ico in your hotkeys"); }


- $lastplayertime: Returns in miliseconds the last time a player was in your screen -- Update only if you are using "Player on screen" alarm.

Open the browsefield window of that location - We still improving it.
1
browsefield(string location); //browsefield("12345, 12345, 7");


HUD Features
1
addline(int startX, int startY, int endX, int endY, string color); //addline(30, 30, 100, 30, "Red");

1
addrectangle(int startX, int startY, int width, int height, string color, bool fill); //addrectangle(30, 30, 100, 100, "Blue", false);

 

 

surprise motherfucker


 

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...