
* Temporarily leaving the changing guild emblems requiring Glory of Guild feature only for TXT until the SQL char-server supports guild skills fully * Modified battle_range again to check if src's type is a player first * Modified skill_nocast_db git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@459 54d463be-8e91-2dee-dedb-b68131a5f0ec
17 lines
426 B
Plaintext
17 lines
426 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)
|
|
8,4 //SM_ENDURE
|
|
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 |