myieee Posted July 18, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 83 Reputation: 0 Joined: 12/07/11 Last Seen: November 29, 2020 Share Posted July 18, 2016 Hi I would like to disable Body Relocation , Cloaking , High Jump in a certain map and also I would like to disable any shield as well thanks Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted July 19, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 05:32 PM Share Posted July 19, 2016 skill db/re/skill_nocast_db.txt item db/re/item_noequip.txt Quote Link to comment Share on other sites More sharing options...
0 Sryx Posted July 19, 2016 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 520 Reputation: 64 Joined: 11/19/11 Last Seen: October 19, 2024 Share Posted July 19, 2016 // Forbidden Skills Database // Defines unusable skills in map types and zones. // // Structure of Database: // SkillID,Flag // // Legend for 'Flag' field (bitmask): // 1 - cannot be used in normal maps // 2 - cannot be used in PvP maps (use this instead of 1 for PK-mode servers) // 4 - cannot be used in GvG maps // 8 - cannot be used in Battleground maps // 16 - cannot be cloned (clones will not copy this skill) // Restricted zones - configured by 'restricted <number>' mapflag // 32 - cannot be used in zone 1 maps // 64 - cannot be used in zone 2 maps // 128 - cannot be used in zone 3 maps // 256 - cannot be used in zone 4 maps // 512 - cannot be used in zone 5 maps // 1024 - cannot be used in zone 6 maps // 2048 - cannot be used in zone 7 maps // // Example: // 8,6 // Endure cannot be used in PvP and GvG maps (2+4) db/re/skill_nocast_db.txt db/pre-re/skill_nocast_db.txt for zone list npc/mapflag/restricted.txt for item // Forbidden Items Database // Defines restrictions on equipment, items, and cards in map types and zones. // // Structure of Database: // ItemID,Flag // // Legend for 'Flag' field (bitmask): // 1 - restricted in normal maps // 2 - restricted in PVP // 4 - restricted in GVG // 8 - restricted in Battlegrounds // Restricted zones - configured by 'restricted <number>' mapflag // 32 - restricted in zone 1 // 64 - restricted in zone 2 // 128 - restricted in zone 3 // 256 - restricted in zone 4 // 512 - restricted in zone 5 // 1024 - restricted in zone 6 // 2048 - restricted in zone 7 db/re/item_noequip.txt db/pre-re/item_noequip.txt Quote Link to comment Share on other sites More sharing options...
Question
myieee
Hi I would like to disable Body Relocation , Cloaking , High Jump in a certain map and also I would like to disable any shield as well thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.