Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need help with some macros
#1
Hi guys

iam new user of bbot and wana some macros

1- auto haste when no monster on screen
2- Refill ammo any kind of bolts if bolts lower than 50
3- open next bp - for example open next bp when bolts end from it
4- logout if x name on screen
5- anti stuck
6- move item (ID) from x bp to x bp

i wish u can help me with it Thanks
#2
I'm trying to do this but its hard cause i dont know how to make bbot wait for the spell delay ;S

Edit~
I didnt tested yet, you should test =P

Auto haste if no monsters on screen:
Code:
1000 {Auto haste} Creatures.OnScreen=0 Self.Mana>65 Status.Haste=0 Self.Say(Utani Hur)

Paper~
The Patch will come when the patch comes!
[Image: signgodfather.png]

Todo List:
Cavebot Tutorial                            [ ]
Macros Tutorial                              [ ]
Killer Non Walkable Sqm Tutorial       [ ]
___
Sir Scripts Co. (coming...)
___
Pai dos Burros
#3
Paper Boy Wrote:I'm trying to do this but its hard cause i dont know how to make bbot wait for the spell delay ;S

Edit~
I didnt tested yet, you should test =P

Auto haste if no monsters on screen:
Code:
1000 {Auto haste} Creatures.OnScreen=0 Self.Mana>65 Status.Haste=0 Self.Say(Utani Hur)

Paper~

Thanks For trying to help me Smile

i tried it but does not work np for delay i can make it
i'll very happy if u got any macro of athers Thanks Dude :*
#4
Code:
100 {Auto haste} Creatures.OnScreen<2 Status.Haste=0 Self.Say(Utani Mas Hur) Macro.Wait(1000)

this one is working fine that is what i need
Thanks Paper Boy u showed me the way Smile
waitting your help in athers macros if u can Big Grin
#5
i'll try to do it now.


1- auto haste when no monster on screen <<, DONE
2- Refill ammo any kind of bolts if bolts lower than 50 <<Can u explain this?
3- open next bp - for example open next bp when bolts end from it << I have no ideia how can i make this ;/
4- logout if x name on screen << I think its simple, i'll try to do it now.
5- anti stuck << Can you explain what do you want?
6- move item (ID) from x bp to x bp < Idk if its possible but i'll try.

paper~
The Patch will come when the patch comes!
[Image: signgodfather.png]

Todo List:
Cavebot Tutorial                            [ ]
Macros Tutorial                              [ ]
Killer Non Walkable Sqm Tutorial       [ ]
___
Sir Scripts Co. (coming...)
___
Pai dos Burros
#6
Paper Boy Wrote:i'll try to do it now.


1- auto haste when no monster on screen <<, DONE
2- Refill ammo any kind of bolts if bolts lower than 50 <<Can u explain this?
3- open next bp - for example open next bp when bolts end from it << I have no ideia how can i make this ;/
4- logout if x name on screen << I think its simple, i'll try to do it now.
5- anti stuck << Can you explain what do you want?
6- move item (ID) from x bp to x bp < Idk if its possible but i'll try.

paper~

2- i mean macro to up my bolts to arrow spot (ammo)
if bolts lower than 50 bolt (reloader)
5- anti stuck , meaning that i need macro to make something like dash if my character stoped higher than x second
i tried those macros and did not work
Code:
1000 {Auto UnStuck} Self.StandTime>30000 Self.Stop
1000 {Auto UnStuck} Self.StandTime>30000 Self.MoveN Self.MoveS

Thanks For helping me Smile
#7
2-
Code:
2000 {Refill Ammo} Self.Inventory.Ammunition<50 Self.Equip.Ammo(3725)
4- I dont know how make this but you can use this macro:
Code:
2000 {Log if player ON} Vip.Online(Character) Self.Logout
5- I do not quite understand your claim that macro, but try this
Code:
2000 {Anti Stuck} Misc.StandTime>20000 Self.MoveN Self.MoveS Self.MoveE Self.MoveW
6- I read the wiki researching one macro to make this but i dont found it.
#8
[center]Refill Ammo does not work

nice try thanks
[/center]


Forum Jump:


Users browsing this thread: 1 Guest(s)