07-17-2019, 01:24 AM
How I can put uh on insert for example?
MSG here when You need macros
|
07-17-2019, 01:24 AM
How I can put uh on insert for example?
07-21-2019, 04:14 PM
Hello.
I need a script/macro that copies part of the message appearing on server log (system message) and save in a variable. Like that: 12:49 [Sistema Anti-Bot] Responda a pergunta a seguir através do comando !r ". Se não responder corretamente será banido. PERGUNTA: Qual é o soul point atual do seu personagem? [Exemplo de resposta: !r 182] I need to copy the words after the word "PERGUNTA:" until the parentheses. Is there a way to do that?
07-25-2019, 07:56 PM
I need macro logout or exit when player on screen
Thakns
08-11-2019, 05:25 PM
(07-25-2019, 07:56 PM)bombatyka Wrote: I need macro logout or exit when player on screen 500 {Exit when player On Screen} Creatures.PlayersOnScreen()>1 Tibia.Close() If it helped give the REP+
If someone is offended SORRY
11-14-2019, 03:40 PM
I need a macro when more than 2 DL use exevo mas san. But if play on screen use exori san
11-14-2019, 10:13 PM
I need a macro to change targeting based on monster proximity.
01-03-2020, 10:46 PM
I need a macro for when i'm on the 2nd floor start the cavebot
I made some attempts but couldn't think of something that works XD Reset: = 2 Self.Z () =! Reset! [Trainer] Exit () {Trainer} Cavebot.Start () Exit () The OT I play has a training room every 30 minutes (sometimes that time changes) I'm teleported to the temple, the trainers are at Z33 and the temple at Z2 (01-03-2020, 10:46 PM)davkaz Wrote: I need a macro for when i'm on the 2nd floor start the cavebot Trainers Z=3 Temple Z=2 Quote:5000 {Start cb z=2} Self.Z()==2 Cavebot.Start() (11-14-2019, 03:40 PM)Limpan Wrote: I need a macro when more than 2 DL use exevo mas san. But if play on screen use exori san Quote:500 {EMS +2} Creatures.PlayersOnScreen()==1 Creatures.ByRangeName(5, Dragon Lord)>=2 Self.Say(exevo mas san) If it helped give the REP+
If someone is offended SORRY
02-11-2020, 11:35 PM
I need a macro, to open dead bodies, i play custom OTserv with alot of custom ID, adding them to BBot.Items.txt doesnt work, any idea how u can do it? via macro or something?
Regards ur Dee~
02-12-2020, 09:59 AM
make sure you add all correct corspes ID,
there is different ID of it when its fresh dead, and changes after few seconds
02-20-2020, 12:02 PM
need a macro to use the adventure stone, or a macro to use item X
plis help me
02-20-2020, 03:43 PM
(02-20-2020, 12:02 PM)leoscripts Wrote: need a macro to use the adventure stone, or a macro to use item X 1000 {Macro Sample} X:=Self.X() Z:=Self.Z() Y:=Self.Y() Map.Use(X, !X, !Y, !Z, 5) If it helped give the REP+
If someone is offended SORRY
02-21-2020, 07:09 PM
(02-20-2020, 03:43 PM)lukasze Wrote:(02-20-2020, 12:02 PM)leoscripts Wrote: need a macro to use the adventure stone, or a macro to use item X I want to get it to use in the darashia temple I put the macro as follows 1000 {Macro Sample} X:=Self.X(33213) Z:=Self.Z(1) Y:=Self.Y(32454) Map.Use(16277, ! X! Y! Z, 5) , you have to leave in the right way to use, I thank you right now
03-06-2020, 07:13 AM
Need Ue macro Druid // i tested all all wrong i dont know why ... I need scrpits to att with 2 monster + and safe ! ;/
03-06-2020, 06:24 PM
I need a macro that uses the item (ID: 16277)
03-07-2020, 06:09 PM
I need a macro to re-use execercise weapons if it is finished. It's to train in server .
Can you help me?
04-10-2020, 04:30 PM
it is possible to do a macro to shoot a MW rune, in the target block (sqm)?
So i'm trying to do this macro so it only loots when there is one monster on screen and pause the looter when there's two or more. But it's not working and i can't figure out why.
Here's the macro i made. 500 {Loot ON/OFF} Creatures.NPCOnScreen()<=1 [else] OpenCorpses.UnPause() Exit() {else} Creatures.NPCOnScreen()>=2 OpenCorpses.Pause() Exit() How can i fix this? Never mind i've fixed my problem
05-23-2020, 12:44 AM
(04-02-2017, 06:44 PM)Catar Wrote:(04-02-2017, 06:33 PM)lahercio Wrote: How do I pull stone skin amulet and might ring with full life Não consigo ativar e desativar, não entendo como funciona as variables para ativar e desativar
06-13-2020, 02:27 AM
(This post was last modified: 06-13-2020, 03:01 AM by bbbotmasters.)
I need a macro to stop the automation tools when there is a player on the screen, after it comes out reactivate again!
the script would be for use in just one sqm ! |
« Next Oldest | Next Newest »
|