Hello neeed script for block cccasino ! im pay tibia coins!
FollowPlayer = "BLOCKER NICK"
SafeDistance = 2
--[[ DO NOT EDIT ANYTHING BELOW THIS LINE ]]--
Target = Creature(FollowPlayer)
function FollowCreature(target)
if not target:isSelf() then
if (target:isPlayer() and
target:isOnScreen(false) and
target:isVisible() and
target:isAlive() and
not target:isSummon()) then
local position = target:Position()
if target:DistanceFromSelf() > SafeDistance then
for posx = position.x - SafeDistance, position.x + SafeDistance do
for posy = position.y - SafeDistance, position.y + SafeDistance do
if getDistanceBetween({x = posx, y = posy}, {x = position.x, y = position.y}) == SafeDistance then
if Map.IsTileWalkable(posx, posy, position.z) then
Self.UseItemFromGround(posx, posy, position.z)
end
end
end
end
end
end
end
end
Module('Auto Follow', function(mod)
if Target then
FollowCreature(Target)
end
mod:Delay(200)
end)
Have for follow ;) Need CHECK LOCATION DICER AND STAND AND BLOCK DEPOT
shadowart
12-15-2015, 04:25 AM
What made you think posting this a second time would be a good idea?
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.