The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Invisible chars walk sphere.ini setting 1/0 help me.
Author Message
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #1
Invisible chars walk sphere.ini setting 1/0 help me.
Hello.

Code:
29-04-2016, Coruja
Fixed: Invisible (statf_invisible) chars not being revealed when others chars walk over him.

As the player passes over the invisible player invisibility is disappearing.

Can you set sphere.ini for this?

1 = open.
0 = close.

I'm waiting for help.
Thank you.

[Image: banner.png]
(This post was last modified: 10-21-2017 03:21 AM by G-Defender.)
10-21-2017 03:17 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #2
RE: Invisible chars walk sphere.ini setting 1/0 help me.
unfortunately sphere.ini already have too many settings, so sphere compiler already reached its limit and is not accepting more settings on this same file

but maybe you can bypass these walk checks using @PersonalSpace trigger
Code:
ON=@PersonalSpace
IF (<FLAGS> & statf_invisible)   //or <SRC.FLAGS>?
  ARGN1=0
ENDIF

this will lower the stamina required to walk over another char from 10 (default value) to 0, and when the value is 0 sphere will allow the walk skipping reveal checks
10-25-2017 02:24 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 2 users Like Coruja's post
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #3
RE: Invisible chars walk sphere.ini setting 1/0 help me.
@Coruja

not working.

[Image: banner.png]
(This post was last modified: 10-25-2017 06:09 AM by G-Defender.)
10-25-2017 05:58 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
massis87
Journeyman
*

Posts: 82
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Jan 2017
Reputation: 0

D&W 8thAge

Post: #4
RE: Invisible chars walk sphere.ini setting 1/0 help me.

There are worse ways to understand the sense of the word: no. Ranting
(This post was last modified: 10-25-2017 10:36 PM by massis87.)
10-25-2017 10:32 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
G-Defender
Journeyman
*

Posts: 57
Likes Given: 12
Likes Received: 3 in 3 posts
Joined: Dec 2012
Reputation: 0

(uolist.net)

Post: #5
RE: Invisible chars walk sphere.ini setting 1/0 help me.
Hello look video.

https://youtu.be/KwDIz2D5Br4

invisible distortion when over the player while the player is invisible sphere:56d.

it works like this.

Code:
ON=@PersonalSpace
IF (<FLAGS> & statf_invisible)   //or <SRC.FLAGS>?
ARGN1=-1
ENDIF

@maya Corrected by.

thx.

[Image: banner.png]
(This post was last modified: 01-08-2018 04:56 AM by G-Defender.)
01-08-2018 02:25 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
evening
Journeyman
*

Posts: 138
Likes Given: 0
Likes Received: 14 in 9 posts
Joined: Apr 2012
Reputation: 1

Finally Land

Post: #6
RE: Invisible chars walk sphere.ini setting 1/0 help me.
you can use ( <i.flags> & 0800000 )
(This post was last modified: 01-08-2018 11:47 AM by evening.)
01-08-2018 11:44 AM
Visit this user's website 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)