Jump to content
kyeme

[Official] Mapflag to disable viewid

Recommended Posts

Hello,
I just want to suggest mapflag to disable VIEWID of charaters. This feature is implemented in official.
 
// Disable use of costume items// TRUE: Even with costume items equipped, regular item displays.// FALSE: Costume items display instead of regular items in that slot.// Description: On PK enabled maps, the usage of costume items is disabled.// Added On: Sakray - 2010/06/30ADD_PROPERTY(DISABLE_COSTUMEITEM,TRUE);
 
But I think it would be better if we have options like this.
 
256 = disable Upper Headgear display
512 = disable Middle Headgear display
...
1024 = disable Costume Top Headgear display
2048 = disable Costume Mid Headgear display
4096 = disable Costume Low Headgear display
7168 = disable Costume Top/Mid/Low display
8192 = disable Costume Garment/Robe display
 
Example:
prontera	mapflag	noviewid	1024
Players won't be able to view the Costume Top Headgear in prontera map.
 
 
map_zone_db.conf :
name: "GvG"	mapflags: (		"noviewid	7168",	)
Players won't be able to view the Costume Top/Mid/Low Headgear in all gvg maps.
 
 
What do you think? :D

Share this post


Link to post
Share on other sites

Suggestion:

 

Also add noviewid all

Edited by Frost

Share this post


Link to post
Share on other sites

Suggestion:

 

instead of numbers only, why not "id_" in prefix of number? so we can use also id_all if you want to disable all of view id of headgears.

Those are bitwise, so adding all of them and putting that will result in disabling all.

 

+1 for this.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.