Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP MACRO PLS
#1
i need a macro for drop empty vials and exit my tibia when my character deads and go temple.
other question, ex: i've 70 mf on my backpack and deposit only go for depot with 69 mf. i pass on the fullcheck with 70 and use one soon after. have somehow of back for the fullcheck waypoint or the bot will do all the path and after he do the fullcheck again?
#2
Macro for Vials:

X:=Self.X()
Y:=Self.Y()
Z:=Self.Z()
Map.Thrown(285, 100, !X!, !Y!, !Z!)
Exit()

Macro to stop after death:

!Verify!==0
Self.Health()<=0
BBot.TogglePause()

Macro to check waypoint, and re-run cavebot if stucked:

Misc.StandTime()>100
Cavebot.Stop()
Cavebot.Start()
Exit()
#3
wrong section btw.
[Image: sGmYH7p.png]

_____________________________________________
#4
1000 {Drop vial small} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=100 Map.Thrown(285, 50, !X!, !Y!, !Z!)

1000 {Drop vial strong} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Capacity()<=200 Map.Thrown(283, 50, !X!, !Y!, !Z!)

500 {temple close} Creatures.ByName(XXX)>=1 Tibia.Close()

XXX = npc in ur temple i prefer darashia there also when macro will not close tibia any1 need 2 hrs for tp you on 0 floor Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)