02-07-2016, 05:37 AM
hello!
macro for using prepared bucket in elf village please!
macro for using prepared bucket in elf village please!
MSG here when You need macros
|
02-07-2016, 05:37 AM
hello!
macro for using prepared bucket in elf village please!
02-07-2016, 10:18 AM
yo
i need macro for using exori ico if 3 or more scarabs attack me, i have one but it using exori ico when 1 scarabs and 2 larvas at me ... i wanna only if scarabs attack thx
02-07-2016, 12:56 PM
hi,
I need macro on retro pvp to use thunderstorms when no player on screen and if player on screen e-vis/e-gran-vis
02-13-2016, 10:08 AM
scarab guy:
500 {Macro Sample} Creatures.ByNameBeside(scarab)>=3 Self.Attacking()==1 Self.Say(exori ico) zarize: 500 {Macro Sample} Creatures.PlayersOnScreen()==0 [2] Self.Attacking()==1 Self.Say(exori gran vis) Self.Say(exori vis) Exit {2} Self.Attacking()==1 target:=Creature.Attacking() Creature.ShootOn(!target!, 3202)
02-18-2016, 11:02 AM
hello could someone help me with macro if 4 water elementals or more do exevo gran mas vis
i play on retro pvp so only ue when no players on screen will be rep;d
02-18-2016, 11:12 AM
Code: 500 {ShootUE} Creatures.ByNameBeside(Water Elemental)>=4 Self.Mana()>=600 PlayersOnScreen<=1 Self.Say(exevo gran mas vis)
02-18-2016, 03:52 PM
hi, i need help for repair this script he stoped when refil bolt and dont move!!!! :S http://forums.bmega.net/thread-23813.html
please
02-19-2016, 12:43 PM
Hello I need macro to use rust remover on rusty armors and throw away shit like chain armors, scale armors etc
02-19-2016, 01:20 PM
Hello!
Can anyone help me? My macro doesn't works.(Character is using shovel to swamp place;leech quest) X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.UseOn(3457, 17950, !X!, !Y!, !Z!, 1) When i use on cavebot, this macro is doing literally nothing. I tested the same macro to use shovel on field, grass etc., but when i use on swamp place(ID 17950) it doesnt works.
02-22-2016, 08:15 PM
(This post was last modified: 02-22-2016, 08:28 PM by pietrek666.)
Hello can someone help me?
I need macro or idea how to drop items on the ground when got 30CAP. of course items from Monster like Steel helmet, battle hammer etc. but drop on the ground JUST when got 50 cap. THX GUYS
02-22-2016, 10:22 PM
(This post was last modified: 02-23-2016, 12:10 AM by kaiquegabriel.)
Use this macro:
Code: 10000 {DropGPs} ITEMID:=3031 AMOUNT:=1 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=40 Map.Thrown(!ITEMID!, !AMOUNT!, !X!, !Y!, !Z!) This macro work with gold coin (ID 3031) you must edit only ID, amount and name of macro. Works good here. If works for you, please rep me. Thanks a lot, cya! (02-22-2016, 10:22 PM)kaiquegabriel Wrote: Use this macro: And amount in Map.Thrown command... here I had my macro on serpents spawns, to throw on ground Crown armor If too little cap to pickup Merc sword, or to throw Merc sword if not enough cap to pickup noble axe Maybe it will give u some ideas, how to make macro that you need on your own [macro]0 {drop loot} Xa:=Self.X() Ya:=Self.Y() Za:=Self.Z() merc:=Misc.ItemCountEx(7386) crown:=Misc.ItemCountEx(3381) icap:=Self.Capacity() !icap!>38 [else1] !icap!<68 !crown!<>0 [else2] Map.Thrown(3381, 1, !Xa!, !Ya!, !Za!) exit() {else2} !merc!<>0 Map.Thrown(7386, 1, !Xa!, !Ya!, !Za!) exit() {else1} !icap!<38 !crown!<>0 [else3] Map.Thrown(3381, 1, !Xa!, !Ya!, !Za!) exit() {else3} !merc!<>0 Map.Thrown(7386, 1, !Xa!, !Ya!, !Za!) exit() Exit() [/macro] I used it as manual, because I did it in kind of extraordinary way. But u can make it Auto ,
02-23-2016, 12:11 AM
Hellow
I didnt saw in the bbot feathure a feathure wich loot everything from certain monster. Because some spot have rare spawn and maybe they can drop somthing unknow that I don't want to miss AFK. Plixor Help me x)) Yours Heli~~ => http://forums.bmega.net/showthread.php?tid=26866 Thx Bro's More precis from Gloon Wolf and Ghost Wolf. In tibia wiki they've been killed only 273 and 274 times (LoL) I'm in a cave of them (for exemple demon have been killed 71114 in loot static) Reputation PliXoR x)
I'm a Newbie here, but not for a long. Greetings.
So if any fanpage didnt recofnize loot. And tibia.com didnt show looter. So how mega can add unknow item ? In my opinion thoose monsters are for antibot in new witches spaw and wild creature mini world change cave. They got big damage and dont give good exp and loot. Xd
If u wanna all creature items so do all id list and share I guess mega can do it in looter tick loot creatures xd I guess you did use tibiaauto previously And if stucked get label not by 1st waypoint just by nearest one
SELL 300 ED
(02-25-2016, 05:53 PM)damiansnk Wrote: So if any fanpage didnt recofnize loot. And tibia.com didnt show looter. So how mega can add unknow item ? In my opinion thoose monsters are for antibot in new witches spaw and wild creature mini world change cave. They got big damage and dont give good exp and loot. Xd Newbie have to learn x) Be the strength with us Reputation PliXoR x)
I'm a Newbie here, but not for a long. Greetings.
03-03-2016, 01:25 PM
hiho, i need macro for reconect after server save
03-03-2016, 06:34 PM
I have got a question.
What comannd do i have to write in macro to make logout on label called "logout"? Thanks ^_^
03-03-2016, 06:39 PM
Self.logout macro set as manual add in cavebot wherever u want
SELL 300 ED
03-05-2016, 09:32 AM
its possible to do macro
cast strong haste if no ancient scarabs on screen? |
« Next Oldest | Next Newest »
|