
* Some rewrites on the passive guild skills effects git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1192 54d463be-8e91-2dee-dedb-b68131a5f0ec
16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
//<Skill ID> <Mode>
|
|
//
|
|
// Mode:
|
|
// 1 - Cannot be used in normal maps
|
|
// 2 - Cannot be used in PvP maps
|
|
// 4 - Cannot be used in GvG maps
|
|
// 8 - Cannot be used when WoE is on
|
|
// 16 - Cannot be used in PK Mode maps
|
|
// Example: 8,6 = Endure cannot be used in PvP and GvG maps (2+4)
|
|
26,4 //AL_TELEPORT
|
|
27,4 //AL_WARP
|
|
87,4 //WZ_ICEWALL
|
|
150,4 //TF_BACKSLIDING
|
|
214,4 //RG_RAID
|
|
361,4 //HP_ASSUMPTIO
|
|
362,4 //HP_BASILICA |