root/db/skill_db.txt @ 8

Revision 1, 48.5 kB (checked in by jinshiro, 17 years ago)
Line 
1//id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,name,description
2// 01 ID
3// 02 range (combo skills do not check for range when used,
4//           if range is < 5, the skill is considered melee-range)
5// 03 hit (8- repeated hitting, 6- single-hit)
6// 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap)
7// 05 element (0- neutral, 1- water, 2- earth, 3- fire, 4- wind, 5- poison,
8//             6- holy, 7- dark, 8- ghost, 9- undead, -1- use weapon element)
9// 06 nk (skill damage properties):
10//    0x01 - No damage skill
11//    0x02 - Has splash area
12//    0x04 - Damage should be split among targets
13//    0x08 - Skill ignores caster's % damage cards (misc type always ignores)
14//    0x10 - Skill ignores elemental adjustments
15//    0x20 - Skill ignores target's defense (misc type always ignores)
16//    0x40 - Skill ignores target's flee (magic type always ignores)
17//    0x80 - Skill ignores target's def cards
18// 07 splash/effect range (-1 for screen-wide)
19// 08 MaxLv
20// 09 Number of hits (when positive, damage is increased by hits,
21//    negative values just show number of hits without increasing total damage)
22// 10 Cast interrupted when hit?
23// 11 defense-reduction rate during cast.
24// 12 inf2 (skill information 2):
25//    0x0001- quest skill
26//    0x0002- npc skill
27//    0x0004- wedding skill
28//    0x0008- spirit skill
29//    0x0010- guild skill
30//    0x0020- song/dance
31//    0x0040- ensemble skill
32//    0x0080- trap
33//    0x0100- skill that damages/targets yourself
34//    0x0200- cannot be casted on self (if inf = 4, auto-select target skill)
35//    0x0400- usable only on party-members (and enemies if skill is offensive)
36//    0x0800- usable only on guild-mates (and enemies if skill is offensive)
37//    0x1000- disable usage on enemies (for non-offensive skills).
38// 13 maxcount: max amount of skill instances to place on the ground when
39//    player_land_skill_limit/monster_land_skill_limit is enabled. For skills
40//    that attack using a path, this is the path length to be used.
41// 14 attack type (none, weapon, magic, misc)
42// 15 Blowcount (amount of tiles skill knockbacks)
43// 16 Name
44// 17 Description
451,0,0,0,0,0,0,9,0,no,0,0,0,none,0,              NV_BASIC,Basic Skill
462,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,           SM_SWORD,Sword Mastery
473,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,           SM_TWOHAND,Two-Handed Sword Mastery
484,0,0,0,0,0,0,10,0,no,0,0,0,none,0,             SM_RECOVERY,Increase HP Recovery
495,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,         SM_BASH,Bash
506,9,6,1,0,1,0,10,1,no,0,0,0,none,0,             SM_PROVOKE,Provoke
517,0,6,4,3,0x2,2,10,1,no,0,0,0,weapon,2,         SM_MAGNUM,Magnum Break
528,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,         SM_ENDURE,Endure
539,0,0,0,0,0,0,10,0,no,0,0,0,none,0,             MG_SRECOVERY,Increase SP Recovery
5410,0,6,4,3,0x3,3,1,1,yes,0,0,0,magic,0,         MG_SIGHT,Sight
5511,9,6,1,8,0x6,1,10,1,yes,0,0,0,magic,0,                MG_NAPALMBEAT,Napalm Beat
5612,9,8,2,8,0x1,0,10,1,yes,0,0,0,magic,0,                MG_SAFETYWALL,Safety Wall
5713,9,8,1,8,0,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0,0,magic,0,                MG_SOULSTRIKE,Soul Strike
5814,9,8,1,1,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,       MG_COLDBOLT,Cold Bolt
5915,9,6,1,1,0,0,10,1,yes,0,0,0,magic,0,          MG_FROSTDIVER,Frost Diver
6016,2,6,1,2,0x1,0,10,1,yes,0,0,0,magic,0,                MG_STONECURSE,Stone Curse
6117,9,6,1,3,0x2,2,10,1,yes,0,0,0,magic,0,                MG_FIREBALL,Fire Ball
6218,9,6,2,3,0,0,10,1,yes,0,0,3,magic,2,          MG_FIREWALL,Fire Wall
6319,9,8,1,3,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,       MG_FIREBOLT,Fire Bolt
6420,9,8,1,4,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,       MG_LIGHTNINGBOLT,Lightning Bolt
6521,9,8,2,4,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,       MG_THUNDERSTORM,Thunderstorm
6622,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,          AL_DP,Divine Protection
6723,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,          AL_DEMONBANE,Demon Bane
6824,0,6,4,6,0x3,2,1,1,yes,0,0,0,magic,0,         AL_RUWACH,Ruwach
6925,9,6,2,0,0x1,0,1,1,yes,0,0,0,magic,0,         AL_PNEUMA,Pneuma
7026,0,6,4,0,0x1,0,2,1,yes,0,0,0,magic,0,         AL_TELEPORT,Teleport
7127,9,6,2,0,0x1,0,4,1,yes,0,0,3,magic,0,         AL_WARP,Warp Portal
7228,9,6,16,6,0x21,0,10,1,yes,0,0,0,magic,0,      AL_HEAL,Heal
7329,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,       AL_INCAGI,Increase AGI
7430,9,6,1,0,0x1,0,10,1,yes,0,0,0,magic,0,                AL_DECAGI,Decrease AGI
7531,0,6,4,0,0x1,0,1,1,yes,0,0,0,magic,0,         AL_HOLYWATER,Aqua Benedicta
7632,0,6,4,0,0x3,15,10,1,yes,0,0,0,magic,0,       AL_CRUCIS,Signum Crucis
7733,0,6,4,0,0x3,-1,10,1,yes,0,0,0,magic,0,       AL_ANGELUS,Angelus
7834,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,       AL_BLESSING,Blessing
7935,9,6,16,0,0x1,0,1,1,yes,0,0,0,magic,0,                AL_CURE,Cure
8036,0,0,0,0,0,0,10,0,no,0,0,0,none,0,            MC_INCCARRY,Enlarge Weight Limit
8137,0,0,0,0,0,0,10,0,no,0,0,0,none,0,            MC_DISCOUNT,Discount
8238,0,0,0,0,0,0,10,0,no,0,0,0,none,0,            MC_OVERCHARGE,Overcharge
8339,1,0,0,0,0,0,10,0,no,0,0,0,none,0,            MC_PUSHCART,Pushcart
8440,1,6,4,0,0x1,0,1,1,no,0,0,0,none,0,           MC_IDENTIFY,Item Appraisal
8541,1,6,4,0,0x1,0,10,1,no,0,0,0,none,0,          MC_VENDING,Vending
8642,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,                MC_MAMMONITE,Mammonite
8743,0,0,0,0,0,0,10,0,no,0,0,0,none,0,            AC_OWL,Owl's Eye
8844,0,0,0,0,0,0,10,0,no,0,0,0,none,0,            AC_VULTURE,Vulture's Eye
8945,0,6,4,0,0x3,3,10,1,no,0,0,0,weapon,0,                AC_CONCENTRATION,Improve Concentration
9046,-9,8,1,-1,0,0,10,2,no,0,0,0,weapon,0,                AC_DOUBLE,Double Strafe
9147,-9,6,2,-1,0x2,2,10,1,no,0,0,0,weapon,2,      AC_SHOWER,Arrow Shower
9248,-1,8,0,-1,0,0,10,2,no,0,0,0,weapon,0,                TF_DOUBLE,Double Attack
9349,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,          TF_MISS,Improve Dodge
9450,1,6,1,0,1,0,10,1,no,0,0,0,weapon,0,          TF_STEAL,Steal
9551,1,6,4,0,1,0,10,1,no,0,0,0,none,0,            TF_HIDING,Hiding
9652,-2,6,1,5,0,0,10,1,no,0,0,0,weapon,0,         TF_POISON,Envenom
9753,9,6,16,5,0x1,0,1,1,no,0,0,0,weapon,0,                TF_DETOXIFY,Detoxify
9854,9,6,16,6,0x1,0,4,1,yes,0,0,0,magic,0,                ALL_RESURRECTION,Resurrection
9955,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,          KN_SPEARMASTERY,Spear Mastery
10056,-2,8,1,-1,0,0,10,3,no,0,0,0,weapon,0,                KN_PIERCE,Pierce
10157,-2,6,1,-1,0x1,0,10,1,no,33,0,0,weapon,3,     KN_BRANDISHSPEAR,Brandish Spear
10258,-4,6,1,-1,0x2,0,10,1,no,0,0,0,weapon,6,      KN_SPEARSTAB,Spear Stab
10359,3:5:7:9:11,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, KN_SPEARBOOMERANG,Spear Boomerang
10460,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,                KN_TWOHANDQUICKEN,Twohand Quicken
10561,0,6,4,-1,0x20,0,5,1,no,0,0,0,weapon,0,       KN_AUTOCOUNTER,Counter Attack
10662,-2,6,1,-1,0x2,1,10,1,no,33,0,0,weapon,1,     KN_BOWLINGBASH,Bowling Bash
10763,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0,           KN_RIDING,Peco Peco Riding
10864,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,           KN_CAVALIERMASTERY,Cavalier Mastery
10965,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,          PR_MACEMASTERY,Mace Mastery
11066,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,                PR_IMPOSITIO,Impositio Manus
11167,9,6,16,0,0x1,0,3,1,yes,0,0x200,0,magic,0,    PR_SUFFRAGIUM,Suffragium
11268,9,6,16,6,0x31,0,5,1,yes,0,0,0,magic,0,       PR_ASPERSIO,Aspersio
11369,9,6,2,0,0x23,1,5,1,yes,0,0x40,0,magic,0,     PR_BENEDICTIO,B.S. Sacramenti
11470,9,6,2,6,0x21,0,10,1,yes,0,0,0,magic,1,       PR_SANCTUARY,Sanctuary
11571,9,6,16,0,0x1,0,4,1,yes,0,0,0,magic,0,                PR_SLOWPOISON,Slow Poison
11672,9,6,16,0,0x1,0,1,1,yes,0,0,0,magic,0,                PR_STRECOVERY,Status Recovery
11773,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,       PR_KYRIE,Kyrie Eleison
11874,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0,                PR_MAGNIFICAT,Magnificat
11975,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0,                PR_GLORIA,Gloria
12076,5,6,1,0,0x1,0:0:0:0:0:0:0:0:0:0:-1,10,0,yes,0,0,0,magic,0,   PR_LEXDIVINA,Lex Divina
12177,5,6,1,6,0x28,0,10,1,yes,0,0,0,magic,0,       PR_TURNUNDEAD,Turn Undead
12278,9,6,1,0,0x1,0,1,0,yes,0,0,0,magic,0,         PR_LEXAETERNA,Lex Aeterna
12379,9,8,2,6,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,       PR_MAGNUS,Magnus Exorcismus
12480,9,8,2,3,0x20,1:1:1:1:1:2:2:2:2:2:2,10,3:4:5:6:7:8:9:10:11:12:12,yes,0,0x80,5,magic,0,        WZ_FIREPILLAR,Fire Pillar
12581,0,6,4,3,0,3,10,1,yes,0,0,0,magic,5,          WZ_SIGHTRASHER,Sightrasher
126//82,9,6,2,3,0,0,10,1,yes,0,0,0,magic,0,                WZ_FIREIVY,Fire Ivy
12783,9,8,2,3,0,3:3:3:3:3:3:3:3:3:3:14,10,1:1:2:2:3:3:4:4:5:5:15,yes,0,0,0,magic,0,        WZ_METEOR,Meteor Storm
12884,9,8,1,4,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0,0,magic,2:3:3:4:4:5:5:6:6:7,   WZ_JUPITEL,Jupitel Thunder
12985,9,8,2,4,0,0,10,-10,yes,0,0,0,magic,0,                WZ_VERMILION,Lord of Vermilion
13086,9,8,1,1,0,0,5,1,yes,0,0,0,magic,0,           WZ_WATERBALL,Water Ball
13187,9,6,2,1,0,0,10,1,yes,0,0,0,magic,0,          WZ_ICEWALL,Ice Wall
13288,0,6,4,1,0x2,2,10,1,yes,0,0,0,magic,0,                WZ_FROSTNOVA,Frost Nova
13389,9,6,2,1,0,0,10,1,yes,0,0,0,magic,2,          WZ_STORMGUST,Storm Gust
13490,9,8,1,2,0,0,5,1:2:3:4:5,yes,0,0,0,magic,0,   WZ_EARTHSPIKE,Earth Spike
13591,9,8,2,2,0,0,5,1:2:3:4:5,yes,0,0,0,magic,0,   WZ_HEAVENDRIVE,Heaven's Drive
13692,9,6,2,2,0x1,0,5,1,yes,0,0,3,magic,0,         WZ_QUAGMIRE,Quagmire
13793,9,6,1,0,0x1,0,1,1,yes,0,0,0,magic,0,         WZ_ESTIMATION,Sense
13894,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,           BS_IRON,Iron Tempering
13995,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,           BS_STEEL,Steel Tempering
14096,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,           BS_ENCHANTEDSTONE,Enchanted Stone Craft
14197,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,           BS_ORIDEOCON,Oridecon Research
14298,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,           BS_DAGGER,Smith Dagger
14399,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,           BS_SWORD,Smith Sword
144100,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,          BS_TWOHANDSWORD,Smith Two-handed Sword
145101,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,          BS_AXE,Smith Axe
146102,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,          BS_MACE,Smith Mace
147103,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,          BS_KNUCKLE,Smith Knucklebrace
148104,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,          BS_SPEAR,Smith Spear
149105,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0,          BS_HILTBINDING,Hilt Binding
150106,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0,          BS_FINDINGORE,Ore Discovery
151107,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,         BS_WEAPONRESEARCH,Weaponry Research
152108,2,6,16,0,0x1,0,1,1,yes,0,0,0,weapon,0,      BS_REPAIRWEAPON,Weapon Repair
153109,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,          BS_SKINTEMPER,Skin Tempering
154110,1,6,2,0,0x3,2:2:2:2:2:14,5,1,no,0,0,0,weapon,0,     BS_HAMMERFALL,Hammer Fall
155111,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0,       BS_ADRENALINE,Adrenaline Rush
156112,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0,       BS_WEAPONPERFECT,Weapon Perfection
157113,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0,       BS_OVERTHRUST,Power-Thrust
158114,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,                BS_MAXIMIZE,Maximize Power
159115,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,6:7:8:9:10,      HT_SKIDTRAP,Skid Trap
160116,3,6,2,2,0x40,0,5,1,no,0,0x80,0,misc,0,      HT_LANDMINE,Land Mine
161117,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,0,       HT_ANKLESNARE,Ankle Snare
162118,3,6,2,0,0x2,1,5,1,no,0,0x80,0,misc,0,       HT_SHOCKWAVE,Shockwave Trap
163119,3,6,2,0,0x3,2,5,1,no,0,0x80,0,misc,0,       HT_SANDMAN,Sandman
164120,3,6,2,0,0x3,1,5,1,no,0,0x80,0,misc,0,       HT_FLASHER,Flasher
165121,3,6,2,1,0x42,1,5,1,no,0,0x80,0,weapon,0,    HT_FREEZINGTRAP,Freezing Trap
166122,3,6,2,4,0x42,1,5,1,no,0,0x80,0,misc,0,      HT_BLASTMINE,Blast Mine
167123,3,6,2,3,0x42,2,5,1,no,0,0x80,0,misc,0,      HT_CLAYMORETRAP,Claymore Trap
168124,2,6,32,0,0x1,0,1,1,no,0,0,0,misc,0,         HT_REMOVETRAP,Remove Trap
169125,3,6,2,0,0x1,0,1,1,no,0,0,0,misc,0,          HT_TALKIEBOX,Talkie Box
170126,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,         HT_BEASTBANE,Beast Bane
171127,0,0,0,0,0,0,1,0,no,0,0,0,misc,0,            HT_FALCON,Falconry Mastery
172128,0,0,0,0,0,0,10,0,no,0,0,0,misc,0,           HT_STEELCROW,Steel Crow
173129,5,8,1,0,0x42,1,5,1:2:3:4:5,yes,0,0,0,misc,0,        HT_BLITZBEAT,Blitz Beat
174130,3:5:7:9,6,2,0,0x3,3,4,1,no,0,0,0,misc,0,    HT_DETECTING,Detect
175131,4:5:6:7:8,6,32,0,0x1,0,5,1,no,0,0,0,misc,0, HT_SPRINGTRAP,Spring Trap
176132,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,          AS_RIGHT,Righthand Mastery
177133,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,          AS_LEFT,Lefthand Mastery
178134,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,         AS_KATAR,Katar Mastery
179135,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,       AS_CLOAKING,Cloaking
180136,-1,8,1,-1,0,0,10,8,no,0,0,0,weapon,0,       AS_SONICBLOW,Sonic Blow
181137,3:4:5:6:7,6,1,-1,0x2,1,5,1,no,0,0,0,weapon,0,AS_GRIMTOOTH,Grimtooth
182138,1,6,16,5,0x1,0,10,1,no,0,0x400,0,weapon,0,  AS_ENCHANTPOISON,Enchant Poison
183139,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0,         AS_POISONREACT,Poison React
184140,2,6,2,5,0x1,0,10,1,no,0,0,0,weapon,0,       AS_VENOMDUST,Venom Dust
185141,1,6,1,-1,0xF,2,10,1,yes,0,0,0,weapon,0,     AS_SPLASHER,Venom Splasher
186142,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,                NV_FIRSTAID,First Aid
187143,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,                NV_TRICKDEAD,Play Dead
188144,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0,          SM_MOVINGRECOVERY,Moving HP-Recovery
189145,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0,                SM_FATALBLOW,Fatal Blow
190146,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,0,      SM_AUTOBERSERK,Auto Berserk
191147,0,0,4,0,0x1,0,1,0,no,0,0x1,0,weapon,0,      AC_MAKINGARROW,Arrow Crafting
192148,-9,6,1,-1,0x2,0,1,1,no,0,0x1,0,weapon,6,    AC_CHARGEARROW,Arrow Repel
193149,1,6,1,2,0,0,1,1,no,0,0x1,0,weapon,0,                TF_SPRINKLESAND,Sand Attack
194150,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,5,      TF_BACKSLIDING,Back Slide
195151,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,                TF_PICKSTONE,Find Stone
196152,7,6,1,0,0x40,0,1,1,no,0,0x1,0,misc,0,       TF_THROWSTONE,Stone Fling
197153,1,6,1,-1,0x2,1,1,1,no,0,0x1,0,weapon,2,     MC_CARTREVOLUTION,Cart Revolution
198154,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,                MC_CHANGECART,Change Cart
199155,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,0,      MC_LOUD,Crazy Uproar
200156,9,6,1,6,0,0,1,1,yes,0,0x1,0,magic,0,                AL_HOLYLIGHT,Holy Light
201157,0,6,4,0,0x1,0,1,1,yes,0,0x1,0,magic,0,      MG_ENERGYCOAT,Energy Coat
202158,3,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_PIERCINGATT,Piercing Attack
203159,-1,6,1,-1,0x40,0,5,1,no,0,0x2,0,weapon,0,   NPC_MENTALBREAKER,Spirit Destruction
204160,9,6,1,0,0,0,10,1,no,0,0x2,0,weapon,0,       NPC_RANGEATTACK,Stand off attack
205161,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_ATTRICHANGE,Attribute Change
206162,0,0,4,1,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_CHANGEWATER,Water Attribute Change
207163,0,0,4,2,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_CHANGEGROUND,Earth Attribute Change
208164,0,0,4,3,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_CHANGEFIRE,Fire Attribute Change
209165,0,0,4,4,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_CHANGEWIND,Wind Attribute Change
210166,0,0,4,5,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_CHANGEPOISON,Poison Attribute Change
211167,0,0,4,6,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_CHANGEHOLY,Holy Attribute Change
212168,0,0,4,7,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_CHANGEDARKNESS,Shadow Attribute Change
213169,0,0,4,8,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_CHANGETELEKINESIS,Ghost Attribute Change
214170,-9,6,1,-1,0x20,0,10,1,no,0,0x2,0,weapon,0,  NPC_CRITICALSLASH,Defense disregard attack
215171,-9,8,1,-1,0,0,10,-2:-3:-4:-5:-6:-7:-8:-9:-10:-11,no,0,0x2,0,weapon,0,       NPC_COMBOATTACK,Multi-stage Attack
216172,-9,6,1,-1,0x40,0,10,1,no,0,0x2,0,weapon,0,  NPC_GUIDEDATTACK,Guided Attack
217173,5,6,4,3,0xD2,5,10,1,no,0,0x2,0,misc,3,      NPC_SELFDESTRUCTION,Suicide bombing
218174,-9,6,1,-1,0x2,3,1,1,no,0,0x2,0,weapon,0,    NPC_SPLASHATTACK,Splash attack
219175,0,0,4,0,0x41,0,10,1,no,0,0x2,0,misc,0,      NPC_SUICIDE,Suicide
220176,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,      NPC_POISON,Poison Attack
221177,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,      NPC_BLINDATTACK,Blind Attack
222178,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,      NPC_SILENCEATTACK,Silence Attack
223179,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,      NPC_STUNATTACK,Stun Attack
224180,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,      NPC_PETRIFYATTACK,Petrify Attack
225181,-9,6,1,7,0,0,5,1,no,0,0x2,0,weapon,0,       NPC_CURSEATTACK,Curse Attack
226182,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,      NPC_SLEEPATTACK,Sleep attack
227183,-9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,     NPC_RANDOMATTACK,Random Attack
228184,-9,6,1,1,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_WATERATTACK,Water Attribute Attack
229185,-9,6,1,2,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_GROUNDATTACK,Earth Attribute Attack
230186,-9,6,1,3,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_FIREATTACK,Fire Attribute Attack
231187,-9,6,1,4,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_WINDATTACK,Wind Attribute Attack
232188,-9,6,1,5,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_POISONATTACK,Poison Attribute Attack
233189,-9,6,1,6,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_HOLYATTACK,Holy Attribute Attack
234190,-9,6,1,7,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_DARKNESSATTACK,Shadow Attribute Attack
235191,-9,6,1,8,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_TELEKINESISATTACK,Ghost Attribute Attack
236192,-9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,     NPC_MAGICALATTACK,Demon Shock Attack
237193,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,       NPC_METAMORPHOSIS,Metamorphosis
238194,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,       NPC_PROVOCATION,Provocation
239195,0,6,4,0,0x50,0,10,1,no,0,0x2,0,misc,0,      NPC_SMOKING,Smoking
240196,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0,      NPC_SUMMONSLAVE,Follower Summons
241197,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,       NPC_EMOTION,Emotion
242198,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0,      NPC_TRANSFORMATION,Transformation
243199,9,6,1,7,0x40,0,1,1,no,0,0x2,0,weapon,0,     NPC_BLOODDRAIN,Sucking Blood
244200,9,6,1,7,0,0,1,1,no,0,0x2,0,magic,0,         NPC_ENERGYDRAIN,Energy Drain
245201,0,0,4,0,0x1,0,1,1,no,0,0x2,0,weapon,0,      NPC_KEEPING,Keeping
246202,9,6,1,7,0,0,5,1,no,0,0x2,0,misc,0,          NPC_DARKBREATH,Dark Breath
247203,9,6,1,7,0x1,0,10,1,no,0,0x2,0,magic,0,      NPC_DARKBLESSING,Dark Blessing
248204,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_BARRIER,Barrier
249205,0,0,4,0,0x1,0,1,1,no,0,0x2,0,weapon,0,      NPC_DEFENDER,Defender
250206,1,6,1,-1,0x1,0,5,1,no,0,0x2,0,weapon,0,     NPC_LICK,Lick
251207,9,0,1,0,0x1,0,10,1,no,0,0x2,0,magic,0,      NPC_HALLUCINATION,Hallucination
252208,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0,       NPC_REBIRTH,Rebirth
253209,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0,      NPC_SUMMONMONSTER,Monster Summons
254210,0,0,0,-1,0,0,10,0,no,0,0,0,weapon,0,                RG_SNATCHER,Gank
255211,1,6,1,0,0x1,0,10,1,no,0,0,0,weapon,0,       RG_STEALCOIN,Mug
256212,-1,6,1,-1,0x40,0,10,1,no,0,0,0,weapon,0,    RG_BACKSTAP,Back Stab
257213,0,0,0,0,0,0,5,0,no,0,0,0,none,0,            RG_TUNNELDRIVE,Stalk
258214,0,6,4,-1,0x2,1,5,1,no,0,0,0,weapon,0,       RG_RAID,Sightless Mind
259215,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,                RG_STRIPWEAPON,Divest Weapon
260216,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,                RG_STRIPSHIELD,Divest Shield
261217,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,                RG_STRIPARMOR,Divest Armor
262218,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,                RG_STRIPHELM,Divest Helm
263219,-1,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,                RG_INTIMIDATE,Snatch
264220,1,6,2,0,0x1,0,1,1,no,0,0,0,none,0,          RG_GRAFFITI,Scribble
265221,0,6,2,0,0x1,0,5,1,no,0,0,0,none,0,          RG_FLAGGRAFFITI,Piece
266222,1,6,2,0,0x3,5,1,1,no,0,0,0,none,0,          RG_CLEANER,Remover
267223,0,0,0,0,0,1,1,0,no,0,0,0,none,0,            RG_GANGSTER,Slyness
268224,0,0,0,0,0,0,5,0,no,0,0,0,none,0,            RG_COMPULSION,Haggle
269225,0,0,0,0,0,0,10,0,no,0,0,0,none,0,           RG_PLAGIARISM,Intimidate
270226,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,         AM_AXEMASTERY,Axe Mastery
271227,0,0,0,0,0,0,10,0,no,0,0,0,none,0,           AM_LEARNINGPOTION,Potion Research
272228,0,6,4,0,0x1,0,10,0,no,0,0,0,none,0,         AM_PHARMACY,Prepare Potion
273229,9,6,2,3,0x9,0,5,1,yes,0,0,0,weapon,0,       AM_DEMONSTRATION,Bomb
274230,9,6,1,0,0x48,0,5,1,yes,0,0,0,weapon,0,      AM_ACIDTERROR,Acid Terror
275231,9,6,16,0,0x1,0,5,1,yes,0,0xC00,0,none,0,    AM_POTIONPITCHER,Aid Potion
276232,4,6,2,0,0x1,0,5,1,no,0,0,5,none,0,          AM_CANNIBALIZE,Summon Flora
277233,1,6,2,0,0x1,0,5,1,no,0,0,3,none,0,          AM_SPHEREMINE,Summon Marine Sphere
278234,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,      AM_CP_WEAPON,Alchemical Weapon
279235,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,      AM_CP_SHIELD,Synthesized Shield
280236,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,      AM_CP_ARMOR,Synthetic Armor
281237,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,      AM_CP_HELM,Biochemical Helm
282238,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0,          AM_BIOETHICS,Bioethics
283//239,0,0,0,0,0,0,10,0,no,0,0,0,none,0,         AM_BIOTECHNOLOGY,Biotechnology
284//240,0,0,0,0,0,0,5,0,no,0,0,0,none,0,          AM_CREATECREATURE,Life Creation
285//241,0,0,0,0,0,0,5,0,no,0,0,0,none,0,          AM_CULTIVATION,Cultivation
286//242,0,0,0,0,0,0,5,0,no,0,0,0,none,0,          AM_FLAMECONTROL,Flame Control
287243,0,0,4,0,0x1,1,1,0,no,0,0,0,none,0,          AM_CALLHOMUN,Call Homunculus
288244,0,0,4,0,0x1,0,1,0,no,0,0,0,none,0,          AM_REST,Vaporize
289//245,0,0,0,0,0,0,10,0,no,0,0,0,none,0,         AM_DRILLMASTER,Drillmaster
290//246,9,0,0,0,0,0,10,0,no,0,0,0,none,0,         AM_HEALHOMUN,Heal Homunculus
291247,9,6,4,0,0x1,1,5,0,no,0,0,0,none,0,          AM_RESURRECTHOMUN,Homunculus Resurrection
292248,0,0,0,0,0,0,10,0,no,0,0,0,none,0,           CR_TRUST,Faith
293249,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,       CR_AUTOGUARD,Guard
294250,3,6,1,0,0,0,5,1,no,0,0,0,weapon,5:6:7:8:9,  CR_SHIELDCHARGE,Smite
295251,3:5:7:9:11,6,1,0,0,0,5,1,no,0,0,0,weapon,0, CR_SHIELDBOOMERANG,Shield Boomerang
296252,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0,         CR_REFLECTSHIELD,Shield Reflect
297253,-2,8,1,6,0,0,10,-2,no,0,0,0,weapon,0,       CR_HOLYCROSS,Holy Cross
298254,5,6,4,6,0x48,0,10,1,no,33,0x100,0,magic,0,  CR_GRANDCROSS,Grand Cross
299255,7:8:9:10:11,6,16,0,0x1,0,5,1,yes,0,0x600,0,none,0,  CR_DEVOTION,Sacrifice
300256,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,none,0,    CR_PROVIDENCE,Resistant Souls
301257,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,                CR_DEFENDER,Defending Aura
302258,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,       CR_SPEARQUICKEN,Spear Quicken
303259,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,         MO_IRONHAND,Iron Fists
304260,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,          MO_SPIRITSRECOVERY,Spiritual Cadence
305261,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,          MO_CALLSPIRITS,Summon Spirit Sphere
306262,9,6,16,0,0x1,0,1,1,yes,0,0,0,weapon,0,      MO_ABSORBSPIRITS,Absorb Spirit Sphere
307263,-1,8,0,-1,0,0,10,-3,no,0,0,0,weapon,0,      MO_TRIPLEATTACK,Raging Trifecta Blow
308264,18,6,2,0,0x1,0,1,1,no,0,0,0,none,0,         MO_BODYRELOCATION,Snap
309265,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,         MO_DODGE,Dodge
310266,2,6,1,0,0x40,0,5,1,no,0,0,0,weapon,0,       MO_INVESTIGATE,Occult Impaction
311267,9,8,1,-1,0,0,5,1:2:3:4:5,no,0,0,0,weapon,0, MO_FINGEROFFENSIVE,Throw Spirit Sphere
312268,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,                MO_STEELBODY,Mental Strength
313269,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,                MO_BLADESTOP,Root
314270,0,6,4,0,0x1,0,5,0,no,0,0,0,weapon,0,                MO_EXPLOSIONSPIRITS,Fury
315271,-2,6,4,0,0x60,0,5,1,yes,0,0x200,0,weapon,0, MO_EXTREMITYFIST,Asura Strike
316272,-2,8,4,-1,0,0,5,-4,no,0,0x200,0,weapon,0,   MO_CHAINCOMBO,Raging Quadruple Blow
317273,-2,6,4,-1,0x2,2,5,1,no,0,0x200,0,weapon,0,  MO_COMBOFINISH,Raging Thrust
318274,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,         SA_ADVANCEDBOOK,Study
319275,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,         SA_CASTCANCEL,Cast Cancel
320276,0,6,4,0,0x1,0,5,1,yes,0,0,0,magic,0,                SA_MAGICROD,Magic Rod
321277,9,6,1,0,0x1,0,5,1,yes,0,0,0,magic,0,                SA_SPELLBREAKER,Spell Breaker
322278,0,0,0,0,0,0,10,0,no,0,0,0,magic,0,          SA_FREECAST,Free Cast
323279,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0,       SA_AUTOSPELL,Hindsight
324280,9,6,16,3,0x1,0,5,1,yes,0,0xC00,0,magic,0,   SA_FLAMELAUNCHER,Endow Blaze
325281,9,6,16,1,0x1,0,5,1,yes,0,0xC00,0,magic,0,   SA_FROSTWEAPON,Endow Tsunami
326282,9,6,16,4,0x1,0,5,1,yes,0,0xC00,0,magic,0,   SA_LIGHTNINGLOADER,Endow Tornado
327283,9,6,16,2,0x1,0,5,1,yes,0,0xC00,0,magic,0,   SA_SEISMICWEAPON,Endow Quake
328284,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,          SA_DRAGONOLOGY,Dragonology
329285,2,6,2,3,0x1,0,5,1,yes,0,0,0,magic,0,                SA_VOLCANO,Volcano
330286,2,6,2,1,0x1,0,5,1,yes,0,0,0,magic,0,                SA_DELUGE,Deluge
331287,2,6,2,4,0x1,0,5,1,yes,0,0,0,magic,0,                SA_VIOLENTGALE,Whirlwind
332288,3,6,2,0,0x1,0,5,1,yes,0,0,0,magic,0,                SA_LANDPROTECTOR,Magnetic Earth
333289,9,6,1,0,0x1,0:0:0:0:0:-1,5,1,yes,0,0xE00,0,magic,0, SA_DISPELL,Dispell
334290,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0,       SA_ABRACADABRA,Hocus-pocus
335291,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_MONOCELL,Monocell
336292,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_CLASSCHANGE,Class Change
337293,0,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_SUMMONMONSTER,Monster Chant
338294,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_REVERSEORCISH,Grampus Morph
339295,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_DEATH,Grim Reaper
340296,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_FORTUNE,Gold Digger
341297,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_TAMINGMONSTER,Beastly Hypnosis
342298,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_QUESTION,Questioning
343299,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_GRAVITY,Gravity
344300,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_LEVELUP,Leveling
345301,9,6,4,0,0,0,1,1,yes,0,0x2,0,magic,0,                SA_INSTANTDEATH,Suicide
346302,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,      SA_FULLRECOVERY,Rejuvenation
347303,9,6,4,0,0,0,1,1,yes,0,0x2,0,magic,0,                SA_COMA,Coma
348304,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,          BD_ADAPTATION,Amp
349305,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,          BD_ENCORE,Encore
350306,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,       BD_LULLABY,Lullaby
351307,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,       BD_RICHMANKIM,Mental Sensing
352308,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,       BD_ETERNALCHAOS,Down Tempo
353309,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,       BD_DRUMBATTLEFIELD,Battle Theme
354310,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,       BD_RINGNIBELUNGEN,Harmonic Lick
355311,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,       BD_ROKISWEIL,Classical Pluck
356312,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,       BD_INTOABYSS,Power Chord
357313,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,       BD_SIEGFRIED,Acoustic Rhythm
358//314,0,0,0,0,0,0,1,1,no,0,0x40,0,misc,0,       BD_RAGNAROK,Ragnarok
359315,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,         BA_MUSICALLESSON,Music Lessons
360316,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,         BA_MUSICALSTRIKE,Melody Strike
361317,0,8,4,0,0x41,0,5,1,no,0,0x20,0,misc,0,      BA_DISSONANCE,Unchained Serenade
362318,0,6,4,0,0x3,-1,5,1,no,0,0,0,misc,0,         BA_FROSTJOKE,Unbarring Octave
363319,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,      BA_WHISTLE,Perfect Tablature
364320,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,      BA_ASSASSINCROSS,Impressive Riff
365321,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,      BA_POEMBRAGI,Magic Strings
366322,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,      BA_APPLEIDUN,Song of Lutie
367323,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,         DC_DANCINGLESSON,Dance Lessons
368324,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,         DC_THROWARROW,Slinging Arrow
369325,0,8,4,0,0x1,0,5,1,no,0,0x20,0,misc,0,       DC_UGLYDANCE,Hip Shaker
370326,0,6,4,0,0x3,-1,5,1,no,0,0,0,misc,0,         DC_SCREAM,Dazzler
371327,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,      DC_HUMMING,Focus Ballet
372328,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,      DC_DONTFORGETME,Slow Grace
373329,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,      DC_FORTUNEKISS,Lady Luck
374330,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,      DC_SERVICEFORYOU,Gypsy's Kiss
375331,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,       NPC_RANDOMMOVE,Random Move
376332,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,       NPC_SPEEDUP,Speed UP
377333,0,6,4,0,0x1,0,1,0,no,0,0x2,0,none,0,                NPC_REVENGE,Revenge
378334,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0,       WE_MALE,I Will Protect You
379335,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0,       WE_FEMALE,I Look up to You
380336,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0,       WE_CALLPARTNER,I miss You
381337,9,6,1,-1,0,0,1,1,no,0,0x2,0,weapon,0,       ITM_TOMAHAWK,Throw Tomahawk
382338,-1,8,1,7,0,0,10,-2,no,0,0x2,0,weapon,0,     NPC_DARKCROSS,Cross of Darkness
383339,5,6,4,7,0x48,0,10,1,no,33,0x102,0,magic,0,  NPC_GRANDDARKNESS,Grand cross of Darkness
384340,9,8,1,7,0,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0x2,0,magic,0,     NPC_DARKSTRIKE,Soul Strike of Darkness
385341,9,8,1,7,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0x2,0,magic,2:3:3:4:4:5:5:6:6:7,        NPC_DARKTHUNDER,Darkness Jupitel
386342,9,6,1,0,0x1,0,1,0,no,0,0x2,0,none,0,                NPC_STOP,Stop
387343,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_WEAPONBRAKER,Break weapon
388344,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_ARMORBRAKE,Break armor
389345,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_HELMBRAKE,Break helm
390346,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_SHIELDBRAKE,Break shield
391347,-9,6,1,9,0,0,10,1,no,0,0x2,0,weapon,0,      NPC_UNDEADATTACK,Undead Element Attack
392348,9,0,1,9,0x1,0,5,1,no,0,0x2,0,magic,0,       NPC_CHANGEUNDEAD,Undead Attribute Change
393349,0,6,4,0,0x1,0,10,0,no,0,0x2,0,weapon,0,     NPC_POWERUP,Power Up
394350,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,       NPC_AGIUP,Agility UP
395351,0,0,0,0,0x1,0,1,0,no,0,0x2,0,none,0,                NPC_SIEGEMODE,Siege Mode
396352,2,0,4,0,0x1,0,1,0,no,0,0x2,0,none,0,                NPC_CALLSLAVE,Recall Slaves
397353,0,0,0,0,0x1,0,1,0,no,0,0x2,0,none,0,                NPC_INVISIBLE,Invisible
398354,2,6,4,0,0x1,0,20,0,no,0,0x2,0,misc,0,       NPC_RUN,Run
399355,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,                LK_AURABLADE,Aura Blade
400356,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,       LK_PARRYING,Parrying
401357,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,                LK_CONCENTRATION,Concentration
402358,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                LK_TENSIONRELAX,Relax
403359,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                LK_BERSERK,Frenzy
404//360,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,      LK_FURY,Fury
405361,9,6,16,0,0x3,1,5,1,yes,0,0,0,magic,0,       HP_ASSUMPTIO,Assumptio
406362,4,6,4,0,0x1,0,5,1,yes,0,0,0,magic,2,                HP_BASILICA,Basilica
407363,0,0,0,0,0,0,10,0,no,0,0,0,magic,0,          HP_MEDITATIO,Meditatio
408364,0,0,0,0,0,0,10,1,no,0,0,0,magic,0,          HW_SOULDRAIN,Soul Drain
409365,9,8,1,-1,0,0,1,1,yes,0,0,0,weapon,0,                HW_MAGICCRASHER,Stave Crasher
410366,0,6,4,0,0x1,0,10,1,no,0,0,0,magic,0,                HW_MAGICPOWER,Mystical Amplification
411367,9,8,1,0,0xD0,0,5,1,no,0,0,0,misc,0,         PA_PRESSURE,Gloria Domini
412368,0,6,4,0,0x61,0,5,1,yes,0,0,0,weapon,0,      PA_SACRIFICE, Martyr's Reckoning
413369,0,6,4,0,0x41,0,10,1,yes,0,0,0,misc,0,       PA_GOSPEL,Battle Chant
414370,-2,6,1,-1,0,0,5,1,yes,0,0,0,weapon,3,       CH_PALMSTRIKE,Raging Palm Strike
415371,-2,8,4,-1,0,0,5,1,no,0,0x200,0,weapon,0,    CH_TIGERFIST,Glacier Fist
416372,-2,8,4,-1,0,0,10,-1:-1:-2:-2:-3:-3:-4:-4:-5:-5,no,0,0x200,0,weapon,0,       CH_CHAINCRUSH,Chain Crush Combo
417373,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0, PF_HPCONVERSION,Indulge
418374,9,6,1,0,0x1,0,1,1,yes,0,0xE00,0,none,0,     PF_SOULCHANGE,Soul Exhale
419375,9,6,1,0,0x98,0,5,1,yes,0,0,0,magic,0,       PF_SOULBURN,Soul Siphon
420376,0,0,0,0,0x1,0,5,1,no,0,0,0,weapon,0,                ASC_KATAR,Advanced Katar Mastery
421//377,0,0,4,0,0x1,0,10,1,no,0,0,0,misc,0,       ASC_HALLUCINATION,Hallucination Walk
422378,0,6,4,5,0x1,0,5,1,no,0,0,0,weapon,0,                ASC_EDP,Enchant Deadly Poison
423379,9,6,1,-1,0x8,0,10,1,yes,0,0,0,weapon,0,     ASC_BREAKER,Soul Destroyer
424380,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,       SN_SIGHT,Falcon Eyes
425381,5,8,1,0,0x40,0,5,1,yes,0,0,0,misc,0,                SN_FALCONASSAULT,Falcon Assault
426382,4,8,1,-1,0,2,5,1,yes,0,0,14,weapon,0,       SN_SHARPSHOOTING,Focused Arrow Strike
427383,0,6,4,0,0x3,-1,10,1,yes,0,0,0,weapon,0,     SN_WINDWALK,Wind Walker
428384,0,0,4,0,0x1,0,10,1,yes,0,0,0,weapon,0,      WS_MELTDOWN,Shattering Strike
429//385,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,       WS_CREATECOIN,Create Coins
430//386,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,       WS_CREATENUGGET,Create Nuggets
431387,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                WS_CARTBOOST,Cart Boost
432//388,9,6,2,0,0x1,0,5,1,no,0,0,0,none,0,                WS_SYSTEMCREATE,Auto Attack System
433389,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,          ST_CHASEWALK,Stealth
434390,0,0,4,0,0,0,5,1,yes,0,0,0,weapon,0,         ST_REJECTSWORD,Counter Instinct
435//391,0,0,4,0,1,0,1,1,yes,0,0,0,magic,0,                ST_STEALBACKPACK,Steal Backpack
436392,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,         CR_ALCHEMY,Alchemy
437393,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,         CR_SYNTHESISPOTION,Potion Synthesis
438394,9,8,1,-1,0,0,10,-9,yes,0,0,0,weapon,0,      CG_ARROWVULCAN,Vulcan Arrow
439395,0,0,4,0,0x1,3,1,1,yes,0,0x40,0,misc,2,      CG_MOONLIT,Sheltering Bliss
440396,1,6,16,0,0x1,0,1,1,yes,0,0x600,0,none,0,    CG_MARIONETTE,Marionette Control
441397,5,8,1,-1,0x20,0,5,5,no,0,0,0,weapon,0,      LK_SPIRALPIERCE,Spiral Pierce
442398,4,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,         LK_HEADCRUSH,Traumatic Blow
443399,4,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,                LK_JOINTBEAT,Vital Strike
444400,9,8,1,8,0x6,1,5,1:2:3:4:5,yes,0,0,0,magic,0,        HW_NAPALMVULCAN,Napalm Vulcan
445401,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,         CH_SOULCOLLECT,Zen
446402,9,6,1,0,0x1,0,5,1,no,0,0,0,none,0,          PF_MINDBREAKER,Mind Breaker
447403,0,0,4,0,0x1,0,1,1,yes,0,0,0,magic,0,                PF_MEMORIZE,Foresight
448404,9,6,2,2,0x1,0,5,1,yes,0,0x100,2,magic,0,    PF_FOGWALL,Blinding Mist
449405,7,6,1,0,0x1,0,1,1,no,0,0,3,magic,0,         PF_SPIDERWEB,Fiber Lock
450406,0,6,4,-1,0xA,2,10,1,no,33,0,0,weapon,0,     ASC_METEORASSAULT,Meteor Assault
451407,0,6,4,0,0x1,0,1,0,no,0,0,0,none,0,          ASC_CDP,Create Deadly Poison
452408,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0,       WE_BABY,Baby
453409,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0,       WE_CALLPARENT,Call Parent
454410,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0,       WE_CALLBABY,Call Baby
455411,0,6,4,0,0x1,0,10,1,yes,0,0,0,misc,4,                TK_RUN,Running
456412,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                TK_READYSTORM,Tornado Stance
457413,-2,8,4,-1,0x2,2,7,-3,no,0,0x200,0,weapon,0, TK_STORMKICK,Tornado Kick
458414,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                TK_READYDOWN,Heel Drop Stance
459415,-2,8,4,-1,0,0,7,-3,no,0,0x200,0,weapon,0,   TK_DOWNKICK,Heel Drop
460416,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                TK_READYTURN,Roundhouse Stance
461417,-2,8,4,-1,0x2,1,7,-3,no,0,0x200,0,weapon,2, TK_TURNKICK,Roundhouse Kick
462418,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                TK_READYCOUNTER,Counter Kick Stance
463419,-2,8,4,-1,0x40,0,7,-3,no,0,0x200,0,weapon,0,        TK_COUNTER,Counter Kick
464420,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                TK_DODGE,Tumbling
465421,9,8,4,-1,0,0,7,-3,no,0,0x200,0,weapon,0,    TK_JUMPKICK,Flying Kick
466422,0,0,0,0,0,1,10,0,no,0,0,0,none,0,           TK_HPTIME,Peaceful Break
467423,0,0,0,0,0,1,10,0,no,0,0,0,none,0,           TK_SPTIME,Happy Break
468424,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,          TK_POWER,Kihop
469425,0,6,4,2:4:1:3:8:7:6,0x1,0,7,1,no,0,0,0,weapon,0,    TK_SEVENWIND,Mild Wind
470426,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,                TK_HIGHJUMP,Taekwon Jump
471427,0,6,4,0,0x1,0,3,1,yes,0,0,0,magic,0,                SG_FEEL,Feeling the Sun Moon and Stars
472428,1,6,4,-1,0x42,1,3,1,yes,0,0,0,weapon,2,     SG_SUN_WARM,Warmth of the Sun
473429,1,6,4,-1,0x42,1,3,1,yes,0,0,0,weapon,2,     SG_MOON_WARM,Warmth of the Moon
474430,1,6,4,-1,0x42,1,3,1,yes,0,0,0,weapon,2,     SG_STAR_WARM,Warmth of the Stars
475431,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0,                SG_SUN_COMFORT,Comfort of the Sun
476432,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0,                SG_MOON_COMFORT,Comfort of the Moon
477433,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0,                SG_STAR_COMFORT,Comfort of the Stars
478434,10,6,1,0,0x1,0,3,1,yes,0,0,0,magic,0,       SG_HATE,Hatred of the Sun Moon and Stars
479435,0,0,0,0,0,0,3,0,no,0,0,0,none,0,            SG_SUN_ANGER,Anger of the Sun
480436,0,0,0,0,0,0,3,0,no,0,0,0,none,0,            SG_MOON_ANGER,Anger of the Moon
481437,0,0,0,0,0,0,3,0,no,0,0,0,none,0,            SG_STAR_ANGER,Anger of the Stars
482438,0,0,0,0,0,0,5,0,no,0,0,0,none,0,            SG_SUN_BLESS,Blessing of the Sun
483439,0,0,0,0,0,0,5,0,no,0,0,0,none,0,            SG_MOON_BLESS,Blessing of the Moon
484440,0,0,0,0,0,0,5,0,no,0,0,0,none,0,            SG_STAR_BLESS,Blessing of the Stars
485441,0,0,0,0,0,0,10,0,no,0,0,0,none,0,           SG_DEVIL,Demon of the Sun Moon and Stars
486442,0,0,0,0,0,0,3,0,no,0,0,0,none,0,            SG_FRIEND,Friend of the Sun Moon and Stars
487443,0,0,0,0,0,0,10,0,no,0,0,0,none,0,           SG_KNOWLEDGE,Knowledge of the Sun Moon and Stars
488444,0,6,4,0,0x1,0,1,1,no,0,0,0,misc,0,          SG_FUSION,Union of the Sun Moon and Stars
489445,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_ALCHEMIST,Spirit of the Alchemist
490446,9,6,16,0,0x1,0,1,1,yes,0,0xC08,0,none,0,    AM_BERSERKPITCHER,Aid Berserk Potion
491447,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_MONK,Spirit of the Monk
492448,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_STAR,Spirit of the Star Gladiator
493449,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_SAGE,Spirit of the Sage
494450,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_CRUSADER,Spirit of the Crusader
495451,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_SUPERNOVICE,Spirit of the Supernovice
496452,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_KNIGHT,Spirit of the Knight
497453,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_WIZARD,Spirit of the Wizard
498454,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_PRIEST,Spirit of the Priest
499455,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_BARDDANCER,Spirit of the Artist
500456,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_ROGUE,Spirit of the Rogue
501457,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_ASSASIN,Spirit of the Assasin
502458,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_BLACKSMITH,Spirit of the Blacksmith
503459,0,6,4,0,0x3,-1,1,1,no,0,0x8,0,weapon,0 ,    BS_ADRENALINE2,Advanced Adrenaline Rush
504460,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_HUNTER,Spirit of the Hunter
505461,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,   SL_SOULLINKER,Spirit of the Soul Linker
506462,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0,       SL_KAIZEL,Kaizel
507463,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0,       SL_KAAHI,Kaahi
508464,9,6,16,0,0x1,0,3,1,yes,0,0,0,magic,0,       SL_KAUPE,Kaupe
509465,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0,       SL_KAITE,Kaite
510466,0,0,0,0,0,0,7,0,yes,0,0,0,magic,0,          SL_KAINA,Kaina
511467,9,6,1,-2,0,0,7,1,no,0,0,0,magic,2,          SL_STIN,Estin
512468,9,6,1,-2,0,0,7,1,no,0,0,0,magic,0,          SL_STUN,Estun
513469,9,8,1,-2,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,     SL_SMA,Esma
514470,9,6,1,0,0x1,0,7,1,no,0,0,0,magic,0,         SL_SWOO,Eswoo
515471,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0,         SL_SKE,Eske
516472,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0,         SL_SKA,Eska
517473,0,0,0,0,0,0,0,0,no,0,0,0,none,0,            SM_SELFPROVOKE,Provoke Self
518474,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,       NPC_EMOTION_ON,Emotion ON
519475,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,         ST_PRESERVE,Preserve
520476,1,6,1,0,0x1,0,5,1,yes,0,0,0,weapon,0,       ST_FULLSTRIP,Divest All
521477,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,       WS_WEAPONREFINE,Upgrade Weapon
522478,3,6,2,0,0x3,3,10,1,no,0,0,0,none,0,         CR_SLIMPITCHER,Aid Condensed Potion
523479,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,      CR_FULLPROTECTION,Full Protection
524480,5,8,1,0,0,0,5,5,no,0,0,0,weapon,0,          PA_SHIELDCHAIN,Shield Chain
525481,0,0,0,0,0,0,5,0,no,0,0,0,none,0,            HP_MANARECHARGE,Mana Recharge
526482,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,         PF_DOUBLECASTING,Double Casting
527483,16,6,2,0,0x1,1:2:3:4:5,1,1,no,0,0,0,none,0, HW_GANBANTEIN,Ganbantein
528484,9,6,2,2,0x91,0,5,1,yes,0,0,0,misc,0,                HW_GRAVITATION,Gravitation Field
529485,-2,6,1,-1,0x8,0,10,1,no,0,0,0,weapon,0,     WS_CARTTERMINATION,Cart Termination
530486,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,                WS_OVERTHRUSTMAX,Maximum Power Thrust
531487,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,          CG_LONGINGFREEDOM,Longing for Freedom
532488,0,6,4,0,0x1,1,5,1,no,0,0x40,0,misc,0,       CG_HERMODE,Wand of Hermode
533489,9,6,1,0,0x41,0,5,1,no,0,0,0,misc,0,         CG_TAROTCARD,Tarot Card of Fate
534490,9,8,1,0,0x40,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,misc,0,    CR_ACIDDEMONSTRATION,Acid Demonstration
535491,1,6,2,0,0x1,0,2,1,no,0,0,0,none,0,          CR_CULTIVATION,Plant Cultivation
536492,0,6,4,0:1:2:3:4:5:6:7:8:9,0x1,0,10,1,no,0,0x2,0,none,0,     ITEM_ENCHANTARMS,Weapon Enchantment
537493,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,          TK_MISSION,Taekwon Mission
538494,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,       SL_HIGH,Spirit of Rebirth
539495,0,6,4,0,0x1,0,1,1,no,0,0x8,0,weapon,0,      KN_ONEHAND,Onehand Quicken
540496,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0,                AM_TWILIGHT1,Twilight Alchemy 1
541497,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0,                AM_TWILIGHT2,Twilight Alchemy 2
542498,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0,                AM_TWILIGHT3,Twilight Alchemy 3
543499,-9,8,4,-1,0,0,1,2,no,0,0x208,0,weapon,0,    HT_POWER,Beast Strafing
544500,0,6,4,0,0x40,0,5,1,no,0,0,0,misc,0,         GS_GLITTERING,Flip the Coin
545501,9,6,1,-1,0x50,0,1,1,no,0,0,0,misc,0,                GS_FLING,Fling
546502,-9,8,1,-1,0,0,1,3,no,0,0,0,weapon,0,                GS_TRIPLEACTION,Triple Action
547503,-9,6,1,-1,0x8,0,1,1,no,0,0,0,weapon,0,      GS_BULLSEYE,Bulls Eye
548504,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                GS_MADNESSCANCEL,Madness Canceller
549505,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                GS_ADJUSTMENT,AdJustment
550506,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,                GS_INCREASING,Increasing Accuracy
551507,-9,6,1,8,0,0,1,1,no,0,0,0,weapon,0,         GS_MAGICALBULLET,Magical Bullet
552508,-9,6,1,-1,0x1,0,1,1,no,0,0,0,weapon,0,      GS_CRACKER,Cracker
553509,0,0,0,0,0,0,10,0,no,0,0,0,none,0,           GS_SINGLEACTION,Single Action
554510,0,0,0,0,0,0,10,0,no,0,0,0,none,0,           GS_SNAKEEYE,Snake Eye
555511,-9,8,0,-1,0,0,10,2,no,0,0,0,weapon,0,       GS_CHAINACTION,Chain Action
556512,-9,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,       GS_TRACKING,Tracking
557513,-9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,                GS_DISARM,Disarm
558514,-9,6,1,-1,0x20,0,5,1,no,0,0,0,weapon,0,     GS_PIERCINGSHOT,Piercing Shot
559515,-9,8,1,-1,0,0,10,5,no,0,0,0,weapon,0,       GS_RAPIDSHOWER,Rapid Shower
560516,0,8,4,-1,0x2,3,10,1,no,0,0,0,weapon,0,      GS_DESPERADO,Desperado
561517,0,6,4,-1,0x1,0,10,1,no,0,0,0,weapon,0,      GS_GATLINGFEVER,Gatling Fever
562518,2,6,1,-1,0,0,10,1,no,0,0,0,weapon,5,                GS_DUST,Dust
563519,-9,6,1,-1,0,0,10,1,yes,0,0,0,weapon,0,      GS_FULLBUSTER,Full Buster
564520,-9,6,1,-1,0x2,1:1:1:2:2:2:3:3:3:4,10,1,no,0,0,0,weapon,0,   GS_SPREADATTACK,Spread Attack
565521,-9,6,2,-1,0x40,1,10,1,no,0,0,0,weapon,3,    GS_GROUNDDRIFT,Ground Drift
566522,0,0,0,0,0,0,10,1,no,0,0,0,weapon,0,         NJ_TOBIDOUGU,Shuriken Training
567523,9,6,1,-1,0x40,0,10,1,no,0,0,0,weapon,0,     NJ_SYURIKEN,Throw Shuriken
568524,9,8,1,-1,0x40,0,5,3,no,0,0,0,weapon,0,      NJ_KUNAI,Throw Kunai
569525,9,8,1,-1,0x6,1,5,-3:-3:-4:-4:-5,yes,0,0,0,weapon,0, NJ_HUUMA,Throw Huuma Shuriken
570526,9,6,1,0,0x50,0,10,1,no,0,0,0,misc,0,                NJ_ZENYNAGE,Throw Zeny
571527,0,6,4,-1,0,0,5,1,no,0,0,0,weapon,3,         NJ_TATAMIGAESHI,Improvised Defense
572528,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,       NJ_KASUMIKIRI,Vanishing Slash
573529,7:9:11:13:15,6,2,0,0x1,0,5,1,no,0,0,0,none,0,       NJ_SHADOWJUMP,Shadow Leap
574530,7:9:11:13:15,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,      NJ_KIRIKAGE,Shadow Slash
575531,0,6,4,0,0x1,0,5,1,no,0,0,0,none,7,          NJ_UTSUSEMI,Cicada Skin Sheeding
576532,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0,       NJ_BUNSINJYUTSU,Mirror Image
577533,0,0,0,0,0,0,10,0,no,0,0,0,none,0,           NJ_NINPOU,Spirit of the Blade
578534,9,8,1,3,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,      NJ_KOUENKA,Crimson Fire Petal
579535,0,8,4,3,0,0,10,1,yes,0,0,0,magic,1,         NJ_KAENSIN,Crimson Fire Formation
580536,9,8,1,3,0x2,2,5,3,yes,0,0,0,magic,0,                NJ_BAKUENRYU,Raging Fire Dragon
581537,9,8,1,1,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0,0,magic,0,    NJ_HYOUSENSOU,Spear of Ice
582538,9,6,2,1,0x1,0,10,1,yes,0,0,0,magic,0,       NJ_SUITON,Hidden Water
583539,0,6,4,1,0x2,3,5,1,yes,0,0,0,magic,0,                NJ_HYOUSYOURAKU,Ice Meteor
584540,9,8,1,4,0,0,10,1:2:2:3:3:4:4:5:5:6,yes,0,0,0,magic,0,       NJ_HUUJIN,Wind Blade
585541,9,6,4,4,0x2,2:2:3:3:4,5,1,yes,0,0,0,magic,0,        NJ_RAIGEKISAI,Lightning Strike of Destruction
586542,9,8,1,4,0,3,5,1,yes,0,0,5:6:7:8:9,magic,0,  NJ_KAMAITACHI,Kamaitachi
587543,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,         NJ_NEN,Soul
588544,-5,6,1,0,0x40,0,10,1,no,0,0,0,weapon,0,     NJ_ISSEN,Final Strike
589
590653,0,8,4,0,0x6,5:7:9:11:13:5:7:9:11:13,10,3,no,0,0x2,0,magic,0,        NPC_EARTHQUAKE,Earthquake
591654,9,6,1,3,0,5,10,1,no,0,0x2,14,weapon,0,      NPC_FIREBREATH,Fire Breath
592655,9,6,1,1,0,5,10,1,no,0,0x2,14,weapon,0,      NPC_ICEBREATH,Ice Breath
593656,9,6,1,4,0,5,10,1,no,0,0x2,14,weapon,0,      NPC_THUNDERBREATH,Thunder Breath
594657,9,6,1,5,0,5,10,1,no,0,0x2,14,weapon,0,      NPC_ACIDBREATH,Acid Breath
595658,9,6,1,7,0,5,10,1,no,0,0x2,14,weapon,0,      NPC_DARKNESSBREATH,Darkness Breath
596659,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_DRAGONFEAR,Dragon Fear
597660,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,      NPC_BLEEDING,Bleeding
598661,0,6,4,0,0x2,7,5,1,no,0,0x2,0,weapon,7,      NPC_PULSESTRIKE,Pulse Strike
599662,0,6,4,0,0x2,14,10,1,no,0,0x2,0,weapon,0,    NPC_HELLJUDGEMENT,Hell's Judgement
600663,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_WIDESILENCE,Wide Silence
601664,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_WIDEFREEZE,Wide Freeze
602665,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_WIDEBLEEDING,Wide Bleeding
603666,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_WIDESTONE,Wide Petrify
604667,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_WIDECONFUSE,Wide Confusion
605668,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_WIDESLEEP,Wide Sleep
606669,0,6,4,3,0x3,5,1,1,no,0,0x2,0,magic,0,       NPC_WIDESIGHT,Wide Sight
607670,9,6,2,7,0x91,0,10,1,no,0,0x2,0,magic,0,     NPC_EVILLAND,Evil Land
608671,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0,       NPC_MAGICMIRROR,Magic Mirror
609672,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_SLOWCAST,Slow Cast
610673,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,      NPC_CRITICALWOUND,Critical Wounds
611674,-9,6,1,-1,0x1,0,1,1,no,0,0x2,0,none,0,      NPC_EXPULSION,Expulsion
612675,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0,       NPC_STONESKIN,Stone Skin
613676,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0,       NPC_ANTIMAGIC,Anti Magic
614677,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_WIDECURSE,Wide Curse
615678,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,      NPC_WIDESTUN,Wide Stun
616679,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,       NPC_VAMPIRE_GIFT,Vampire Gift
617680,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,       NPC_WIDESOULDRAIN,Wide Soul Drain
618
619// Cash Shop Skill
620681,0,0,0,0,0,0,10,0,no,0,0x1,0,none,0,         ALL_INCCARRY,Increase Weight Limit R
621
6221001,9,6,1,-1,0,0,1,1,no,0,0x1,0,weapon,0,      KN_CHARGEATK,Charge Attack
6231002,0,6,4,0,0x1,0,1,0,no,0,0x1,0,weapon,2,     CR_SHRINK,Shrink
6241003,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0,       AS_SONICACCEL,Sonic Acceleration
6251004,9,8,1,0,0x8,0,1,1,no,0,0x1,0,weapon,0,     AS_VENOMKNIFE,Throw Venom Knife
6261005,1,6,1,0,0x1,0,1,1,no,0,0x1,0,weapon,0,     RG_CLOSECONFINE,Close Confine
6271006,0,6,4,3,0,2,1,1,yes,0,0x1,0,magic,3,       WZ_SIGHTBLASTER,Sight Blaster
6281007,0,6,4,0,0x1,0,10,0,no,0,0x1,0,none,0,      SA_CREATECON,Create Elemental Converter
6291008,9,6,1,1,0x1,0,1,1,yes,0,0x1,0,magic,0,     SA_ELEMENTWATER,Elemental Change Water
6301009,-9,6,1,0,0,0,1,1,no,0,0x1,0,weapon,3,      HT_PHANTASMIC,Phantasmic Arrow
6311010,9,6,1,0,0x1,0,1,0,no,0,0x1,0,misc,0,       BA_PANGVOICE,Pang Voice
6321011,9,6,1,0,0x1,0,1,0,no,0,0x1,0,misc,0,       DC_WINKCHARM,Wink of Charm
6331012,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0,       BS_UNFAIRLYTRICK,Unfair Trick
6341013,0,6,4,0,0x3,2,1,0,no,0,0x1,0,weapon,0,     BS_GREED,Greed
6351014,0,6,4,6,0x3,14,1,0,yes,0,0x1,0,magic,0,    PR_REDEMPTIO,Redemptio
6361015,9,6,16,0,0x1,0,1,1,no,0,0x401,0,weapon,0,  MO_KITRANSLATION,Ki Translation
6371016,-1,6,1,-1,0x2,1,1,1,no,0,0x1,0,weapon,5,   MO_BALKYOUNG,Ki Explosion
6381017,9,6,1,2,0x1,0,1,1,yes,0,0x1,0,magic,0,     SA_ELEMENTGROUND,Elemental Change Earth
6391018,9,6,1,3,0x1,0,1,1,yes,0,0x1,0,magic,0,     SA_ELEMENTFIRE,Elemental Change Fire
6401019,9,6,1,4,0x1,0,1,1,yes,0,0x1,0,magic,0,     SA_ELEMENTWIND,Elemental Change Wind
641
6428001,9,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,         HLIF_HEAL,Healing Touch
6438002,0,6,4,0,0x3,-1,5,1,no,0,0,0,none,0,         HLIF_AVOID,Avoid
6448003,0,0,0,0,0,1,5,0,no,0,0,0,none,0,            HLIF_BRAIN,Brain Surgery
6458004,0,6,4,0,0x1,0,3,0,no,0,0,0,none,0,          HLIF_CHANGE,Change
6468005,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,          HAMI_CASTLE,Castling
6478006,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,          HAMI_DEFENCE,Defense
6488007,0,0,0,0,0x1,0,5,0,no,0,0,0,none,0,          HAMI_SKIN,Adamantium Skin
6498008,0,6,4,0,0x1,0,3,0,no,0,0,0,none,0,          HAMI_BLOODLUST,Bloodlust
6508009,1,8,1,0,0,0,5,-1:-2:-2:-2:-3,no,0,0,0,weapon,0,HFLI_MOON,Moonlight
6518010,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,          HFLI_FLEET,Fleeting Move
6528011,0,6,4,0,0x1,0,5,0,yes,0,0,0,misc,0,         HFLI_SPEED,Speed
6538012,1,6,1,0,0,0,3,0,no,0,0,0,none,0,            HFLI_SBR44,S.B.R.44
6548013,9,6,1,0,0,0,5,1:2:3:4:5,no,0,0,0,magic,0,   HVAN_CAPRICE,Caprice
6558014,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,          HVAN_CHAOTIC,Benediction of Chaos
6568015,0,0,0,0,0x1,0,5,0,no,0,0,0,none,0,          HVAN_INSTRUCT,Instruct
6578016,4,6,4,-1,0xD2,4,3,1,no,0,0,0,misc,0,        HVAN_EXPLOSION,Bio Explosion
658
659// Mercenary Skill Place holders
660//8201,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,      MS_BASH,Bash
661//8202,0,0,0,0,0x2,0,10,0,no,0,0,0,weapon,0,    MS_MAGNUM,Magnum_Break
662//8203,0,0,0,0,0x2,0,10,0,no,0,0,0,weapon,0,    MS_BOWLINGBASH,Bowling_Bash
663//8204,0,0,0,0,0x1,0,10,0,no,0,0,0,weapon,0,    MS_PARRYING,Parry
664//8205,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,      MS_REFLECTSHIELD,Shield_Reflect
665//8206,0,0,0,0,0x1,0,1,0,no,0,0,0,weapon,0,     MS_BERSERK,Frenzy
666//8207,-9,0,0,0,0,0,10,0,no,0,0,0,weapon,0,     MA_DOUBLE,Double_Strafe
667//8208,-9,0,0,0,0x2,0,10,0,no,0,0,0,weapon,0,   MA_SHOWER,Arrow_Shower
668//8209,0,0,0,0,0x1,0,5,0,no,0,0,0,misc,0,       MA_SKIDTRAP,Skid_Trap
669//8210,0,0,0,0,0x40,0,5,0,no,0,0,0,misc,0,      MA_LANDMINE,Land_Mine
670//8211,0,0,0,0,0x3,0,5,0,no,0,0,0,misc,0,       MA_SANDMAN,Sandman
671//8212,0,0,0,0,0x42,0,5,0,no,0,0,0,weapon,0,    MA_FREEZINGTRAP,Freezing_Trap
672//8213,0,0,0,0,0x1,0,1,0,no,0,0,0,misc,0,       MA_REMOVETRAP,Remove_Trap
673//8214,0,0,0,0,0x2,0,1,0,no,0,0,0,weapon,0,     MA_CHARGEARROW,Arrow_Repel
674//8215,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,      MA_SHARPSHOOTING,Focused_Arrow_Strike
675//8216,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,      ML_PIERCE,Pierce
676//8217,0,0,0,0,0x1,0,10,0,no,0,0,0,weapon,0,    ML_BRANDISH,Brandish_Spear
677//8218,5,0,0,0,0x20,0,5,0,no,0,0,0,weapon,0,    ML_SPIRALPIERCE,Spiral_Pierce
678//8219,0,0,0,0,0x1,0,1,0,no,0,0,0,weapon,0,     ML_DEFENDER,Defending_Aura
679//8220,0,0,0,0,0x1,0,10,0,no,0,0,0,weapon,0,    ML_AUTOGUARD,Guard
680//8221,0,0,0,0,0x1,0,10,0,no,0,0,0,none,0,      ML_DEVOTION,Sacrifice
681//8222,0,0,0,0,0x3,0,5,0,no,0,0,0,magic,0,      MER_MAGNIFICAT,Magnificat
682//8223,0,0,0,0,0x1,0,10,0,no,0,0,0,weapon,0,    MER_QUICKEN,Two-Hand_Quicken
683//8224,0,0,0,0,0x3,0,1,0,no,0,0,0,magic,0,      MER_SIGHT,Sight
684//8225,0,0,0,0,0x1,0,5,0,no,0,0,0,weapon,0,     MER_CRASH,Crash
685//8226,0,0,0,0,0x1,0,1,0,no,0,0,0,magic,0,      MER_REGAIN,Regain
686//8227,0,0,0,0,0x1,0,1,0,no,0,0,0,magic,0,      MER_TENDER,Tender
687//8228,0,0,0,0,0x1,0,1,0,no,0,0,0,magic,0,      MER_BENEDICTION,Benediction
688//8229,0,0,0,0,0x1,0,1,0,no,0,0,0,magic,0,      MER_RECUPERATE,Recuperate
689//8230,0,0,0,0,0x1,0,1,0,no,0,0,0,magic,0,      MER_MENTALCURE,Mental_Cure
690//8231,0,0,0,0,0,0,1,0,no,0,0,0,magic,0,        MER_COMPRESS,Compress
691//8232,0,0,0,0,0,0,10,0,no,0,0,0,none,0,        MER_PROVOKE,Provoke
692//8233,0,0,0,0,0x1,0,1,0,no,0,0,0,weapon,0,     MER_AUTOBERSERK,Berserk
693//8234,0,0,0,0,0x1,0,10,0,no,0,0,0,magic,0,     MER_DECAGI,Decrease_AGI
694//8235,0,0,0,0,0,0,1,0,no,0,0,0,none,0,         MER_SCAPEGOAT,Scapegoat
695//8236,0,0,0,0,0x1,0,10,0,no,0,0,0,magic,0,     MER_LEXDIVINA,Lex_Divina
696//8237,0,0,0,0,0x1,0,1,0,no,0,0,0,magic,0,      MER_ESTIMATION,Sense
697
69810000,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,        GD_APPROVAL,Official Guild Approval
69910001,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,        GD_KAFRACONTRACT,Kafra Contract
70010002,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,        GD_GUARDRESEARCH,Guardian Research
70110003,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,        GD_GUARDUP,Strengthen Guardians
70210004,0,0,0,0,0,0,10,0,no,0,0x10,0,none,0,       GD_EXTENSION,Guild Extension
70310005,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,        GD_GLORYGUILD,Guild's Glory
70410006,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,        GD_LEADERSHIP,Great Leadership
70510007,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,        GD_GLORYWOUNDS,Glorious Wounds
70610008,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,        GD_SOULCOLD,Cold Heart
70710009,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,        GD_HAWKEYES,Sharp Gaze
70810010,0,0,4,0,0x3,15,1,0,yes,0,0x10,0,none,0,    GD_BATTLEORDER,Battle Orders
70910011,0,0,4,0,0x3,15,3,0,yes,0,0x10,0,none,0,    GD_REGENERATION,Regeneration
71010012,0,0,4,0,0x3,15,1,0,yes,0,0x10,0,none,0,    GD_RESTORE,Restoration
71110013,0,0,4,0,0x3,0,1,0,yes,0,0x10,0,none,0,     GD_EMERGENCYCALL,Urgent Call
71210014,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,        GD_DEVELOPMENT,Permanent Development
Note: See TracBrowser for help on using the browser.