NOT FOUND MY MACRO SCRIPT - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: NOT FOUND MY MACRO SCRIPT (/thread-4090.html) |
NOT FOUND MY MACRO SCRIPT - Zeikov - 08-26-2012 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) RE: NOT FOUND MY MACRO SCRIPT - Kimoszin - 08-26-2012 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) RE: NOT FOUND MY MACRO SCRIPT - Zeikov - 08-26-2012 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 RE: NOT FOUND MY MACRO SCRIPT - Kimoszin - 08-27-2012 Let me see if I understand, when the item is 7931 below the character use the item 669 in it? RE: NOT FOUND MY MACRO SCRIPT - Zeikov - 08-27-2012 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 RE: NOT FOUND MY MACRO SCRIPT - Zeikov - 01-05-2013 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 RE: NOT FOUND MY MACRO SCRIPT - Kimoszin - 01-05-2013 [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] |