PDA

View Full Version : Creature:isReachable()



Raziol
03-11-2014, 11:39 PM
Please, implement this funtion and Item:isReachable() because skinner stucks walker when body is behind wall :((((



--- Is creature reachable.
-- Returns true if the creature is reachable
-- Class Creature
-- @return string Not implemented
function Creature:isReachable()
return "Not implemented"-- isPathFound(self:Position())
end

:D

Raziol
03-13-2014, 02:52 AM
bump!!

Tripkip
03-13-2014, 03:18 PM
been suggested so many times, but there are workarounds for it. (also the attacker itself actually checks for it) still I think this could and should be implented

Eion
03-13-2014, 11:46 PM
Just give your skinner a set amount of "attempts" before ignoring that body. Simple.

Although this feature could be useful.

Nakuu
03-13-2014, 11:49 PM
Or skin/dust bodies only that are next to you. Will miss a lot but at least won't get stuck.