Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"cannot reach that" in a black area
Author Message
Rizz
Master
**

Posts: 396
Likes Given: 21
Likes Received: 14 in 9 posts
Joined: Oct 2012
Reputation: 0



Post: #1
"cannot reach that" in a black area
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?
(This post was last modified: 04-13-2015 07:39 AM by Rizz.)
04-13-2015 07:39 AM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #2
RE: "cannot reach that" in a black area
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.
04-13-2015 04:54 PM
Find all posts by this user Like Post Quote this message in a reply
Rizz
Master
**

Posts: 396
Likes Given: 21
Likes Received: 14 in 9 posts
Joined: Oct 2012
Reputation: 0



Post: #3
RE: "cannot reach that" in a black area
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
(This post was last modified: 04-14-2015 07:19 AM by Rizz.)
04-14-2015 07:19 AM
Find all posts by this user Like Post Quote this message in a reply
azmanomer
Journeyman
*

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1



Post: #4
RE: "cannot reach that" in a black area
[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

Tongue you can use this too
04-14-2015 07:47 AM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #5
RE: "cannot reach that" in a black area
It was added in build 2092, update yourself!! Smile
04-14-2015 04:43 PM
Find all posts by this user Like Post Quote this message in a reply
Rizz
Master
**

Posts: 396
Likes Given: 21
Likes Received: 14 in 9 posts
Joined: Oct 2012
Reputation: 0



Post: #6
RE: "cannot reach that" in a black area
eheh i am planning an update, we'll see
Thx to all
04-15-2015 08:53 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)