UID12556
帖子
精華
主題
積分716351
現金
積極性
威望
違規
熱心
推廣次數
閱讀權限255
註冊時間2007-9-5
在線時間 小時
最後登錄1970-1-1
TA的每日心情 | 開心 2019-8-18 04:57 PM |
---|
簽到天數: 2148 天 連續簽到: 1 天 [LV.Master]伴壇終老
|
發表於 2008-9-29 13:39:01
|
顯示全部樓層
#6
吵 死 了 。 以 下 是 一 個 方 法
item_noequip
// 裝備/物品/卡片 限制數據
// 你可以定義什麼物品不能在PVP/GVG等場合使用
// 格式: <物品id>,<模式>
// mode
// 1- PVP裡不可使用
// 2- GVG裡不可使用
// 3- GVG裡PVP均不可用
// Restricted zones - they're configured by 'restricted <number>' mapflag
// 4 - restricted in zone 1
// 8 - restricted in zone 2
// 16 - restricted in zone 3
// 32 - restricted in zone 4
// 64 - restricted in zone 5
// 128 - restricted in zone 6
// 256 - restricted in zone 7
//舉例:
//1201,1 you can't use KNIFE(ID 1201) on PvP and GvG
//608,3 you can't use Yggdrasil Seed(ID 608) on both PvP & GvG & WoE Castles
//4174,3 Forbid Deviling Card in every PVP or GVG map, and during woes.
//501,4 you can't use Red Potion on map marked as 'restricted zone 1'
//502,8 you can't use Orange Potion on map marked as 'restricted zone 2'
//503,16 you can't use Yellow Potion on map marked as 'restricted zone 3'
// you can even mix modes
//519,41 (32+8+1) you can't use Milk on PVP, and maps marked as 'restricted zone 2' and 'restricted zone 4'
//Zone 1 - Aldebaran Turbo Track
601,4 //蒼蠅翅膀
506,4 //綠色藥水
525,4 //萬能藥
//Zone 2 - Jail
601,8 //蒼蠅翅膀 - not really needed here but ...
602,8 //蝴蝶翅膀 - also not needed
//Zone 3 - Izlude Battle Arena
601,16 //Fly Wing |
|