domez86 Posted April 18, 2019 Posted April 18, 2019 (edited) hi, is there an equip that activates its scripts only in pvp maps? I need that text variable. Edited April 18, 2019 by domez86 Quote
0 crazyarashi Posted April 18, 2019 Posted April 18, 2019 Use item_noequip.txt in the database. This will disable the script effect the item. In your case just restricted in normal maps will do // 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 // 16 - restricted in WOE:TE castles // 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 // 4096 - restricted in zone 8 1 Quote
Question
domez86
hi, is there an equip that activates its scripts only in pvp maps? I need that text variable.
Edited by domez861 answer 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.