![]() |
Searching for healing 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: Searching for healing macro. (/thread-17096.html) |
Searching for healing macro. - Klosterstraße - 01-09-2015 Hi everyone. I search a lot but I can't find this. I want to use marco. Ex. When he have 1000 HP, he uses "Exura Ico" and heals to 1700 HP. And he should use this everytime when have 1000 HP. Someone can help me? It will be great! As you can see I'm total newbie with Bbot ![]() RE: Searching for healing macro. - mr. Kris - 01-09-2015 As You can see BBot healer is implemented o.o - http://wiki.bmega.net/doku.php?id=healer Macro: Code: 100 {healing} Self.Health()<=1000 [jump] Self.Say(Exura Ico) Exit() {jump} Self.Health()<=1700 [jump2] Self.Say(Exura Ico) Exit() {jump} Exit() RE: Searching for healing macro. - Klosterstraße - 01-09-2015 I know Healer is implemented but don't know how to make that. Btw thanks for help ![]() |