
* Added mapflag `gvg_te`, `gvg_te_castle`, this is will be activated during WOE:TE sessions. These changes are needed because of: * If `gvgon` is used, TE castles become `gvg`, it makes the restriction failure. Items that are supposed to only can be used/equipped in TE Castles, also affected in 'normal' GVG/WOE maps. * These flags used form `item_noequip`, `skill_nocast`, and `status_disabled` flag 16. (If just assume TE Castles are Restricted Zone 8, the failure will occurs as point 1 above). * Added Restricted Zone 8 for TE Guild Dungeons, to prevent marriage skills can be casted there. * Added command `gvgon3` to set GVG for WOE:TE Castles. * Added command `canParticipateSiegeTE` is 'hardcoded' function to check player's job that can participate in WOE:TE. * Current usages in `GD_EMERGENCYCALL` and replace the in-script function. * Changed default config `allow_consume_restricted_item` to 'no'. All restricted usable/consumable/healing items are always failed to be used. * Changed the GVG items/skills restriction check. "Item cannot be equipped in GVG maps" are supposed to ignore the agit flag statuses, as long as the map is GVG flagged, items/skills are always restricted and otherwise. * Moved previous entries of `skill_nocast` flag 16 as hardcode (for now). Signed-off-by: Cydh Ramdh <cydh@pservero.com>
51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Disable Ice Wall.
|
|
//===== By: ==================================================
|
|
//= rAthena Dev Team
|
|
//===== Current Version: =====================================
|
|
//= 1.0
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== Description: =========================================
|
|
//= Blocks usage of WZ_ICEWALL.
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Renewal split. [Euphy]
|
|
//============================================================
|
|
|
|
// Misty Forest Labyrinth ===========
|
|
1@mist mapflag noicewall
|
|
|
|
// Octopus Cave ===========
|
|
1@cash mapflag noicewall
|
|
|
|
// Drain ===========
|
|
1@pump mapflag noicewall
|
|
2@pump mapflag noicewall
|
|
|
|
// Somatology Laboratory ===========
|
|
1@lhz mapflag noicewall
|
|
|
|
// Bangungot Hospital F2 ===========
|
|
1@ma_h mapflag noicewall
|
|
|
|
// Buwaya Cave ===========
|
|
1@ma_c mapflag noicewall
|
|
|
|
// Bakonawa Hideout ===========
|
|
1@ma_b mapflag noicewall
|
|
|
|
// Inside Eclage ===========
|
|
1@ecl mapflag noicewall
|
|
|
|
// WOE:TE Maps ===================
|
|
te_prtcas01 mapflag noicewall
|
|
te_prtcas02 mapflag noicewall
|
|
te_prtcas03 mapflag noicewall
|
|
te_prtcas04 mapflag noicewall
|
|
te_prtcas05 mapflag noicewall
|
|
te_aldecas1 mapflag noicewall
|
|
te_aldecas2 mapflag noicewall
|
|
te_aldecas3 mapflag noicewall
|
|
te_aldecas4 mapflag noicewall
|
|
te_aldecas5 mapflag noicewall
|