![]() |
Need Proffesional Soft Macro - 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: Need Proffesional Soft Macro (/thread-14316.html) |
Need Proffesional Soft Macro - Vena Lore - 03-11-2014 Hi all Im looking around for about 2 h now for macro to change softs into boh and vice versa when the battle comes up/ or even when mana is lower then x%. If anyone has something like that please post it. also im looking for macro when fighting equip softs else equip boh. if it is possible. thank you RE: Need Proffesional Soft Macro - burnek - 03-12-2014 Code: 1000 {ChangeSoftToBoh} Self.Mana%()<=50 [jump] Self.Equip.Boots(6529) Exit() {jump} Self.Mana%()>=90 Self.Equip.Boots(3079) Exit() RE: Need Proffesional Soft Macro - Vena Lore - 03-12-2014 Checking now Works !! reput and thankss RE: Need Proffesional Soft Macro - Vena Lore - 03-13-2014 Anyone has a macro to change soft when fighting is on/ or when he start to fight monsters when he kills one change it back to boh ? RE: Need Proffesional Soft Macro - oluch - 03-14-2014 Code: {ChangeSoftToBoh} if mana lower than XXX softs on if mana higer than XXXZZZ softs to bp, boh on |