SphereCommunity
[SPELL] Teleport issue 56b - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: [SPELL] Teleport issue 56b (/Thread-SPELL-Teleport-issue-56b)



[SPELL] Teleport issue 56b - Russian - 02-11-2018 12:13 AM

Hello.
Sphere server 0.56.2.0

The players can cast teleport to under map:

[Image: Screenshot_1.png]

And after cast new position is:

[Image: Screenshot_2.png]

I was trying to this:

Code:
ON=@SPELLCAST
IF (<ARGN>==22)
SAY @0486 <SRC.P> --> <SRC.TARGP> [<SRC.TARGP.X>,<SRC.TARGP.Y>,<SRC.TARGP.Z>]
    IF !(<SRC.CANSEELOS <SRC.TARGP>>)
    SRC.SYSMESSAGE @0486 [1769T] Вне поля видимости.
    RETURN 1    
    ENDIF
//ENDIF
But CANSEELOS does not help for solve this.