![]() |
MSG here when You need macros - 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: MSG here when You need macros (/thread-20948.html) |
RE: MSG here when You need macros - Meleekz - 05-26-2014 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 RE: MSG here when You need macros - mr. Kris - 05-26-2014 create full check point in cavebot and add variables (low potions and low bolts) RE: MSG here when You need macros - Viserys - 05-26-2014 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? RE: MSG here when You need macros - mr. Kris - 05-26-2014 (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() RE: MSG here when You need macros - rolo123 - 05-27-2014 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 RE: MSG here when You need macros - raphaelignacio - 05-27-2014 (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 RE: MSG here when You need macros - rolo123 - 05-29-2014 Hello i can active macro with a hotkey or use a rune with one hotkey of bbot? RE: MSG here when You need macros - mr. Kris - 05-29-2014 (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 ![]() RE: MSG here when You need macros - mr. Kris - 06-28-2014 Bump ![]() RE: MSG here when You need macros - mikoR - 06-28-2014 Use small enchanted emerald on Rainbow Shield Once per 15 minutes Help Please ! ![]() RE: MSG here when You need macros - mr. Kris - 06-28-2014 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) RE: MSG here when You need macros - Artur Noronha - 06-29-2014 I need a macro that stops reconnect when the char logout because low stamina or low mana potions. RE: MSG here when You need macros - Chudy1991 - 06-29-2014 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 ![]() RE: MSG here when You need macros - mr. Kris - 06-29-2014 (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 RE: MSG here when You need macros - Chudy1991 - 06-30-2014 (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? RE: MSG here when You need macros - Artur Noronha - 06-30-2014 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 ![]() RE: MSG here when You need macros - mr. Kris - 06-30-2014 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? RE: MSG here when You need macros - Towalf - 07-02-2014 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] RE: MSG here when You need macros - mr. Kris - 07-03-2014 Quote:100 {furniture} 100 {Destroy Furniture} You must only change ID weapon which You want destroy furniture RE: MSG here when You need macros - mikoR - 07-03-2014 wear soft boots when mana below 30%, unwear if more than 50% |