![]() |
re-user / ssa - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: re-user / ssa (/thread-9375.html) |
re-user / ssa - vribera - 05-08-2013 how does the re-user with amulets work? if im wearing an ssa it will replace it with another one once its finished? isnt there any way to be able to use a hotkey to equip ssa whenever u want with a macro or something? Or like if health goes below X% then equip ssa nonstop RE: re-user / ssa - Coizado - 05-08-2013 Yes, there is, both ways are possiblem. RE: re-user / ssa - vribera - 05-08-2013 (05-08-2013, 10:08 PM)Coizado Wrote: Yes, there is, both ways are possiblem. and how do i do it? some help would be nice RE: re-user / ssa - Coizado - 05-09-2013 Here is one by health: Code: 500 {SSA Health by C} on:=30 off:=80 ssa:=3081 BP:=0 Self.Health%()<=!on! [if] Self.Inventory.Amulet()<>!ssa! Self.UnEquip.Amulet(!BP!) Macro.Wait(20) Self.Equip.Amulet(!ssa!) Exit() {if} Self.Health%()>=!off! Self.Inventory.Amulet()==!ssa! Self.UnEquip.Amulet(!BP!) Exit() on:=30 Health % to put on off:=80 Health % to take off RE: re-user / ssa - vribera - 05-09-2013 (05-09-2013, 03:36 AM)Coizado Wrote: Here is one by health: thx , and how do i do it with hotkey? and can i do the same macro u said but with mana? isntead of with health? RE: re-user / ssa - gogol13 - 05-09-2013 and you must have open bp with ssa ;d RE: re-user / ssa - vribera - 05-09-2013 but how do i make to equip ssa with hotkeys? like everytime i click a certain key it equips it. and how do i do it to auto equip allt he time when my mana is below 2000 ? RE: re-user / ssa - Coizado - 05-09-2013 Sorry mate, you are gonna have to learn how to make your own macros. The wiki has some information to you: Macro Editor: http://wiki.bmega.net/doku.php?id=macro_editor Macro Commands: http://wiki.bmega.net/doku.php?id=macros_commands RE: re-user / ssa - vribera - 05-10-2013 is it so ahrd to just help me? i dont have much time to be arsed with those things , and if any of u already knows how to do it why dont u just help me , it takes u no time at all lol |