![]() |
Energy Ring WAR system - 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: Energy Ring WAR system (/thread-18486.html) |
Energy Ring WAR system - xinacyra - 09-10-2015 hi i have this macro 500 {Energy Ring} Self.Health%()<55 [jump] Self.Equip.Ring(3051) Exit() {jump} Self.Health%()<80 [jump2] Exit() {jump2} Self.UnEquip.Ring(0) Exit() but i need one like this for this bot auto 2 { listas 'Energy Ring' | setcolor 255 2} if [$hppc <= 40] equipring 3051 | if [$hppc >= 85] equipring 9392 to equip the other ring when hp is above 80% RE: Energy Ring WAR system - erleo - 09-10-2015 Just edit your first macro. Like this, test it. [macro]500 {Energy Ring 2.0} Self.Health%()<=40 [jump] Self.Equip.Ring(3051) Exit() {jump} Self.Health%()>=80 [jump2] Exit() {jump2} Self.Equip.Ring(9392) Exit() [/macro] RE: Energy Ring WAR system - rafalaki - 01-14-2016 9392 is what ring? RE: Energy Ring WAR system - Catar - 01-14-2016 there is no 9392 ring or it may be some ring when its already ON finger energy rin when in bp has 3051 and when active on finger it is 3088 |