Posts: 3
Threads: 0
Joined: Jul 2014
Reputation:
0
hello, i'm doing a macro to attack a ghost with fire sword but i need remove fire sword when a creature different is attacking me and use another sword in my left hand for attacking them.
i have this macro i found in this forum:
500 {changeWeapon}
Target.ByName(Ghost)==1
[else]
Self.Equip.LeftHand(ID_WEAPON_ONE)
Exit()
{else}
Target.ByName(Ghost)<>1
Self.Equip.LeftHand(ID_WEAPON_TWO)
Exit()
all it does is switch to the second sword but not used in first.
this is another macro:
1000 {firesword}
Creatures.ByName(Ghost)
Self.Attacking()==1
Self.Equip.LeftHand(3280)
1000 {main sword}
Creature.ByName(ghost)==0
Self.Equip.LeftHand(7774)
it changes repeatedly swords.
Please, help me.
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
Try it:
Code: 500 {fire sword and main sword} ghost:=Creatures.ByName(Ghost) Dec(monsters, !ghost!) !monsters!>=1 [else] Self.Equip.LeftHand(3280) Exit() {else} Self.Equip.LeftHand(7774) Exit()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 3
Threads: 0
Joined: Jul 2014
Reputation:
0
(07-25-2014, 09:22 AM)mr. Kris Wrote: Try it:
Code: 500 {fire sword and main sword} ghost:=Creatures.ByName(Ghost) Dec(monsters, !ghost!) !monsters!>=1 [else] Self.Equip.LeftHand(3280) Exit() {else} Self.Equip.LeftHand(7774) Exit()
doesn't work. I dont know for why.
I need to create variables for "Dec" or monsters?
is there any manual for using those instruction "[]", "{}", "else"...
thanks for helping.
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
07-26-2014, 01:36 AM
(This post was last modified: 07-26-2014, 09:45 AM by mr. Kris.)
so maby:
Code: 500 {fire sword and main sword} Creatures.ByName(Ghost)>=1 [else] Self.Equip.LeftHand(3280) Exit() {else} Self.Equip.LeftHand(7774) Exit()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 3
Threads: 0
Joined: Jul 2014
Reputation:
0
thank you !!
that code worked
i change;
Creatures.ByName(ghost)>=1
for
Creatures.ByNameBeside(ghost)>=1
xD!
Now attacked ghost with fire sword and other monters with my main sword.
Ty Ty Ty
Nice!!!!!
Posts: 1
Threads: 0
Joined: Apr 2012
Reputation:
0
i need macro to use fishing rod in dead water elemental( remains of a water elemental )
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
07-26-2014, 09:44 AM
(This post was last modified: 07-26-2014, 09:44 AM by mr. Kris.)
Try it:
Code: 200 {water fishing} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Attacking()=0 Map.UseOn(ID FISHINGROD, ID DEAD WATER ELEMENTAL, !X!, !Y!, !Z!, 2) Exit()
Macro should use fishingrod on death water elemental when monsters not attacking.
Add ID fishingrod and ID dead water elemental.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 35
Threads: 8
Joined: Dec 2013
Reputation:
0
hello again
i want a new macro dance. but in mode fast can u? just for bot ofc!
continue doing good job.
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
07-26-2014, 06:10 PM
(This post was last modified: 07-26-2014, 06:13 PM by mr. Kris.)
(07-26-2014, 05:51 PM)fede95 Wrote: hello again
i want a new macro dance. but in mode fast can u? just for bot ofc!
continue doing good job.
Code: 10 {dance} Self.TurnN() Self.TurnE() Self.TurnS() Self.TurnW()
I think "dance" it's not safety in RL Tibia.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 35
Threads: 8
Joined: Dec 2013
Reputation:
0
no bro i am playing a war system to.
rl ofc you can't use it ! delete and ban 1 sec
tnx if i have another macro problem i just sms u
Posts: 5
Threads: 0
Joined: Feb 2014
Reputation:
0
Hi, macro to set the energy manual ring with the ESC key and remove it with the ESC key
Posts: 5
Threads: 0
Joined: Feb 2014
Reputation:
0
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
Sorry but never do this macro and I think that not possible because I see only one command: Hotkey.Use(ID) Use a Tibia item with a hotkey (e.g Gold Coin) but this not help us :/
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 12
Threads: 8
Joined: Nov 2012
Reputation:
0
I need macro to reconet determined char in case of the internnect fall. grats
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
Only option in basic function :/
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 37
Threads: 11
Joined: Nov 2012
Reputation:
0
Hello i need a amcro tu use exori ico, exori hur with my EK, i tried using one made for me, but doesnt work properly, this is what i did:
3000 {Exori Hur} Self.Mana>=20 Self.Attacking==01 Self.Say(exori ico) Self.Say(exori hur)
I want to make exori ico, wait 3ms, then exori hur and wait 3ms again
Posts: 35
Threads: 8
Joined: Dec 2013
Reputation:
0
08-04-2014, 02:19 AM
(This post was last modified: 08-04-2014, 02:24 AM by fede95.)
mr. kris! hello again..
well i was in one ot and i see that there is a casino that make this
name: rolled a 2.
name: rolled a 5.
i don't know if this is posibble in bbot
this is not using "dice" then the bot saying others kind of words and when someone appear, move to the left or right and start working without using dice!
my question is
can u do this in bbot? or can you try it? because all say no. but nobody try it.
(08-04-2014, 12:28 AM)Navinter Wrote: Hello i need a amcro tu use exori ico, exori hur with my EK, i tried using one made for me, but doesnt work properly, this is what i did:
3000 {Exori Hur} Self.Mana>=20 Self.Attacking==01 Self.Say(exori ico) Self.Say(exori hur)
I want to make exori ico, wait 3ms, then exori hur and wait 3ms again
you don't need a macro for that. just put the spells in "attack".
put exori ico. and exori hur.
Posts: 37
Threads: 11
Joined: Nov 2012
Reputation:
0
(08-04-2014, 12:28 AM)Navinter Wrote: Hello i need a amcro tu use exori ico, exori hur with my EK, i tried using one made for me, but doesnt work properly, this is what i did:
3000 {Exori Hur} Self.Mana>=20 Self.Attacking==01 Self.Say(exori ico) Self.Say(exori hur)
I want to make exori ico, wait 3ms, then exori hur and wait 3ms again
you don't need a macro for that. just put the spells in "attack".
put exori ico. and exori hur.
[/quote]
Well yes i need a macro, coz i want to move by myself, i mean i just use bot as support, and if put the exori ico/hur in attack, bot move my char
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
08-04-2014, 06:21 PM
(This post was last modified: 08-04-2014, 06:21 PM by mr. Kris.)
Maby fix macro:
Code: 3000 {Exori Hur} Self.Mana()>=20 Self.Attacking()==01 Self.Say(exori ico) Self.Say(exori hur)
You forget about "()"
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 35
Threads: 8
Joined: Dec 2013
Reputation:
0
i need a macro for leave the vials of my bp
|