BBot - The best bot of the world
need script - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: need script (/thread-20892.html)



need script - Realovsky - 07-29-2018

hello guys!

i playing on server with manafluid and manafluid have id 2874 but empty mana fluid have 2874 too and if i put "mr" macro it doesnt works


its possible to assing hotkey for example f6 (i have fluid on self) to macro? can someone make me this one please? Smile


RE: need script - Catar - 07-30-2018

If this fluid works with regular tibia hotkeys, u can use bbot to just click that hotkey


Tibia.SendKey(:K_F6)

http://wiki.bmega.net/doku.php?id=macros_commands


RE: need script - Realovsky - 07-30-2018

hmm it doesnt works

any suggestions?




{Mana rune}
A:=Creature.Self()
Self.Mana%()<=70
Creature.ShootOn(!A!, 2874)


tryed tihs script and in server log i see
13:27 Using the last vial...
13:27 Using the last vial...
13:27 Using the last vial...
13:27 Using the last vial...

when i drop the empty vial no more messages in server log, also didnt use a normal manafluid with the same id 2874:/


RE: need script - Catar - 07-30-2018

already told you, If this potion works on Tibia Hotkeys for example F6

you can use Tibia.SendKey(:K_F6) instead of creature.shooton

What server is it anyway


RE: need script - Realovsky - 07-30-2018

yes you can use potion on hotkey, its kasteria dude


nevermind i just put the fucking toothpick in hotkey Xd


RE: need script - Catar - 07-31-2018

(07-30-2018, 06:59 PM)Realovsky Wrote: yes you can use potion on hotkey, its kasteria dude


nevermind i just put the fucking toothpick in hotkey Xd



Just do what I said


RE: need script - Xaroxin - 08-24-2018

Can u share this script realovsky?


RE: need script - Hunger - 09-02-2018

200 {HotkeyUse Insert} Tibia.KeyDown(45) HUD.Display(For change the key: http://wiki.bmega.net/doku.php?id=virtual_key_codes) Hotkey.Use(ID)


Its something like this
Change KeyDown 45 (Insert) to F6, and HotKey ID change to mana fluid.


RE: need script - Xaroxin - 09-05-2018

(09-02-2018, 03:03 AM)Hunger Wrote: 200 {HotkeyUse Insert} Tibia.KeyDown(45) HUD.Display(For change the key: http://wiki.bmega.net/doku.php?id=virtual_key_codes) Hotkey.Use(ID)


Its something like this
Change KeyDown 45 (Insert) to F6, and HotKey ID change to mana fluid.

it doesnt work


RE: need script - Hunger - 09-06-2018

Can send the macro that u used?


RE: need script - Xaroxin - 09-06-2018

200 {HotkeyUse Insert} Tibia.KeyDown(121) Hotkey.Use(121)


RE: need script - Catar - 09-06-2018

(09-06-2018, 03:04 PM)Xaroxin Wrote: 200 {HotkeyUse Insert} Tibia.KeyDown(121) Hotkey.Use(121)

what it suppose to do, This /\ doesn't make sense
Its not how u use Hotkey.Use()


RE: need script - Xaroxin - 09-07-2018

so how it should be?


RE: need script - Catar - 09-07-2018

id of item not F key
[Image: tTQ5eYM.png]

But anyway if u trying to make manapot macro on kasteria you won't succeed.

kasteria is not supported tibia client, and lot of functions simply doesn't and wont work


RE: need script - Alve - 09-11-2018

So there is no way to create macro that use x hotkey to manapot on kasteria? I think there are some players on kasteria who have something to manapot yourself.


RE: need script - Hunger - 09-12-2018

1000 {ManaPotion OT} Self.Mana%<=50 Hotkey.Use(268)

268 is the ID of your manapotion, if this macro not run, see the ID of your manapot (ALT+F8 display it).


RE: need script - Catar - 09-12-2018

(09-12-2018, 12:49 AM)Hunger Wrote: 1000 {ManaPotion OT} Self.Mana%<=50 Hotkey.Use(268)

268 is the ID of your manapotion, if this macro not run, see the ID of your manapot (ALT+F8 display it).

We have been over this in here many times.
Kaseria is not supported client. Lot of bbot functionality doesn't work.