Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NOT FOUND MY MACRO SCRIPT
#1
I play a ot version 9.1 and & use this sctipt: 1 {Muro Abajo1} Tibia.KeyDown(104) VarSet(X) Self.X VarSet(Y) Self.Y VarSet(Z) Self.Z VarSub(Y, 1) Map.UseOn(669, 7931, !X!, !Y!, !Z!, 0)

But in yours new version this not found…. Why ???

(08-26-2012, 09:35 PM)Zeikov Wrote: I play a ot version 9.1 and & use this sctipt: 1 {Muro Abajo1} Tibia.KeyDown(104) VarSet(X) Self.X VarSet(Y) Self.Y VarSet(Z) Self.Z VarSub(Y, 1) Map.UseOn(669, 7931, !X!, !Y!, !Z!, 0)

But in yours new version this not found…. Why ???
#2
Code:
1 {Muro Abajo1} Tibia.KeyDown(104) X:=Self.X() Y:=Self.Y() Z:=Self.Z VarSub(Y, 1) Map.UseOn(669, 7931, !X!, !Y!, !Z!, 0)
#3
mmm dont found ):

that i want is if the item 7931 is down of the character and & press Tibia.KeyDown(104) use the item 669 on the item 7931

in your script the item 669 use in all 7931 without matter the position
#4
Let me see if I understand, when the item is 7931 below the character use the item 669 in it?
#5
yes use 699 in 7931

just when 7931 is below the character

Like Example if a terra wall is below de char(7931) use the machete on it(699)...... obviously in the ot that i play are items that doesn´t exist in Real Tibia
#6
eii man please halp!!

ayuda ajjaa

i think you misunderstood me or i just dont know how to set up the macro.
I want the script to be executed when the tibia.keydown(104) is pressed
#7
[macro]100 {Muro Abajo1} Tibia.KeyDown(104)==1 X:=Self.X() Y:=Self.Y() Z:=Self.Z VarSub(Y, 1) Map.UseOn(669, 7931, !X!, !Y!, !Z!, 0)[/macro]


Forum Jump:


Users browsing this thread: 1 Guest(s)