Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guild members can not see each other with green color name
Author Message
Rizz
Master
**

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



Post: #1
Guild members can not see each other with green color name
I don't know why, i never changed anything about guild option but after the sphere updated i have this problem...
Any suggestion?
05-10-2013 06:23 AM
Find all posts by this user Like Post Quote this message in a reply
admin phoenix
Master
**

Posts: 354
Likes Given: 1
Likes Received: 23 in 13 posts
Joined: Mar 2012
Reputation: 3



Post: #2
RE: Guild members can not see each other with green color name
something had change. maybe this is the effect of it

23-04-2013, Shaklaban
-Added: DeadCannotSeeLiving option for sphere ini.
DeadCannotSeeLiving=1: Dead players cannot see npcs (except healers and their own pets).
DeadCannotSeeLiving=2: Dead players cannot see players and npcs.
DeadCannotSeeLiving=0: Old behaviour.
05-14-2013 09:04 PM
Find all posts by this user Like Post Quote this message in a reply
Staff_Stanic
Journeyman
*

Posts: 96
Likes Given: 25
Likes Received: 14 in 8 posts
Joined: Nov 2012
Reputation: 1

Dimension Shard

Post: #3
RE: Guild members can not see each other with green color name
This isn't commented?
//ColorNotoGuildSame=044 // green
05-16-2013 03:55 AM
Visit this user's website 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: #4
RE: Guild members can not see each other with green color name
Nope, i found that if a player is a recruit (and not an effective member) he can not see other guild members with green names.
05-16-2013 08:54 AM
Find all posts by this user Like Post Quote this message in a reply
Staff_Stanic
Journeyman
*

Posts: 96
Likes Given: 25
Likes Received: 14 in 8 posts
Joined: Nov 2012
Reputation: 1

Dimension Shard

Post: #5
RE: Guild members can not see each other with green color name
So you can customize it if you want...
My sugestions:
PHP Code:
ON=@CharClick
IF (<ACT.ISPLAYER>)
 IF (<
ACT.GUILD> == <SRC.GUILD>)
  
ACT.MESSAGE @<SERV.ColorNotoGuildSame> <ACT.NAME>
  return 
1
 
ENDIF
ENDIF 
or (I prefer):
PHP Code:
ON=@AfterClick
IF (<ISPLAYER>)
 IF (<
GUILD> == <SRC.GUILD>)
  
LOCAL.ClickMsgHue=<SERV.ColorNotoGuildSame>
 ENDIF
ENDIF 
(This post was last modified: 05-16-2013 09:38 AM by Staff_Stanic.)
05-16-2013 09:31 AM
Visit this user's website 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: Guild members can not see each other with green color name
I didn't know about it!
Thx Stanic
05-16-2013 11:41 PM
Find all posts by this user Like Post Quote this message in a reply
Staff_Stanic
Journeyman
*

Posts: 96
Likes Given: 25
Likes Received: 14 in 8 posts
Joined: Nov 2012
Reputation: 1

Dimension Shard

Post: #7
RE: Guild members can not see each other with green color name
You're welcome!
=D
05-17-2013 01:42 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)