root/db/skill_nocast_db.txt @ 10

Revision 1, 1.6 kB (checked in by jinshiro, 17 years ago)
Line 
1// Forbidden Skills Database
2//
3// Structure of Database:
4// SkillID,Flag
5//
6// Legend for 'Flag' field (bitmask):
7//  1 = Cannot be used in normal maps
8//  2 = Cannot be used in PvP maps (use this instead of 1 for PK-mode servers)
9//  4 = Cannot be used in GvG maps
10//  8 = Cannot be used when WoE is on
11//  16 = Cannot be cloned (clones will not copy this skill)
12//  Restricted zones - they're configured by 'restricted <number>' mapflag
13//  32 = Cannot be used in zone 1 maps
14//  64 = Cannot be used in zone 2 maps
15//  128 = Cannot be used in zone 3 maps
16//  256 = Cannot be used in zone 4 maps
17//  512 = Cannot be used in zone 5 maps
18//  1024 = Cannot be used in zone 6 maps
19//  2048 = Cannot be used in zone 7 maps
20//
21// Example:
22// 8,6 = Endure cannot be used in PvP and GvG maps (2+4)
23
24//GVG
2526,4    //AL_TELEPORT
2627,4    //AL_WARP
2787,4    //WZ_ICEWALL
28150,4   //TF_BACKSLIDING
29361,4   //HP_ASSUMPTIO
30362,4   //HP_BASILICA
31395,4   //CG_MOONLIT
32491,4   //CR_CULTIVATION
33
34//mixed
35488,3   //CG_HERMODE
36
37//Clone Forbidden/pointless skills
3877,16   //PR_TURNUNDEAD
3979,16   //PR_MAGNUS
40
41//Zone 1 - Aldebaran Turbo Track
42219,32  //Snatch
4326,32   //Teleport
4427,32   //Warp portal
4551,32   //Hiding
46135,32  //Cloaking
47389,32  //Stealth
4835,32   //Cure
4987,32   //Ice Wall
50359,32  //Berserk (Frenzy)
51362,32  //Basilica
52395,32  //Sheltering Bliss
53357,32  //Spear Dynamo (Concentration)
54264,32  //Snap (Body Relocation)
55
56//Zone 2 - Jail
57421,64  //TK_JUMPKICK#Flying Side Kick#
58426,64  //TK_HIGHJUMP#Taekwon Jump#
59
60//Zone 3 - Izlude Battle Arena
61219,128 //Snatch
6226,128  //Teleport
63
64//Zone 4 - WoE:SE
65264,256 //Snap
66426,256 //High Jump
Note: See TracBrowser for help on using the browser.