Thread Rating:
  • 52 Vote(s) - 3.81 Average
  • 1
  • 2
  • 3
  • 4
  • 5
╠ BBot Macros ╣
#41
(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

It already exists in the Basic Tools>Protector. Look the link below:
http://wiki.bmega.net/doku.php?id=protector

(03-02-2012, 02:43 PM)dave41 Wrote: Hunger,
I need two important exp Skripts:
- If Paraliz & lower 40mana use mana potion
- If Ghost change weapon to Fire Sword, If no Ghost Change back.

Hope you make it!
Thank you

If Paraliz & lower 40mana use mana potion
Code:
1000 {Paraliz & LowerMana} Status.Paralysis Self.Mana<40 Hotkey.Use(IDMANA)

If Ghost change weapon to Fire Sword, If no Ghost Change back.
Code:
1000 {Equip FSword} Target.ByName(Ghost) Self.Equip.LeftHand(IDFSWORD)
1000 {UnEquip FSword} Target.ByName(Ghost)=0 Self.Equip.LeftHand(OTHER_ITEM)

I bow to you my Master <3
#42
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.
#43
Need Skrip If I atek a Monster use Sword ring.
#44
(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.

Thx.

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)
#45
primetest77 Thank you!
#46
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. Big Grin
#47
How To Edit Health Potion Refiller? :S
#48
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))
POTS - Total of potions Ex: 80
266 - ID of potion
#49
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.
#50
Do this by Attack Sequences. Smile
#51
How to add soft Macro? Cant do it, been trying all day ;<
#52
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.
#53
BRO i need one tutorial to see where put the macros please thanks
#54
(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

[Image: cavebotmacros.png]


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

[Image: externalmacros.png]
#55
Please Macro For Mana Rune ID 3181
#56
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 Smile
- 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! Rolleyes
#57
i need 1 refiler of 1300 mana potions send my in private plix
#58
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))
#59
i need a macro:
-I need my char to use a mysterious machine every 10 seconds
#60
can you make script for collect gold when have 100+ Cap ?


Forum Jump:


Users browsing this thread: 1 Guest(s)