![]() |
help me macro ++REP - 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: help me macro ++REP (/thread-14739.html) |
help me macro ++REP - Daviid95 - 04-22-2014 i need macro use spell in 150s time spell: adeta res time: 150s and spell: utani mas hur time: 15s please and ty ![]() ++REP RE: help me macro ++REP - raphaelignacio - 04-22-2014 Code: 150000 {Cast Spell} Self.Say(adeta res) Code: 15000 {Cast Spell} Self.Say(utani mas hur) RE: help me macro ++REP - mr. Kris - 04-22-2014 You can add to macro line: Macro.Wait(time ms) Code: 100 {Cast Spell} Macro.Wait(150000) Self.Say(adeta res) Code: 100 {Cast Spell} Macro.Wait(15000) Self.Say(utani mas hur) Edited RE: help me macro ++REP - raphaelignacio - 04-24-2014 if you put macro.wait, the whole bot stop to work, all functions.. And. 1 s = 1000 ms = 1 segundo check: http://es.wikipedia.org/wiki/Milisegundo RE: help me macro ++REP - mr. Kris - 04-24-2014 (04-24-2014, 11:34 AM)raphaelignacio Wrote: if you put macro.wait, the whole bot stop to work, all functions.. Yea, You have right. When I msg this I was retard. RE: help me macro ++REP - Daviid95 - 04-25-2014 (04-22-2014, 12:03 PM)mr. Kris Wrote: You can add to macro line: Macro.Wait(time ms) :SS bug ("no responde") :S and ty for u macros ++REP |