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

LordCompi

Rekomendowane odpowiedzi

Opublikowano

logo.png

Aktualna wersja dla: 9.81

Witajcie! Chce wam zaprezentować moje nowe dziecko, a mianowicie Blue Bota. Gdy przepisywałem TSBota, postanowiłem stworzyć nowego bota, który mianowicie miałby opierać się na skryptach.

slide3_.png

bb1.png

bb2.png

bb3.png

 

 

Bot jest dostępny za darmo i narazie nie przewiduje opłat

Lista funkcji

  • Cavebot
  • Targeting
  • X-Ray
  • Lighthack
  • Healer
  • Mana burner
  • Slime killer
  • Refiller
  • Banker
  • Depositer
  • Dash
  • Duża rozszerzalność

 

Blue Bot Api (angielski)

 

Scripting help:

Scripting language in Blue Bot is pascal.
Here is definition of procedures and functions, which may be used:
myid - Results our ID
targetid - Results ID of attacking monster
mcount - Results count of monsters on screen
getinfo(id,offset) -Results integer value of id's offset property
Usage: getinfo(targetid,40);
Result Y value of your target

alarm - play alarm
refiller(id,spot) - Moving item (id) to spot (6 is left hand)
Usage: refiller(3557,8);
Moving plate legs to leg's spot

npcbuy(id,count) -buy item
npcsell(id,count) -sell item
wait(time) - sleep of time
rnd(max) - Generate random value in range max
say(text) - Say text o chat
npcsay(text) Say text to npc
jump(n) -Jump cavebot to line n
GetHP/GetMaxHP - Results HP/Max HP
GetMP/GetMaxMP - Results Mana/Max Mana
GetCap - Results Cap
kill - kill Tibia Window (x-log)
hotkey(key) - Send hotkey (1 is F1)
depo(dir) - Open deposit in dir direction:
North - 0 East - 1 South - 2 West -3
loot(id) - Moving Item ID to BP:0
movetodp(id) - Moving Item ID from BP:0 to BP:1 (if deposit is open, then item is moving there)


Offsety do funkcji getinfo()

Creature.DistanceId = 0;
Creature.DistanceType = 3;
Creature.DistanceX = 36;
Creature.DistanceY = 40;
Creature.DistanceZ = 44;
Creature.DistanceScreenOffsetHoriz = 48;
Creature.DistanceScreenOffsetVert = 52;
Creature.DistanceIsWalking = 76;
Creature.DistanceDirection = 80;
Creature.DistanceOutfit = 96;
Creature.DistanceColorHead = 100;
Creature.DistanceColorBody = 104;
Creature.DistanceColorLegs = 108;
Creature.DistanceColorFeet = 112;
Creature.DistanceAddon = 116;
Creature.DistanceMountId = 120;
Creature.DistanceLight = 124;
Creature.DistanceLightColor = 128;
Creature.DistanceBlackSquare = 136;
Creature.DistanceHPBar = 140;
Creature.DistanceWalkSpeed = 144;
Creature.DistanceIsVisible = 148;
Creature.DistanceSkull = 152;
Creature.DistanceParty = 156;
Creature.DistanceWarIcon = 164;
Creature.DistanceIsBlocking = 168;

 

Przykładowy kod:

//Bijemy potwora z SD (pod hotkeyem F10), póki jego hp nie jest równe 20%

begin
if getinfo(targetid,140) > 20 then hotkey(10);

end.

Adres: http://tsbot.pl/?refreshpage=666

http://elfbot.xyz

ElfBot for 7.72 & 10.90

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...