
* 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>
72 lines
1.9 KiB
Plaintext
72 lines
1.9 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Disable warpto.
|
|
//===== By: ==================================================
|
|
//= rAthena Dev Team
|
|
//===== Current Version: =====================================
|
|
//= 1.0
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== Description: =========================================
|
|
//= Disables warping to a map.
|
|
//= Atcommands @warp, @go, @load, @jump, @partyrecall,
|
|
//= @guildrecall, and @recallall are disabled.
|
|
//= Command /memo is disabled.
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Renewal split. [Euphy]
|
|
//============================================================
|
|
|
|
// 14.1 Bifrost ==================
|
|
1@mist mapflag nowarpto
|
|
que_house_s mapflag nowarpto
|
|
|
|
// Malangdo Maps =================
|
|
1@pump mapflag nowarpto
|
|
2@pump mapflag nowarpto
|
|
1@cash mapflag nowarpto
|
|
|
|
// Lighthalzen Dungeon F4 ========
|
|
1@lhz mapflag nowarpto
|
|
lhz_dun04 mapflag nowarpto
|
|
que_lhz mapflag nowarpto
|
|
|
|
// Port Malaya ===================
|
|
1@ma_b mapflag nowarpto
|
|
1@ma_c mapflag nowarpto
|
|
1@ma_h mapflag nowarpto
|
|
|
|
// 14.2 Eclage ===================
|
|
1@ecl mapflag nowarpto
|
|
|
|
// Pyramids Basement Nightmare Mode
|
|
moc_prydn1 mapflag nowarpto
|
|
moc_prydn2 mapflag nowarpto
|
|
|
|
// Glast Heim Memorial Dungeon ===
|
|
1@gl_k mapflag nowarpto
|
|
2@gl_k mapflag nowarpto
|
|
gl_chyard_ mapflag nowarpto
|
|
gl_cas02_ mapflag nowarpto
|
|
|
|
// Wave Mode Memorial Dungeon ====
|
|
1@def01 mapflag nowarpto
|
|
1@def02 mapflag nowarpto
|
|
1@def03 mapflag nowarpto
|
|
|
|
// Heroes' Trails - Part 1 =======
|
|
1@gef mapflag nowarpto
|
|
1@face mapflag nowarpto
|
|
1@sara mapflag nowarpto
|
|
1@gef_in mapflag nowarpto
|
|
|
|
// WOE:TE Maps ===================
|
|
te_prtcas01 mapflag nowarpto
|
|
te_prtcas02 mapflag nowarpto
|
|
te_prtcas03 mapflag nowarpto
|
|
te_prtcas04 mapflag nowarpto
|
|
te_prtcas05 mapflag nowarpto
|
|
te_aldecas1 mapflag nowarpto
|
|
te_aldecas2 mapflag nowarpto
|
|
te_aldecas3 mapflag nowarpto
|
|
te_aldecas4 mapflag nowarpto
|
|
te_aldecas5 mapflag nowarpto
|