MSG here when You need macros
|
05-26-2014, 10:04 AM
Post: #21
|
|||
|
|||
RE: MSG here when You need macros
excuse me
i made my own script but sometimes he didn't kill all monster ,, and after 1 round he returns to depo i need more rounds like after low mana and bolts , but how to make it keeping hunting untill low mana and bolts Thanks |
|||
05-26-2014, 01:22 PM
Post: #22
|
|||
|
|||
RE: MSG here when You need macros
create full check point in cavebot and add variables (low potions and low bolts)
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You. |
|||
05-26-2014, 07:14 PM
Post: #23
|
|||
|
|||
RE: MSG here when You need macros
i have problem, i use this
500 {Exit} Creatures.ByName(Quentin) Tibia.Close() and when i active this macro bbot is close even if he is outside temple, where is problem? |
|||
05-26-2014, 10:05 PM
Post: #24
|
|||
|
|||
RE: MSG here when You need macros
(05-26-2014 07:14 PM)Viserys Wrote: i have problem, i use this This working Quote:500 {Exit} Creatures.ByName(Quentin)==1 Tibia.Close() I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You. |
|||
05-27-2014, 07:34 AM
Post: #25
|
|||
|
|||
RE: MSG here when You need macros
Hello i need a macro for when i trapped use a item in a given sqm, and if possible, do not use it when I'm stuck and do not move me
|
|||
05-27-2014, 12:32 PM
Post: #26
|
|||
|
|||
RE: MSG here when You need macros
(05-27-2014 07:34 AM)rolo123 Wrote: Hello i need a macro for when i trapped use a item in a given sqm, and if possible, do not use it when I'm stuck and do not move me Code: 1000 {AntiTrap} X:=Self.X() Y:=Self.Y() Z:=Self.Z() weapon:=Self.Inventory.LeftHand() range:=2 Map.UseOn(!weapon!, 2029, !X!, !X!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2030, !X!, !X!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2434, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2471, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2472, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2482, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2480, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2481, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2473, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2469, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2470, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2434, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2433, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2432, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2431, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2358, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2359, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2360, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2361, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2319, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2524, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2523, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2982, !X!, !Y!, !Z!, !range!)<>1 Map.UseOn(!weapon!, 2465, !X!, !Y!, !Z!, !range!)<>1 REP ++ IF I HELPED YOU !!! THANKS
|
|||
05-29-2014, 03:02 AM
Post: #27
|
|||
|
|||
RE: MSG here when You need macros
Hello i can active macro with a hotkey or use a rune with one hotkey of bbot?
|
|||
05-29-2014, 07:36 AM
Post: #28
|
|||
|
|||
RE: MSG here when You need macros
(05-29-2014 03:02 AM)rolo123 Wrote: Hello i can active macro with a hotkey or use a rune with one hotkey of bbot? not yet ![]() I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You. |
|||
06-28-2014, 04:52 PM
Post: #29
|
|||
|
|||
RE: MSG here when You need macros
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You. |
|||
06-28-2014, 07:35 PM
Post: #30
|
|||
|
|||
RE: MSG here when You need macros
Use small enchanted emerald on Rainbow Shield Once per 15 minutes
Help Please ! ![]() ![]() ![]() |
|||
06-28-2014, 10:55 PM
(This post was last modified: 06-28-2014 10:57 PM by mr. Kris.)
Post: #31
|
|||
|
|||
RE: MSG here when You need macros
Try this:
Quote:905000 {Rainbow shield} Self.UnEquip.RightHand(0) Macro.Wait(700) Self.Backpacks.UseOn(677, 8077) Macro.Wait(700) Self.Equip.RightHand(8077)905000 = 15min 5sec shield in right hand (or change in left hand) I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You. |
|||
06-29-2014, 07:17 PM
Post: #32
|
|||
|
|||
RE: MSG here when You need macros
I need a macro that stops reconnect when the char logout because low stamina or low mana potions.
|
|||
06-29-2014, 07:31 PM
Post: #33
|
|||
|
|||
RE: MSG here when You need macros
hello kris
i need a macro, to equip soft boots if mana is lower than 55%, and equip Depth Calcei when is aboce 55%. also if soft boots become worn soft boots, wear depth calcei only can you do it bro? giving reputation anyway for your great work for this forum anyway ![]() |
|||
06-29-2014, 10:24 PM
(This post was last modified: 06-29-2014 11:15 PM by mr. Kris.)
Post: #34
|
|||
|
|||
RE: MSG here when You need macros
(06-29-2014 07:17 PM)Artur Noronha Wrote: I need a macro that stops reconnect when the char logout because low stamina or low mana potions. so make macro with Tibia.Close() low stamina: Quote:100 {Stamina Logout} Self.StaminaMins<1000 Cavebot.Stop Status.Battle()==0 Tibia.Close() Exit() low mana potions (bp with potions must be opened) - this macro turn on when You have opened BP Quote:100 {Manas Logout} Misc.ItemCountEx(ID MANAS)<5 Cavebot.Stop Status.Battle()==0 Tibia.Close() Exit()/\ add ID yours mana potions (06-29-2014 07:31 PM)Chudy1991 Wrote: hello kris Hmmmm i can do that try this two macros Quote:700 {Soft to Calcei} Misc.ItemCountEx(6530)<1 Self.Mana%()<=55 [jump] Self.Equip.Boots(6529) Exit(){jump} Self.Mana%()>=55 Self.Equip.Boots(13997) Exit() Quote:700 {Calcei} Misc.ItemCountEx(6530)>0 Self.Equip.Boots(13997) Exit() Look ID Yours soft boots and edit when my ID is incorrect 6530 = worn soft boots 6529 = soft boots macros tested on Shadowcores and works I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You. |
|||
06-30-2014, 06:29 AM
Post: #35
|
|||
|
|||
RE: MSG here when You need macros
(06-29-2014 10:24 PM)mr. Kris Wrote:(06-29-2014 07:31 PM)Chudy1991 Wrote: hello kris works perfect! reputed again ![]() one question if i get 2 more pairs of soft bots, should i just delete the second macro, and it will work for 12h+, right? |
|||
06-30-2014, 09:24 AM
(This post was last modified: 06-30-2014 09:30 AM by Artur Noronha.)
Post: #36
|
|||
|
|||
RE: MSG here when You need macros
Quote:(06-29-2014 10:24 PM)mr. Kris Wrote: [quote='Artur Noronha' pid='90351' dateline='1404069428'] Stamina Logout works fine but Manas Logout, the tibia close no necessity when the bot is going to deposit itens on dp. I would like that tibia doesnt close when the backpack is closed. If you know another way to help me. Thank you ![]() |
|||
06-30-2014, 01:50 PM
(This post was last modified: 06-30-2014 01:53 PM by mr. Kris.)
Post: #37
|
|||
|
|||
RE: MSG here when You need macros
Quote:works perfect! reputed again then Quote:700 {Soft to Calcei} Misc.ItemCountEx(6530)<2 Self.Mana%()<=55 [jump] Self.Equip.Boots(6529) Exit(){jump} Self.Mana%()>=55 Self.Equip.Boots(13997) Exit()and Quote:700 {Calcei} Misc.ItemCountEx(6530)>1 Self.Equip.Boots(13997) Exit() Quote:Stamina Logout works fine Hmmm You have add to fullcheck manas check? I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You. |
|||
07-02-2014, 08:30 PM
Post: #38
|
|||
|
|||
RE: MSG here when You need macros
hello,
I need a macro so my character moves the furniture when I am trapped for example on the depot chest, the put a clock, harp, or items that can't be walked by and they just trap. Can you help me with a macro please?[/align] |
|||
07-03-2014, 07:29 AM
Post: #39
|
|||
|
|||
RE: MSG here when You need macros
Quote:100 {furniture} 100 {Destroy Furniture} You must only change ID weapon which You want destroy furniture I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You. |
|||
07-03-2014, 08:21 AM
Post: #40
|
|||
|
|||
RE: MSG here when You need macros
wear soft boots when mana below 30%, unwear if more than 50%
![]() ![]() |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)