Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problema no Macro Editor
#3
Não eu salvei o comando como uma unica linha e ele se separou!

pro exemplo pega esse macro aki e da um paste edit...
você vai ver como fica....

Code:
1000 {##### FRAMEWORK MACRO #####} !stuck_killer!==0 mob_target:=Creature.Attacking() Macro.Wait(1) mob_target_life:=Creature.Health(!mob_target!) Creature.Health(!mob_target!)=!mob_target_life! Killer.Stop() Macro.Wait(2) Killer.Start() Exit()

Agora se eu coloco assim ele vai de boa...
Code:
1000 {##### FRAMEWORK MACRO #####} !stuck_killer!==0 mob_target:=Creature.Attacking() Macro.Wait(1) mob_target_life:=Creature.Health(!mob_target!) Creature.Health(!mob_target!)==!mob_target_life! Macro.Wait(1) Killer.Stop() Macro.Wait(2) Killer.Start() Exit()


Messages In This Thread
Problema no Macro Editor - by HdKero - 06-26-2013, 01:49 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)