[1] | 1 | // The equipment/items/cards restriction file |
---|
| 2 | // here you define which items may not be used at PvP / GvG |
---|
| 3 | // format: <item id>,<mode> |
---|
| 4 | // mode |
---|
| 5 | // 1- restricted in PVP |
---|
| 6 | // 2- restricted in GVG |
---|
| 7 | // 3- restricted in both PvP and GvG |
---|
| 8 | // Restricted zones - they're configured by 'restricted <number>' mapflag |
---|
| 9 | // 4 - restricted in zone 1 |
---|
| 10 | // 8 - restricted in zone 2 |
---|
| 11 | // 16 - restricted in zone 3 |
---|
| 12 | // 32 - restricted in zone 4 |
---|
| 13 | // 64 - restricted in zone 5 |
---|
| 14 | // 128 - restricted in zone 6 |
---|
| 15 | // 256 - restricted in zone 7 |
---|
| 16 | |
---|
| 17 | //Examples: |
---|
| 18 | //1201,1 you can't use KNIFE(ID 1201) on PvP and GvG |
---|
| 19 | //608,3 you can't use Yggdrasil Seed(ID 608) on both PvP & GvG & WoE Castles |
---|
| 20 | //4174,3 Forbid Deviling Card in every PVP or GVG map, and during woes. |
---|
| 21 | //501,4 you can't use Red Potion on map marked as 'restricted zone 1' |
---|
| 22 | //502,8 you can't use Orange Potion on map marked as 'restricted zone 2' |
---|
| 23 | //503,16 you can't use Yellow Potion on map marked as 'restricted zone 3' |
---|
| 24 | // you can even mix modes |
---|
| 25 | //519,41 (32+8+1) you can't use Milk on PVP, and maps marked as 'restricted zone 2' and 'restricted zone 4' |
---|
| 26 | |
---|
| 27 | |
---|
| 28 | //Zone 1 - Aldebaran Turbo Track |
---|
| 29 | 601,4 //Fly Wing |
---|
| 30 | 506,4 //Green Potion |
---|
| 31 | 525,4 //Panacea |
---|
| 32 | |
---|
| 33 | //Zone 2 - Jail |
---|
| 34 | 601,8 //Fly Wing - not really needed here but ... |
---|
| 35 | 602,8 //Butterfly Wing - also not needed |
---|
| 36 | 12212,8 //Giant Fly Wing |
---|
| 37 | 14582,8 |
---|
| 38 | 14583,8 |
---|
| 39 | 14584,8 |
---|
| 40 | 14585,8 |
---|
| 41 | |
---|
| 42 | //Zone 3 - Izlude Battle Arena |
---|
| 43 | 601,16 //Fly Wing |
---|