"cannot reach that" in a black area - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: "cannot reach that" in a black area (/Thread-cannot-reach-that-in-a-black-area) |
"cannot reach that" in a black area - Rizz - 04-13-2015 07:39 AM Pick up, drag, doubleclick seems disable in the black areas on the map (zone without any kind of floors or building) with GM off sphere build #2056 Do you guys have the same problem? I need to use doubleclick on a certain item, how can i fix? RE: "cannot reach that" in a black area - XuN - 04-13-2015 04:54 PM What black areas do you mean? The space between sea limits and wastelands in example? If so... these tiles may break LOS, hence disabling any player's action. Try this: Code: can_i_forcedc 01000000 // Items with this flag wont perform any check when being DClicked. And be careful, no checks means absolutelly 0 checks for this item but not the actions being made after them. RE: "cannot reach that" in a black area - Rizz - 04-14-2015 07:19 AM Yes that kind of reagion. Right now I am very close to the jail area, in the south (5303 1220). I tried wit the flags you suggested me but still the same... "you can't reach that". For now I fixed in this way [function dc] serv.uid.<findid.i_item>.trigger @dclick But i don't like so much RE: "cannot reach that" in a black area - azmanomer - 04-14-2015 07:47 AM [function dc] ref1 <var.youritem> LOCAL.OLD.P <ref1.p> ref1.p <p> ref1.fix src.dclick <ref1> ref1.p <local.old.p> ref1.fix you can use this too RE: "cannot reach that" in a black area - XuN - 04-14-2015 04:43 PM It was added in build 2092, update yourself!! RE: "cannot reach that" in a black area - Rizz - 04-15-2015 08:53 PM eheh i am planning an update, we'll see Thx to all |