kyeme
High Council
- Messages
- 500
- Points
- 0
- Github
- kyeme
- Emulator
Hello,
I just want to suggest mapflag to disable VIEWID of charaters. This feature is implemented in official.
Here's the current format (devs area): http://herc.ws/board/topic/143-missing-mapflags/?hl=mapflag#entry1028
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:
Players won't be able to view the Costume Top Headgear in prontera map.
map_zone_db.conf :
Players won't be able to view the Costume Top/Mid/Low Headgear in all gvg maps.
What do you think?
I just want to suggest mapflag to disable VIEWID of charaters. This feature is implemented in official.
Here's the current format (devs area): http://herc.ws/board/topic/143-missing-mapflags/?hl=mapflag#entry1028
Code:
// 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:
Code:
prontera mapflag noviewid 1024
map_zone_db.conf :
Code:
name: "GvG" mapflags: ( "noviewid 7168", )
What do you think?
Last edited by a moderator: