You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Party lock.
|
|
//===== Description: =========================================
|
|
//= Blocks all party modifications on a map:
|
|
//= /organize, /leave, /invite, @changeleader
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Initial script.
|
|
//= 1.1 Updated. [L0ne_W0lf]
|
|
//= 1.2 Renewal split. [Euphy]
|
|
//============================================================
|
|
|
|
//============================================================
|
|
// Sealed Shrine
|
|
//============================================================
|
|
1@cata mapflag partylock
|
|
2@cata mapflag partylock
|
|
|
|
//============================================================
|
|
// Endless Tower
|
|
//============================================================
|
|
1@tower mapflag partylock
|
|
2@tower mapflag partylock
|
|
3@tower mapflag partylock
|
|
4@tower mapflag partylock
|
|
5@tower mapflag partylock
|
|
6@tower mapflag partylock
|
|
|
|
//============================================================
|
|
// Orc's Memory
|
|
//============================================================
|
|
1@orcs mapflag partylock
|
|
2@orcs mapflag partylock
|
|
|
|
//============================================================
|
|
// Nidhoggr's Instance
|
|
//============================================================
|
|
1@nyd mapflag partylock
|
|
2@nyd mapflag partylock
|