Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bot has very slow reactions
#5
I think i found the "problem".
[macro]3000 {Drop Empty Flask} X:=Self.X() Y:=Self.Y() Z:=Self.Z() X1:=1 Y1:=1 VarAdd(X, !X1!) VarSub(Y, !Y1!) Self.Capacity()<=99999 Map.Thrown(283, 10, !X!, !Y!, !Z!) Map.Thrown(284, 10, !X!, !Y!, !Z!) Map.Thrown(285, 10, !X!, !Y!, !Z!) Exit()[/macro]
Self.Capacity()<=99999 <= Problem

Put this:
[macro]3000 {Drop Empty Flask} X:=Self.X() Y:=Self.Y() Z:=Self.Z() X1:=1 Y1:=1 VarAdd(X, !X1!) VarSub(Y, !Y1!) Self.Capacity()<=50 Map.Thrown(283, 10, !X!, !Y!, !Z!) Map.Thrown(284, 10, !X!, !Y!, !Z!) Map.Thrown(285, 10, !X!, !Y!, !Z!) Exit() [/macro]

And I think what "Exori Vis Macro" dont need Macro.Wait, just put 1000ms. Like this:
[macro]1000 {Exori Vis} Self.Mana>=20 Self.Attacking==01 Self.Say(exori vis) [/macro]
Reply


Messages In This Thread
Bot has very slow reactions - by Xudam - 09-27-2015, 06:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)