Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Macro
#1
English :
you could give me some help with a macro?
I need a macro that stops the body side of the rabbit for 10 ~ 12 seconds and use a knife in the body, he is picking up Some, but not all
could confer what is wrong please? >.<
Id's :
* knife : 3469
* Body after 10 seconds :4173

MACRO : 0 {Knife Rabbit1} Macro.Wait(12000) X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Attacking()==0 Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 2) Exit()

*I added it on after the kill


Portugues :
Alguem Poderia me dar uma ajuda com um macro?
eu preciso de um macro que pare do lado do corpo e use uma knife no corpo depois de 12 segundos, ele para do lado , espera os 12 segundos mas não pega de algums
Id's :
* knife : 3469
* Body after 10 seconds :4173

MACRO : 0 {Knife Rabbit1} Macro.Wait(12000) X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Attacking()==0 Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 2) Exit()

*adicionei o macro no after kill do rabbit
#2
Yea do you see at the start ? 0 {Knife Rabbit1}

try changing it to 1 and if that doesent help try putting in maby 2000?

Not sure , let me know if it helped if not i will think of something else Tongue

If i helped a rep+ would be nice , thanks

Oh i think i know whats wrong ,

there is a

Self.Attacking()==0 this means that he only skins when he is not attacking , so when your bot is attacking another monster he doesent use knife on the rabbit , Try it like this if my previous answer didnt work.


1 {Knife Rabbit1} Macro.Wait(12000) X:=Self.X() Y:=Self.Y() Z:=Self.Z() Macro.Wait(1200) Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 2) Exit()

If it still doesent work , use my macro Smile

12000 {Obsidian Knife by Erykans} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Attacking()==0 Map.UseOn(5908, 10352, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(5908, 4025, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(5908, 10356, !X!, !Y!, !Z!, 2)


Hello! , If i Helped a Rep+ would be nice, Thank you !!! Wink
#3
@Finha182

Try to stop cavebot while you are attacking a rabbit and add a auto macro:

Code:
X:=Self.X()
Y:=Self.Y()
Z:=Self.Z()
Map.UseOn(3469, 4173, !X!, !Y!, !Z!, 6)==1
Cavebot.Start()

Also please make a other macro - Anti stuck:

Code:
Misc.StandTime()>20
Cavebot.Stop()
Cavebot.Start()

Tell me if works!
>>> Did I help you? Rep me. <<<
#4
@Nobody93
@erykans

neither worked guys Sad

I need a macro it stops the body side and wait 12 seconds, then use the knife on the body,
is to Rottin Wood and the Married Men Quest. xd

can someone help me?Sad
#5
Hi man , try this , last time i didnt change ID to kitchen knife -.-

12000 {Obsidian Knife by Erykans} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Attacking()==0 Cavebot.Stop() Map.UseOn(3469, 10352, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(3469, 4025, !X!, !Y!, !Z!, 2)<>1 Map.UseOn(3469, 10356, !X!, !Y!, !Z!, 2) Cavebot.Start()


Hello! , If i Helped a Rep+ would be nice, Thank you !!! Wink


Forum Jump:


Users browsing this thread: 1 Guest(s)