![]() |
Fix Teleport Z Position - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: Fix Teleport Z Position (/Thread-Fix-Teleport-Z-Position) |
Fix Teleport Z Position - ForesteR - 06-03-2015 04:40 AM That is my fix, correct? any sugestions? ON=@SUCCESS IF (<SRC.Z> > <EVAL <targp.z>+15>) RETURN 1 ENDIF IF (<SRC.Z> < <EVAL <targp.z>-15>) RETURN 1 ENDIF RE: Fix Teleport Z Position - Skul - 06-09-2015 01:19 PM I would use @select and halt the spell before it is fired. RE: Fix Teleport Z Position - ForesteR - 06-13-2015 05:08 AM i`m upgranding to 56c last nightly build, this is fixed in that? |