╠ BBot 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: Free Scripts (https://forums.bmega.net/forum-10.html) +--- Thread: ╠ BBot Macros ╣ (/thread-1192.html) |
RE: Macros for BBot - dave41 - 03-04-2012 (03-03-2012, 09:01 PM)primetest77 Wrote:(03-03-2012, 08:33 PM)andreey_tudonosso Wrote: I need macro when finish cap the char logout I bow to you my Master <3 RE: Macros for BBot - zygus - 03-08-2012 Hello. I need macro to pick up my loot from ground. I saw some scrypt some page earlier but dont know how to change it to my own needs. Thx. RE: Macros for BBot - dave41 - 03-17-2012 Need Skrip If I atek a Monster use Sword ring. RE: Macros for BBot - Dexter - 03-17-2012 (03-08-2012, 05:10 PM)zygus Wrote: Hello. I need macro to pick up my loot from ground. I saw some scrypt some page earlier but dont know how to change it to my own needs. Code: 200 {PushMax EDITABLE} VarSetEx(ID, 3277) VarSet(X) Self.X VarSet(Y) Self.Y VarSet(Z) Self.Z VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!) Note¹: Change only the number that appears after the "ID" as shown below: VarSetEx(ID, 3277) Note²: Place this macro in the waypoint, as I believe you will have to insert it many times because to pick up other items. (03-17-2012, 11:05 AM)dave41 Wrote: Need Skrip If I atek a Monster use Sword ring. Here is: Code: 500 {Equip Sword Ring} Self.Attacking Self.Inventory.Ring=0 Self.Equip.Ring(3091) RE: Macros for BBot - dave41 - 03-17-2012 primetest77 Thank you! RE: Macros for BBot - Flad3992 - 03-23-2012 Hello! Just baught bmega, now i got this question.. Does anyone knows how i make bmega go back to town to refill my sudden death runes, and then go back into the spawn? I would be glad if someone could help me out! Please write me a private message with the information! Thanks alot Your's Flad. RE: Macros for BBot - OscarRF2 - 03-28-2012 How To Edit Health Potion Refiller? :S RE: Macros for BBot - Hunger - 03-28-2012 Code: 1000 {Pot Reffil} VarSetEx(Total, POTS) VarSet(Potnow) Misc.ItemCountEx(266) VarSub(Total, !Potnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(266, !Total!, 1) Macro.Wait(2000) NPC.Say(bye)) 266 - ID of potion RE: Macros for BBot - imacha - 04-02-2012 Hello, can I ask u for a script? I need when no SD, use exori frigo for example. And I should use it in the scripts, or in the attack secuences? Ty very much. RE: Macros for BBot - Dexter - 04-02-2012 Do this by Attack Sequences. RE: Macros for BBot - matteq - 04-16-2012 How to add soft Macro? Cant do it, been trying all day ;< RE: Macros for BBot - matteq - 04-16-2012 Do anyone knows how to add SOFT MACRO? I need to do it tomorrow since I bought sofites today Im a bit lost how to do it.. Please HELP, Thanks. RE: Macros for BBot - chilakil - 04-21-2012 BRO i need one tutorial to see where put the macros please thanks RE: Macros for BBot - nizlov - 04-21-2012 (04-21-2012, 04:44 AM)chilakil Wrote: BRO i need one tutorial to see where put the macros please thanks you can paste macros directly into cavebot, these will be executed like any other waypoints, only if the character stands next to / or exactly on the desired sqm or you can add them internally, just like any other function and these will be executed when their trigger (or however it should be called) comes true RE: Macros for BBot - Darkside - 05-22-2012 Please Macro For Mana Rune ID 3181 RE: Macros for BBot - dawid10000 - 05-23-2012 I would be thankful if you could make some macros for me there's a list to be done: - When chosen SQM is covered by items or elemental fields move (items), remove (fields) or go through ignoring it. - Put stealth ring on while trapped or force creatures which made you trapped. - Minimize opened bps and do not open empty corpses i guess it's not possible but who knows - Walk in the opposite direction to the attacking ceature in close I do not mean keep distance, It should work like 2 magnets with opposite poles. Thanks in advance! RE: Macros for BBot - jmmolina5 - 06-06-2012 i need 1 refiler of 1300 mana potions send my in private plix RE: Macros for BBot - Hunger - 06-06-2012 1000 {Pot Reffil} VarSetEx(Total, 1300) VarSet(Potnow) Misc.ItemCountEx(IDOFPOT) VarSub(Total, !Potnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(IDOFPOT, !Total!, 1) Macro.Wait(2000) NPC.Say(bye)) RE: Macros for BBot - draw310 - 06-16-2012 i need a macro: -I need my char to use a mysterious machine every 10 seconds RE: Macros for BBot - Maxmage - 06-18-2012 can you make script for collect gold when have 100+ Cap ? |