[Macros]Energy ring ! - 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: [Macros]Energy ring ! (/thread-7183.html) |
[Macros]Energy ring ! - jeanek09 - 02-14-2013 Witam, czy da rady zrobić macros gdy 40% hp zakłada Energy ring, a gdy 100% to ściąga ?? Z góry dziękuje ! Pozdrawiam RE: [Macros]Energy ring ! - jeanek09 - 02-20-2013 ~~REFRESH~~ RE: [Macros]Energy ring ! - edwino4 - 03-03-2013 REFresh RE: [Macros]Energy ring ! - 81432858 - 03-03-2013 1 {ENERGYRING} Target.Self() Target.Health()<=X [ELSE] Self.Equip.Ring(3051) Exit() {ELSE] Target.Self() Target.Health()>=Y Self.UnEquip.Ring(0) Exit() I nie mów polskiego. Używam Google Translator. y = pierścień życia do podjęcia X = umieścić pierścień Target.Health = % RE: [Macros]Energy ring ! - edwino4 - 03-03-2013 (03-03-2013, 05:40 PM)81432858 Wrote: 1 {ENERGYRING} Target.Self() Target.Health()<=X [ELSE] Self.Equip.Ring(3051) Exit() {ELSE] Target.Self() Target.Health()>=Y Self.UnEquip.Ring(0) Exit() Dosent work =.= i got that ": 1 {ENERGYRING} Target.Self() Target.Health()<=700 [ELSE] Self.Equip.Ring(3051) Exit() {ELSE] Target.Self() Target.Health()>=1000 Self.UnEquip.Ring(0) Exit() RE: [Macros]Energy ring ! - 81432858 - 03-04-2013 (03-03-2013, 08:55 PM)edwino4 Wrote:Target.Heath = %(03-03-2013, 05:40 PM)81432858 Wrote: 1 {ENERGYRING} Target.Self() Target.Health()<=X [ELSE] Self.Equip.Ring(3051) Exit() {ELSE] Target.Self() Target.Health()>=Y Self.UnEquip.Ring(0) Exit() 0 for 100% You put in a decimal number. Target.Health is counted at% or 0-100 RE: [Macros]Energy ring ! - edwino4 - 03-05-2013 (03-04-2013, 01:21 PM)81432858 Wrote:(03-03-2013, 08:55 PM)edwino4 Wrote:Target.Heath = %(03-03-2013, 05:40 PM)81432858 Wrote: 1 {ENERGYRING} Target.Self() Target.Health()<=X [ELSE] Self.Equip.Ring(3051) Exit() {ELSE] Target.Self() Target.Health()>=Y Self.UnEquip.Ring(0) Exit() Ok if it work i give rep thanks i dont see this % |