This is what was posted before
1613631495 - PK allowed(PK not rising) / Jump allowed(time condition) / Mount allowed / do not store position after relog! / REVIVE DOES NOT WORK!
1613299724 - PK not allowed / Jump allowed / Mount not allowed / do not store position after relog!
1613332494 - PK not allowed / Jump allowed / Mount not allowed / do not store position after relog!
1613300068 - PK allowed(PK not rising) / Jump allowed / Mount not allowed / do not store position after relog! (both revives revive at same map)
1612775780 - PK allowed(PK not rising) / Jump allowed / Mount not allowed / Store position after relog! (both revives revive at same map)
1613632516 - PK allowed(PK not rising) / Jump allowed / Mount allowed / DO not Store position after relog! / REVIVE DOES NOT WORK!
1665662988 - PK not allowed / Jump allowed / Mount allowed / do not store position after relog! / (MAP BECAME SMALLER??)
1075838976 - PK Allowed(PKrising) / Jump allowed / Mount allowed / do not store position after relog!
1075838980 - PK allowed(PKrising) / Jump allowed / Mount allowed / do not store position after relog!
1090519052 - PK not allowed / Jump allowed / Mount allowed / do not store position after relog! / DRAGON MORPH AVAILABLE
3274178572 C328000C - PK not allowed / Jump not allowed / Mount allowed / do not store position after relog! town and random dont work /cronus does work
3275227148 C338000C - PK not allowed / Jump not allowed / Mount allowed / do not store position after relog! random dont work/ cronus+town does work
3223846924 C028000C - PK not allowed / Jump not allowed / Mount allowed / do not store position after relog! town portal,random,cronus portal work
3282567244 C3A8004C - PK not allowed / Jump not allowed / Mount allowed / do not store position after relog! random,town,cronus does not work
3274178564 - PK allowed(PKrising) / Jump not allowed / Mount allowed / do not store position after relog!
2055864453 (LEGION WAR TYPE) - PK allowed / Jump not allowed / Mount allowed
MAPTYPE_NORMAL = 0x0000, // 00
MAPTYPE_PKFIELD = 0x0001, // 01 PK fields
MAPTYPE_CHGMAP_DISABLE = 0x0002, // 02 //magic call team member Cannot lay aside the faction relay station, cannot use the black magic to realize the migration in the map
MAPTYPE_RECORD_DISABLE = 0x0004, // 04 cannot the record
MAPTYPE_PK_DISABLE = 0x0008, // 08 cannot PK
MAPTYPE_BOOTH_ENABLE = 0x0010, // 16 may set up a stall
MAPTYPE_TEAM_DISABLE = 0x0020, // 32 cannot form a team
MAPTYPE_TELEPORT_DISABLE = 0x0040, // 64 // chgmap by action Cannot use chgmap (instruction) or returns to the city the volume to move the position in the map
MAPTYPE_SYN_MAP = 0x0080, // 128 faction maps
MAPTYPE_PRISON_MAP=0x0100,//256 jail maps
MAPTYPE_WING_DISABLE =0x0200,//512 //bowman fly disable cannot fly
MAPTYPE_FAMILY=0x0400,//1024 family maps
MAPTYPE_MINEFIELD=0x0800,//2048 mines
MAPTYPE_CALLNEWBIE_DISABLE=0x1000,//4096
MAPTYPE_REBORN_NOW_ENABLE=0x2000,//8192 in-situ reactivating
MAPTYPE_NEWBIE_PROTECT=0x4000,//16384 supports the security map which the novice protect
This is my research for it.
Its something i have been testing. i haven't found all the value's but most are there
enum ENUM_MAPTYPE {
MAPTYPE_NORMAL = 0x00000000, // 00
MAPTYPE_PKFIELD(pk not rise) = 0x00000001, // 01
MAPTYPE_CHGMAP_DISABLE = 0x00000002, // 02
MAPTYPE_RECORD_DISABLE = 0x00000004, // 04
MAPTYPE_PK_DISABLE = 0x00000008, // 08
MAPTYPE_BOOTH_ENABLE = 0x00000010, // 16
MAPTYPE_TEAM_DISABLE = 0x00000020, // 32
MAPTYPE_TELEPORT_DISABLE = 0x00000040, // 64
MAPTYPE_SYN_MAP = 0x00000080, // 128
MAPTYPE_PRISON_MAP(pk dropfast) = 0x00000100, // 256
MAPTYPE_WING_DISABLE = 0x00000200, // 512
MAPTYPE_FAMILY no resurgence = 0x00000400, // 1024
MAPTYPE_MINEFIELD = 0x00000800, // 2048
MAPTYPE_PKGAME jump sp or timer No blinkin no revive skill resurgence pk message on revive from death
revive pets on exit = 0x00001000, // 4096
MAPTYPE_NEVERWOUND = 0x00002000, // 8192
MAPTYPE_DEADISLAND = 0x00004000, // 16384
= 0x00008000, // 32768
Disable mount = 0x00010000 // 65536
= 0x00020000 // 131072
Disable Revive here = 0x00040000 // 262144
= 0x00080000 // 524288
Disable Town portal = 0x00100000 // 1048576
Disable Dragon morph = 0x00200000 // 2097152
= 0x00400000 // 4194304
Disable Cronus portal = 0x00800000 // 8388608
Disable Random Portal = 0x01000000 // 16777216
= 0x02000000 // 33554432
= 0x04000000 // 67108864
= 0x08000000 // 134217728
= 0x10000000 // 268435456
= 0x20000000 // 536870912
Disable nobility tele = 0x40000000 // 1073741824
Disable Jump = 0x80000000 // 2147483648