Ir para conteúdo

Posts Recomendados

if not isWalkable then
function isWalkable(cid, pos, considerCreatures) -- By Killua
	if considerCreatures == nil then considerCreatures = true end
	if getTopCreature(pos).uid and getTopCreature(pos).uid > 0 then
		if considerCreatures then return false else return true end
	end	
    pos.stackpos = 0
    if getTileThingByPos(pos).uid ~= 0 then
        if doTileQueryAdd(cid, pos) == RETURNVALUE_NOERROR then
            return true
        end
    end
    return false
end
end

Só botar numa lib

Link para o comentário
https://xtibia.com/forum/topic/233806-adicionando-iswalkable/#findComment-1650730
Compartilhar em outros sites

  • 2 months later...
Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...