Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MOVE 1 SQM TO NORTH
#1
Im standing at my door`s house. and im making runes.
but im red skull.
so... i want to move my char 1 sqm to inside of the house if attaked by player.
is there any way to do it?
plz?
#2
Code:
1000 {red na casa} Self.Health <> Self.HealthMax Self.MoveTo(1, 1, 1)

Put yours coordenades at (1,1,1). I did this way because you can be pushed before an attack and go 1 sqm to north won't be the soluction.

To get your coordenade:

Code:
500 {Tibia GPS} X:=Self.X Y:=Self.Y Z:=Self.Z HUD.Setup(3, 1, 255, 255, 255) HUD.Display(!X! !Y! !Z!)

The last one was made by upking
#3
(03-26-2012, 12:19 AM)antharaz Wrote:
Code:
1000 {red na casa} Self.Health <> Self.HealthMax Self.MoveTo(1, 1, 1)

Put yours coordenades at (1,1,1). I did this way because you can be pushed before an attack and go 1 sqm to north won't be the soluction.

To get your coordenade:

Code:
500 {Tibia GPS} X:=Self.X Y:=Self.Y Z:=Self.Z HUD.Setup(3, 1, 255, 255, 255) HUD.Display(!X! !Y! !Z!)

The last one was made by upking

Thanks bro!


Forum Jump:


Users browsing this thread: 1 Guest(s)