Log in

View Full Version : HOW TO ADD SCRIPT ?



Ruseek
08-02-2012, 11:06 PM
If i've script for example while (true) do
if (Self.ItemCount(3483) >= 1 and Self.TargetID() == 0) then
for x = -7, 7, 1 do
for y = -5, 5, 1 do
local item = Map.GetTopUseItem(Self.Position().x + x, Self.Position().y + y,

Self.Position().z)
if (item.id == 9582) then
delayWalker(1000)
Self.UseItemWithGround(3483, Self.Position().x + x, Self.Position().y + y,

Self.Position().z)
wait(300,1000)
end
end
end
end
wait(400)
end What i should to do ? Save in notepad and move to Script folder in XenoBot ? Or what? Greetings

silis
08-02-2012, 11:31 PM
save it as .lua and put it in the scripts folder, then in xeno (tibia) open the scripter, searth it and execute it ._.

Ruseek
08-03-2012, 05:30 PM
Thanks for answer.

My last question is about refiller/depositer.

How i can do this ?

I've made targeting looting etc
but i don't know how to do refill/depositer.

And 1 question about targeting

Can i make kill like this ?
for example;
Water Elemental

Using exori vis to like 99% and last hit from wand.
( I don't want to take skull )

How to do this ?
Cause im write from 0 - 99 and doesn't work..
What i should to do ?

Greetings