Bienvenidos, a un nuevo tutorial, a continuación les dejaré el listado con todos los códigos de los items por versión.
Si bien, el código es el mismo para todas las versiones lo que debes prestar atención es a la cantidad de dígitos o mejor dicho a los grupos de números que tiene nuestro servidor.
Para entender mejor esto, veamos un ejemplo un poco más detallado:
1)El siguiente código es de la Helical Sword de una versión clásica 0.97D
0 12 0 255 0 0 0Y el siguiente código es el del mismo item sólo que pertence a una versión Season 6
0 12 0 255 0 0 0 0¿Ven alguna diferencia?, Para quien no nota la diferencia, el item de la versión Season 6 tiene un "número más (Un 0 a más)", es decir, podemos configurar un característica más del item a partir de esa opción.
En tutoriales anteriores ya hemos visto que identifica cada grupo de números (Ver Aqui), por lo que no volveremos a explicarlo, lo único que resaltaremos será que el 255 que podemos observar hace referencia a la durabilidad, entonces, si bien son 3 dígitos 2-5-5, los 3 juntos reempresentan lo mismo.
Entonces, lo primero que debemos hacer antes de comenzar a editar cualquier aspecto relacionado con items en nuestro servidor Mu Online, es identificar cuantos grupos de números tienen. A partir de ahi utilizen el listado de items correspondientes.
//Swords
0 0 0 255 0 0 0 //Kris
0 1 0 255 0 0 0 //Short Sword
0 2 0 255 0 0 0 //Rapier
0 3 0 255 0 0 0 //Katache
0 4 0 255 0 0 0 //Scimitar
0 5 0 255 0 0 0 //Blade
0 6 0 255 0 0 0 //Gladius
0 7 0 255 0 0 0 //Falchion
0 8 0 255 0 0 0 //Serpent Borg
0 9 0 255 0 0 0 //Salamander
0 10 0 255 0 0 0 //Light Saber
0 11 0 255 0 0 0 //Legendary Sword
0 12 0 255 0 0 0 //Helical Sword
0 13 0 255 0 0 0 //Double Blade
0 14 0 255 0 0 0 //Lightning Sword
0 15 0 255 0 0 0 //Giant Sword
0 16 0 255 0 0 0 //Destruction Sword
0 17 0 255 0 0 0 //Spirit Sword
0 18 0 255 0 0 0 //Thunder Sword
0 19 0 255 0 0 0 //Dragon Sword
0 20 0 255 0 0 0 //Blade of Devourer
0 31 0 255 0 0 0 //DeathBroad
//Axes
1 0 0 255 0 0 0 //Small Axe
1 1 0 255 0 0 0 //Hand Axe
1 2 0 255 0 0 0 //Double Axe
1 3 0 255 0 0 0 //Tomahawk
1 4 0 255 0 0 0 //Fairy Axe
1 5 0 255 0 0 0 //Battle Axe
1 6 0 255 0 0 0 //Nikkea Axe
1 7 0 255 0 0 0 //Larkan Axe
1 8 0 255 0 0 0 //Crescent Axe
//Maces
2 0 0 255 0 0 0 //Mace
2 1 0 255 0 0 0 //Morning Star
2 2 0 255 0 0 0 //Iron Hammer
2 3 0 255 0 0 0 //Great Hammer
2 4 0 255 0 0 0 //Crystal Mace
2 5 0 255 0 0 0 //Crystal Sword
2 6 0 255 0 0 0 //Chaos Dragon Axe
2 7 0 255 0 0 0 //Elemental Mace
2 8 0 255 0 0 0 //Skeleton Mace
2 9 0 255 0 0 0 //Slayer's Mace
2 10 0 255 0 0 0 //Stalker's Mace
2 11 0 255 0 0 0 //Mace of Gimli
2 12 0 255 0 0 0 //Phantom Mace
2 13 0 255 0 0 0 //Mace of the King
//Spears
3 0 0 255 0 0 0 //Light Spear
3 1 0 255 0 0 0 //Spear
3 2 0 255 0 0 0 //Dragon Lance
3 3 0 255 0 0 0 //Big Pike
3 4 0 255 0 0 0 //Serpent Spear
3 5 0 255 0 0 0 //Double Halberd
3 6 0 255 0 0 0 //Halberd
3 7 0 255 0 0 0 //Bardiche
3 8 0 255 0 0 0 //Great Scythe
3 9 0 255 0 0 0 //Bill of Balrog
3 10 0 255 0 0 0 //Dragon Spear
//Bows/CrossBows
4 0 0 255 0 0 0 //Short Bow
4 1 0 255 0 0 0 //Bow
4 2 0 255 0 0 0 //Fairy Bow
4 3 0 255 0 0 0 //Battle Bow
4 4 0 255 0 0 0 //Tiger Bow
4 5 0 255 0 0 0 //Light Bow
4 6 0 255 0 0 0 //Chaos Nature Bow
4 7 0 255 0 0 0 //Bolts
4 8 0 255 0 0 0 //Crossbow
4 9 0 255 0 0 0 //Gold Crossbow
4 10 0 255 0 0 0 //Arquebus
4 11 0 255 0 0 0 //Light Crossbow
4 12 0 255 0 0 0 //Serpent Crossbow
4 13 0 255 0 0 0 //Legendary Crossbow
4 14 0 255 0 0 0 //Dragon Crossbow
4 15 0 255 0 0 0 //Arrows
4 16 0 255 0 0 0 //Shadow Crossbow
4 17 0 255 0 0 0 //Giant Bow
4 18 0 255 0 0 0 //Giant Crossbow
4 19 0 255 0 0 0 //GreatRain Crossbow
//Staffs
5 0 0 255 0 0 0 //Skull Staff
5 1 0 255 0 0 0 //Angelic Staff
5 2 0 255 0 0 0 //Serpent Staff
5 3 0 255 0 0 0 //Lightning Staff
5 4 0 255 0 0 0 //Gorgon Staff
5 5 0 255 0 0 0 //Legendary Staff
5 6 0 255 0 0 0 //Resurrection Staff
5 7 0 255 0 0 0 //Chaos Lightning Staff
5 8 0 255 0 0 0 //Unicorn Staff
5 9 0 255 0 0 0 //Crystal Staff
5 10 0 255 0 0 0 //Dragon Staff
5 11 0 255 0 0 0 //Kundun Staff
5 12 0 255 0 0 0 //Lightning Staff
5 13 0 255 0 0 0 //Gorgon Staff
//Shields
6 0 0 255 0 0 0 //Round Shield
6 1 0 255 0 0 0 //Horned Shield
6 2 0 255 0 0 0 //Kite Shield
6 3 0 255 0 0 0 //Fairy Shield
6 4 0 255 0 0 0 //Buckler
6 5 0 255 0 0 0 //Dragon Slayer
6 6 0 255 0 0 0 //Skull Shield
6 7 0 255 0 0 0 //Spike Shield
6 8 0 255 0 0 0 //Tower Shield
6 9 0 255 0 0 0 //Iron Shield
6 10 0 255 0 0 0 //Big Round Shield
6 11 0 255 0 0 0 //Serpent Shield
6 12 0 255 0 0 0 //Bronze Shield
6 13 0 255 0 0 0 //Chaos Shield
6 14 0 255 0 0 0 //Legendary Shield
6 15 0 255 0 0 0 //Grand Soul Shield
6 16 0 255 0 0 0 //Elemental Shield
//Bronze Set
7 0 0 255 0 0 0 //Bronze Helm
8 0 0 255 0 0 0 //Bronze Armor
9 0 0 255 0 0 0 //Bronze Pants
10 0 0 255 0 0 0 //Bronze Gloves
11 0 0 255 0 0 0 //Bronze Boots
//Dragon Set
7 1 0 255 0 0 0 //Dragon Helm
8 1 0 255 0 0 0 //Dragon Armor
9 1 0 255 0 0 0 //Dragon Pants
10 1 0 255 0 0 0 //Dragon Gloves
11 1 0 255 0 0 0 //Dragon Boots
//Pad Set
7 2 0 255 0 0 0 //Pad Helm
8 2 0 255 0 0 0 //Pad Armor
9 2 0 255 0 0 0 //Pad Pants
10 2 0 255 0 0 0 //Pad Gloves
11 2 0 255 0 0 0 //Pad Boots
//Legendary Set
7 3 0 255 0 0 0 //Legendary Helm
8 3 0 255 0 0 0 //Legendary Armor
9 3 0 255 0 0 0 //Legendary Pants
10 3 0 255 0 0 0 //Legendary Gloves
11 3 0 255 0 0 0 //Legendary Boots
//Bone Set
7 4 0 255 0 0 0 //Bone Helm
8 4 0 255 0 0 0 //Bone Armor
9 4 0 255 0 0 0 //Bone Pants
10 4 0 255 0 0 0 //Bone Gloves
11 4 0 255 0 0 0 //Bone Boots
//Leather Set
7 5 0 255 0 0 0 //Leather Helm
8 5 0 255 0 0 0 //Leather Armor
10 5 0 255 0 0 0 //Leather Gloves
9 5 0 255 0 0 0 //Leather Pants
11 5 0 255 0 0 0 //Leather Boots
//Scale Set
7 6 0 255 0 0 0 //Scale Helm
8 6 0 255 0 0 0 //Scale Armor
9 6 0 255 0 0 0 //Scale Pants
10 6 0 255 0 0 0 //Scale Gloves
11 6 0 255 0 0 0 //Scale Boots
//Sphinx Set
7 7 0 255 0 0 0 //Sphinx Helm
8 7 0 255 0 0 0 //Sphinx Armor
9 7 0 255 0 0 0 //Sphinx Pants
10 7 0 255 0 0 0 //Sphinx Gloves
11 7 0 255 0 0 0 //Sphinx Boots
//Brass Set
7 8 0 255 0 0 0 //Brass Helm
8 8 0 255 0 0 0 //Brass Armor
9 8 0 255 0 0 0 //Brass Pants
10 8 0 255 0 0 0 //Brass Gloves
11 8 0 255 0 0 0 //Brass Boots
//Plate Set
7 9 0 255 0 0 0 //Plate Helm
8 9 0 255 0 0 0 //Plate Armor
9 9 0 255 0 0 0 //Plate Pants
10 9 0 255 0 0 0 //Plate Gloves
11 9 0 255 0 0 0 //Plate Boots
//Vine Set
7 10 0 255 0 0 0 //Vine Helm
8 10 0 255 0 0 0 //Vine Armor
9 10 0 255 0 0 0 //Vine Pants
10 10 0 255 0 0 0 //Vine Gloves
11 10 0 255 0 0 0 //Vine Boots
//Silk Set
7 11 0 255 0 0 0 //Silk Helm
8 11 0 255 0 0 0 //Silk Armor
9 11 0 255 0 0 0 //Silk Pants
10 11 0 255 0 0 0 //Silk Gloves
11 11 0 255 0 0 0 //Silk Boots
//Wind Set
7 12 0 255 0 0 0 //Wind Helm
8 12 0 255 0 0 0 //Wind Armor
9 12 0 255 0 0 0 //Wind Pants
10 12 0 255 0 0 0 //Wind Gloves
11 12 0 255 0 0 0 //Wind Boots
//Spirit Set
7 13 0 255 0 0 0 //Spirit Helm
8 13 0 255 0 0 0 //Spirit Armor
9 13 0 255 0 0 0 //Spirit Pants
10 13 0 255 0 0 0 //Spirit Gloves
11 13 0 255 0 0 0 //Spirit Boots
//Gaurdian Set
7 14 0 255 0 0 0 //Guardian Helm
8 14 0 255 0 0 0 //Guardian Armor
9 14 0 255 0 0 0 //Guardian Pants
10 14 0 255 0 0 0 //Guardian Gloves
11 14 0 255 0 0 0 //Guardian Boots
//Black Dragon Set
7 16 0 255 0 0 0 //Black Dragon Helm
8 16 0 255 0 0 0 //Black Dragon Armor
9 16 0 255 0 0 0 //Black Dragon Pants
10 16 0 255 0 0 0 //Black Dragon Gloves
11 16 0 255 0 0 0 //Black Dragon Boots
//Phoenix Set
7 17 0 255 0 0 0 //Phoenix Helm
8 17 0 255 0 0 0 //Phoenix Armor
9 17 0 255 0 0 0 //Phoenix Pants
10 17 0 255 0 0 0 //Phoenix Gloves
11 17 0 255 0 0 0 //Phoenix Boots
//Grand Soul Set
7 18 0 255 0 0 0 //Grand Soul Helm
8 18 0 255 0 0 0 //Grand Soul Armor
9 18 0 266 0 0 0 //GrandSoul Pants
10 18 0 255 0 0 0 //Grand Soul Gloves
11 18 0 255 0 0 0 //Grand Soul Boots
//Divine Set
7 19 0 255 0 0 0 //Divine Helm
8 19 0 255 0 0 0 //Divine Armor
9 19 0 255 0 0 0 //Divine Pants
10 19 0 255 0 0 0 //Divine Gloves
11 19 0 255 0 0 0 //Divine Boots
//Thunder Set
9 20 0 255 0 0 0 //Thunder Pants
8 20 0 255 0 0 0 //Thunder Armor
10 20 0 255 0 0 0 //Thunder Gloves
11 20 0 255 0 0 0 //Thunder Boots
//Red Phoenix Set
7 21 0 255 0 0 0 //Red Phoenix Helm
8 21 0 255 0 0 0 //Red Phoenix Armor
9 21 0 255 0 0 0 //Red Phoenix Pants
10 21 0 255 0 0 0 //Red Phoenix Gloves
11 21 0 255 0 0 0 //Red Phoenix Boots
//Dark Side Set
7 22 0 255 0 0 0 //DaRK Side Helm
8 22 0 255 0 0 0 //DaRK Side Armor
9 22 0 255 0 0 0 //DaRK Side Pants
10 22 0 255 0 0 0 //DaRK Side Gloves
11 22 0 255 0 0 0 //DaRK Side Boots
//Hurricane Set
8 23 0 255 0 0 0 //Hurricane Armor
9 23 0 255 0 0 0 //Hurricane Pants
10 23 0 255 0 0 0 //Hurricane Gloves
11 23 0 255 0 0 0 //Hurricane Boots
//Nature Set
7 24 0 255 0 0 0 //Nature Helmet
8 24 0 255 0 0 0 //Nature Armor
9 24 0 255 0 0 0 //Nature Pants
10 24 0 255 0 0 0 //Nature Gloves
11 24 0 255 0 0 0 //Nature Boots
//Embroidered Set
7 25 0 255 0 0 0 //Embroidered Helm
8 25 0 255 0 0 0 //Embroidered Armor
9 25 0 255 0 0 0 //Embroidered Pants
10 25 0 255 0 0 0 //Embroidered Gloves
11 25 0 255 0 0 0 //Embroidered Boots
//Storm Set
7 26 0 255 0 0 0 //Storm Mask
8 26 0 255 0 0 0 //Storm Armor
9 26 0 255 0 0 0 //Storm Pants
10 26 0 255 0 0 0 //Storm Gloves
11 26 0 255 0 0 0 //Storm Boots
//Magus Set
7 27 0 255 0 0 0 //Magus Mask
8 27 0 255 0 0 0 //Magus Armor
9 27 0 255 0 0 0 //Magus Pants
10 27 0 255 0 0 0 //Magus Gloves
11 27 0 255 0 0 0 //Magus Boots
//Adamantine Set
7 28 0 255 0 0 0 //Adamantine Mask
8 28 0 255 0 0 0 //Adamantine Armor
9 28 0 255 0 0 0 //Adamantine Pants
10 28 0 255 0 0 0 //Adamantine Gloves
11 28 0 255 0 0 0 //Adamantine Boots
//Wings
12 0 0 255 0 0 0 //Fairy Wings
12 1 0 255 0 0 0 //Heaven Wings
12 2 0 255 0 0 0 //Satan Wings
12 3 0 255 0 0 0 //Buterfly Wings
12 4 0 255 0 0 0 //ArchAngel Wings
12 5 0 255 0 0 0 //Devil Wings
12 6 0 255 0 0 0 //Dark Wings
//Dk/Bk Skills
12 7 0 255 0 0 0 //Twisting Slash
12 12 0 255 0 0 0 //Hell Blast
12 13 0 255 0 0 0 //Fury of Light
12 14 0 255 0 0 0 //Inner Strength
12 19 0 255 0 0 0 //Death Stab
//Mg Skill
12 16 0 255 0 0 0 //Fire Slash
//Elf Skill
12 8 0 255 0 0 0 //Orb of Healing
12 9 0 255 0 0 0 //Orb of Advanced Defence
12 10 0 255 0 0 0 //Orb of Advanced Danage
12 11 0 255 0 0 0 //Orb of Summoning
12 17 0 255 0 0 0 //Penetration
12 18 0 255 0 0 0 //Ice Age
//Rings/Pendants
13 8 0 255 0 0 0 //Ring of Ice
13 9 0 255 0 0 0 //Ring of Poison
13 10 0 255 0 0 0 //Transform Ring
13 20 0 255 0 0 0 //Wizards Ring
13 12 0 255 0 0 0 //Lightning Pendant
13 13 0 255 0 0 0 //Fire Pendant
//Special Items
13 15 0 255 0 0 0 //Fruit
14 9 0 255 0 0 0 //Alcohol
14 10 0 255 0 0 0 //Town Scroll
13 14 0 255 0 0 0 //Blue Feather
//Familiars
13 0 0 255 0 0 0 //Guardian Angel
13 1 0 255 0 0 0 //Satan
13 2 0 255 0 0 0 //Horn of Unilia
13 3 0 255 0 0 0 //Dinorant
13 4 0 255 0 0 0 //Dark Horse
//Potions
14 0 0 255 0 0 0 //Apple
14 1 0 255 0 0 0 //Small Heal Potion
14 2 0 255 0 0 0 //Medium Heal Potion
14 3 0 255 0 0 0 //Large Heal Potion
14 4 0 255 0 0 0 //Small Mana Potion
14 5 0 255 0 0 0 //Medium Mana Potion
14 6 0 255 0 0 0 //Large Mana Potion
14 8 0 255 0 0 0 //Antidote
//Event Items
14 11 0 255 0 0 0 //Box of Luck
14 12 0 255 0 0 0 //Heart
14 15 0 255 0 0 0 //Zen
14 17 0 255 0 0 0 //Devil Eye
14 18 0 255 0 0 0 //Devil Key
14 19 0 255 0 0 0 //Devil Square Invite
14 20 0 255 0 0 0 //Love Charm
14 21 0 255 0 0 0 //Rena
13 16 0 255 0 0 0 //Blood Scroll
13 17 0 255 0 0 0 //Blood Fang
13 18 0 255 0 0 0 //Invisibility Cloak
13 19 0 255 0 0 0 //Angel Weapon
//Jewels
14 13 0 255 0 0 0 //Jewel of Bless
14 14 0 255 0 0 0 //Jewel of Soul
12 15 0 255 0 0 0 //Jewel of Chaos
14 16 0 255 0 0 0 //Jewel of Life
14 22 0 255 0 0 0 //Jewel of Creation
//Quest Items
14 23 0 255 0 0 0 //Book of Kings
14 24 0 255 0 0 0 //Quest Sword
14 25 0 255 0 0 0 //Quest Tear
14 26 0 255 0 0 0 //Quest Crystal
//Scrolls DW/MG
15 0 0 255 0 0 0 //Poison Scroll
15 1 0 255 0 0 0 //Meteor Scroll
15 2 0 255 0 0 0 //Lightning Scroll
15 3 0 255 0 0 0 //Fireball Scroll
15 4 0 255 0 0 0 //Flame Scroll
15 5 0 255 0 0 0 //Teleport Scroll
15 6 0 255 0 0 0 //Ice Scroll
15 7 0 255 0 0 0 //Twister Scroll
15 8 0 255 0 0 0 //Evil Spirits Scroll
15 9 0 255 0 0 0 //Hell Fire Scroll
15 10 0 255 0 0 0 //Power Wave Scroll
15 11 0 255 0 0 0 //Aqua Beam Scroll
15 12 0 255 0 0 0 //Blast Scroll
15 13 0 255 0 0 0 //Inferno Scroll
15 14 0 255 0 0 0 //Mass Teleport
15 15 0 255 0 0 0 //Mana Shield
//Swords
0 0 0 255 0 0 0 0 //Kris
0 1 0 255 0 0 0 0 //Short Sword
0 2 0 255 0 0 0 0 //Rapier
0 3 0 255 0 0 0 0 //Katache
0 4 0 255 0 0 0 0 //Scimitar
0 5 0 255 0 0 0 0 //Blade
0 6 0 255 0 0 0 0 //Gladius
0 7 0 255 0 0 0 0 //Falchion
0 8 0 255 0 0 0 0 //Serpent Sword
0 9 0 255 0 0 0 0 //Sword of Salamander
0 10 0 255 0 0 0 0 //Light Saber
0 11 0 255 0 0 0 0 //Legendary Sword
0 12 0 255 0 0 0 0 //Heliacal Sword
0 13 0 255 0 0 0 0 //Double Blade
0 14 0 255 0 0 0 0 //Lighting Sword
0 15 0 255 0 0 0 0 //Giant Sword
0 16 0 255 0 0 0 0 //Sword of Destruction
0 17 0 255 0 0 0 0 //Dark Breaker
0 18 0 255 0 0 0 0 //Thunder Blade
0 19 0 255 0 0 0 0 //Divine Sword of Archangel
0 20 0 255 0 0 0 0 //Knight Blade
0 21 0 255 0 0 0 0 //Dark Reign Blade
0 22 0 255 0 0 0 0 //Bone Blade
0 23 0 255 0 0 0 0 //Explosion Blade
0 24 0 255 0 0 0 0 //Daybreak
0 25 0 255 0 0 0 0 //Sword Dancer
0 26 0 255 0 0 0 0 //Flamberge
0 27 0 255 0 0 0 0 //Sword Bracker
0 28 0 255 0 0 0 0 //Imperial Sword
0 31 0 255 0 0 0 0 //Rune Blade
0 32 0 255 0 0 0 0 //Sacred Glove
0 33 0 255 0 0 0 0 //Storm Hard Glove
0 34 0 255 0 0 0 0 //Piercing Blade Glove
0 35 0 255 0 0 0 0 //Phoenix Soul Star
//Axes
1 0 0 255 0 0 0 0 //Small Axe
1 1 0 255 0 0 0 0 //Hand Axe
1 2 0 255 0 0 0 0 //Double Axe
1 3 0 255 0 0 0 0 //Tomahawk
1 4 0 255 0 0 0 0 //Fairy Axe
1 5 0 255 0 0 0 0 //Battle Axe
1 6 0 255 0 0 0 0 //Nikkea Axe
1 7 0 255 0 0 0 0 //Larkan Axe
1 8 0 255 0 0 0 0 //Crescent Axe
//Maces y Scepters
2 0 0 255 0 0 0 0 //Mace
2 1 0 255 0 0 0 0 //Morning Star
2 2 0 255 0 0 0 0 //Flail
2 3 0 255 0 0 0 0 //Great Hammer
2 4 0 255 0 0 0 0 //Crystal Morning Star
2 5 0 255 0 0 0 0 //Crystal Sword
2 6 0 255 0 0 0 0 //Chaos Dragon Axe
2 7 0 255 0 0 0 0 //Elemental Mace
2 8 0 255 0 0 0 0 //Battle Scepter
2 9 0 255 0 0 0 0 //Master Scepter
2 10 0 255 0 0 0 0 //Great Scepter
2 11 0 255 0 0 0 0 //Lord Scepter
2 12 0 255 0 0 0 0 //Great Lord Scepter
2 13 0 255 0 0 0 0 //Divine Scepter of Archangel
2 14 0 255 0 0 0 0 //Solay Scepter
2 15 0 255 0 0 0 0 //Shining Scepter
2 16 0 255 0 0 0 0 //Frost mace
2 17 0 255 0 0 0 0 //Absolute Scepter
2 18 0 255 0 0 0 0 //Stryker Scepter
//Spears
3 0 0 255 0 0 0 0 //Light Spear
3 1 0 255 0 0 0 0 //Spear
3 2 0 255 0 0 0 0 //Dragon Lance
3 3 0 255 0 0 0 0 //Big Pike
3 4 0 255 0 0 0 0 //Serpent Spear
3 5 0 255 0 0 0 0 //Double Halberd
3 6 0 255 0 0 0 0 //Halberd
3 7 0 255 0 0 0 0 //Bardiche
3 8 0 255 0 0 0 0 //Great Scythe
3 9 0 255 0 0 0 0 //Bill of Balrog
3 10 0 255 0 0 0 0 //Dragon Spear
3 11 0 255 0 0 0 0 //Beuroba
//Bows
4 0 0 255 0 0 0 0 //Short Bow
4 1 0 255 0 0 0 0 //Bow
4 2 0 255 0 0 0 0 //Elven Bow
4 3 0 255 0 0 0 0 //Battle Bow
4 4 0 255 0 0 0 0 //Tiger Bow
4 5 0 255 0 0 0 0 //Silver Bow
4 6 0 255 0 0 0 0 //Chaos Nature Bow
4 7 0 255 0 0 0 0 //Bolt
4 8 0 255 0 0 0 0 //Crossbow
4 9 0 255 0 0 0 0 //Golden Crossbow
4 10 0 255 0 0 0 0 //Arquebus
4 11 0 255 0 0 0 0 //Light Crossbow
4 12 0 255 0 0 0 0 //Serpent Crossbow
4 13 0 255 0 0 0 0 //Bluewing Crossbow
4 14 0 255 0 0 0 0 //Aquagold Crossbow
4 15 0 255 0 0 0 0 //Arrows
4 16 0 255 0 0 0 0 //Saint Crossbow
4 17 0 255 0 0 0 0 //Celestial Bow
4 18 0 255 0 0 0 0 //Divine CB of Archangel
4 19 0 255 0 0 0 0 //Great Reign Crossbow
4 20 0 255 0 0 0 0 //Arrow Viper Bow
4 21 0 255 0 0 0 0 //Sylph Wind Bow
4 22 0 255 0 0 0 0 //Albatross Bow
4 23 0 255 0 0 0 0 //Stinger Bow
4 24 0 255 0 0 0 0 //Air Lyn Bow
//Staffs
5 0 0 255 0 0 0 0 //Skull Staff
5 1 0 255 0 0 0 0 //Angelic Staff
5 2 0 255 0 0 0 0 //Serpent Staff
5 3 0 255 0 0 0 0 //Thunder Staff
5 4 0 255 0 0 0 0 //Gorgon Staff
5 5 0 255 0 0 0 0 //Legendary Staff
5 6 0 255 0 0 0 0 //Staff of Resurrection
5 7 0 255 0 0 0 0 //Chaos Lighting Staff
5 8 0 255 0 0 0 0 //Staff of Destruction
5 9 0 255 0 0 0 0 //Dragon Soul Staff
5 10 0 255 0 0 0 0 //Divine Staff of Archangel
5 11 0 255 0 0 0 0 //Staff of Kundun
5 12 0 255 0 0 0 0 //Grand Viper Staff
5 13 0 255 0 0 0 0 //Platina Staff
5 14 0 255 0 0 0 0 //Mistery Staff
5 15 0 255 0 0 0 0 //Violent Wind Staff
5 16 0 255 0 0 0 0 //Red Wing Staff
5 17 0 255 0 0 0 0 //Ancient Staff
5 18 0 255 0 0 0 0 //Black Rose Staff
5 19 0 255 0 0 0 0 //Aura Staff
5 20 0 255 0 0 0 0 //Lilium Staff
5 21 0 255 0 0 0 0 //Book of Sahamutt
5 22 0 255 0 0 0 0 //Book of Neil
5 23 0 255 0 0 0 0 //Book of Ghost Phantom
5 30 0 255 0 0 0 0 //Deadly Staff
5 31 0 255 0 0 0 0 //Imperial Staff
5 32 0 255 0 0 0 0 //Merlin Staff
5 33 0 255 0 0 0 0 //Chroma ticks staff
5 34 0 255 0 0 0 0 //Raven Stick
5 36 0 255 0 0 0 0 //Divine Stick of Archangel
//Shields
6 0 0 255 0 0 0 0 //Small Shield
6 1 0 255 0 0 0 0 //Horn Shield
6 2 0 255 0 0 0 0 //Kite Shield
6 3 0 255 0 0 0 0 //Elven Shield
6 4 0 255 0 0 0 0 //Buckler
6 5 0 255 0 0 0 0 //Dragon Slayer Shield
6 6 0 255 0 0 0 0 //Skull Shield
6 7 0 255 0 0 0 0 //Spiked Shield
6 8 0 255 0 0 0 0 //Tower Shield
6 9 0 255 0 0 0 0 //Iron Shield
6 10 0 255 0 0 0 0 //Big Round Shield
6 11 0 255 0 0 0 0 //Serpent Shield
6 12 0 255 0 0 0 0 //Bronze Shield
6 13 0 255 0 0 0 0 //Chaos Shield
6 14 0 255 0 0 0 0 //Legendary Shield
6 15 0 255 0 0 0 0 //Grand Soul Shield
6 16 0 255 0 0 0 0 //Elemental Shield
6 17 0 255 0 0 0 0 //CrimsonGlory
6 18 0 255 0 0 0 0 //Salamander Shield
6 19 0 255 0 0 0 0 //Frost Barrier
6 20 0 255 0 0 0 0 //Guardian Shiled
6 21 0 255 0 0 0 0 //Cross Shield
//Set Bronze
7 0 0 255 0 0 0 0 //Bronze Helm
8 0 0 255 0 0 0 0 //Bronze Armor
9 0 0 255 0 0 0 0 //Bronze Pants
10 0 0 255 0 0 0 0 //Bronze Gloves
11 0 0 255 0 0 0 0 //Bronze Boots
//Set Dragon
7 1 0 255 0 0 0 0 //Dragon Helm
8 1 0 255 0 0 0 0 //Dragon Armor
9 1 0 255 0 0 0 0 //Dragon Pants
10 1 0 255 0 0 0 0 //Dragon Gloves
11 1 0 255 0 0 0 0 //Dragon Boots
//Set Pad
7 2 0 255 0 0 0 0 //Pad Helm
8 2 0 255 0 0 0 0 //Pad Armor
9 2 0 255 0 0 0 0 //Pad Pants
10 2 0 255 0 0 0 0 //Pad Gloves
11 2 0 255 0 0 0 0 //Pad Boots
//Set Legenday
7 3 0 255 0 0 0 0 //Legendary Helm
8 3 0 255 0 0 0 0 //Legendary Armor
9 3 0 255 0 0 0 0 //Legendary Pants
10 3 0 255 0 0 0 0 //Legendary Gloves
11 3 0 255 0 0 0 0 //Legendary Boots
//Set Bone
7 4 0 255 0 0 0 0 //Bone Helm
8 4 0 255 0 0 0 0 //Bone Armor
9 4 0 255 0 0 0 0 //Bone Pants
10 4 0 255 0 0 0 0 //Bone Gloves
11 4 0 255 0 0 0 0 //Bone Boots
//Set Leather
7 5 0 255 0 0 0 0 //Leather Helm
8 5 0 255 0 0 0 0 //Leather Armor
9 5 0 255 0 0 0 0 //Leather Pants
10 5 0 255 0 0 0 0 //Leather Gloves
11 5 0 255 0 0 0 0 //Leather Boots
//Set Scale
7 6 0 255 0 0 0 0 //Scale Helm
8 6 0 255 0 0 0 0 //Scale Armor
9 6 0 255 0 0 0 0 //Scale Pants
10 6 0 255 0 0 0 0 //Scale Gloves
11 6 0 255 0 0 0 0 //Scale Boots
//Set Sphinx
7 7 0 255 0 0 0 0 //Sphinx Mask
8 7 0 255 0 0 0 0 //Sphinx Armor
9 7 0 255 0 0 0 0 //Sphinx Pants
10 7 0 255 0 0 0 0 //Sphinx Gloves
11 7 0 255 0 0 0 0 //Sphinx Boots
//Set Brass
7 8 0 255 0 0 0 0 //Brass Helm
8 8 0 255 0 0 0 0 //Brass Armor
9 8 0 255 0 0 0 0 //Brass Pants
10 8 0 255 0 0 0 0 //Brass Gloves
11 8 0 255 0 0 0 0 //Brass Boots
//Set Plate
7 9 0 255 0 0 0 0 //Plate Helm
8 9 0 255 0 0 0 0 //Plate Armor
9 9 0 255 0 0 0 0 //Plate Pants
10 9 0 255 0 0 0 0 //Plate Gloves
11 9 0 255 0 0 0 0 //Plate Boots
//Set Vine
7 10 0 255 0 0 0 0 //Vine Helm
8 10 0 255 0 0 0 0 //Vine Armor
9 10 0 255 0 0 0 0 //Vine Pants
10 10 0 255 0 0 0 0 //Vine Gloves
11 10 0 255 0 0 0 0 //Vine Boots
//Set Silk
7 11 0 255 0 0 0 0 //Silk Helm
8 11 0 255 0 0 0 0 //Silk Armor
9 11 0 255 0 0 0 0 //Silk Pants
10 11 0 255 0 0 0 0 //Silk Gloves
11 11 0 255 0 0 0 0 //Silk Boots
//Set Wind
7 12 0 255 0 0 0 0 //Wind Helm
8 12 0 255 0 0 0 0 //Wind Armor
9 12 0 255 0 0 0 0 //Wind Pants
10 12 0 255 0 0 0 0 //Wind Gloves
11 12 0 255 0 0 0 0 //Wind Boots
//Set Spirit
7 13 0 255 0 0 0 0 //Spirit Helm
8 13 0 255 0 0 0 0 //Spirit Armor
9 13 0 255 0 0 0 0 //Spirit Pants
10 13 0 255 0 0 0 0 //Spirit Gloves
11 13 0 255 0 0 0 0 //Spirit Boots
//Set Guardian
7 14 0 255 0 0 0 0 //Guardian Helm
8 14 0 255 0 0 0 0 // Armor
9 14 0 255 0 0 0 0 // Pants
10 14 0 255 0 0 0 0 // Gloves
11 14 0 255 0 0 0 0 // Boots
//Set Black Dragon
7 16 0 255 0 0 0 0 //Black Dragon Helm
8 16 0 255 0 0 0 0 //Black Dragon Armor
9 16 0 255 0 0 0 0 //Black Dragon Pants
10 16 0 255 0 0 0 0 //Black Dragon Gloves
11 16 0 255 0 0 0 0 //Black Dragon Boots
//Set Dark Phoenix
7 17 0 255 0 0 0 0 //Dark Phoenix Helm
8 17 0 255 0 0 0 0 //Dark Phoenix Armor
9 17 0 255 0 0 0 0 //Dark Phoenix Pants
10 17 0 255 0 0 0 0 //Dark Phoenix Gloves
11 17 0 255 0 0 0 0 //Dark Phoenix Boots
//Set Grand Soul
7 18 0 255 0 0 0 0 //Grand Soul Helm
8 18 0 255 0 0 0 0 //Grand Soul Armor
9 18 0 255 0 0 0 0 //Grand Soul Pants
10 18 0 255 0 0 0 0 //Grand Soul Gloves
11 18 0 255 0 0 0 0 //Grand Soul Boots
//Set Divine
7 19 0 255 0 0 0 0 //Divine Helm
8 19 0 255 0 0 0 0 //Divine Armor
9 19 0 255 0 0 0 0 //Divine Pants
10 19 0 255 0 0 0 0 //Divine Gloves
11 19 0 255 0 0 0 0 //Divine Boots
//Set Great Dragon
7 21 0 255 0 0 0 0 //Great Dragon Helm
8 21 0 255 0 0 0 0 //Great Dragon Armor
9 21 0 255 0 0 0 0 //Great Dragon Pants
10 21 0 255 0 0 0 0 //Great Dragon Gloves
11 21 0 255 0 0 0 0 //Great Dragon Boots
//Set Dark Soul
7 22 0 255 0 0 0 0 //Dark Soul Helm
8 22 0 255 0 0 0 0 //Dark Soul Armor
9 22 0 255 0 0 0 0 //Dark Soul Pants
10 22 0 255 0 0 0 0 //Dark Soul Gloves
11 22 0 255 0 0 0 0 //Dark Soul Boots
//Set Red Spirit
7 24 0 255 0 0 0 0 //Red Spirit Helm
8 24 0 255 0 0 0 0 //Red Spirit Armor
9 24 0 255 0 0 0 0 //Red Spirit Pants
10 24 0 255 0 0 0 0 //Red Spirit Gloves
11 24 0 255 0 0 0 0 //Red Spirit Boots
//Set Light Plate
7 25 0 255 0 0 0 0 //Light Plate Mask
8 25 0 255 0 0 0 0 //Light Plate Armor
9 25 0 255 0 0 0 0 //Light Plate Pants
10 25 0 255 0 0 0 0 //Light Plate Gloves
11 25 0 255 0 0 0 0 //Light Plate Boots
//Set Adamantine
7 26 0 255 0 0 0 0 //Adamantine Mask
8 26 0 255 0 0 0 0 //Adamantine Armor
9 26 0 255 0 0 0 0 //Adamantine Pants
10 26 0 255 0 0 0 0 //Adamantine Gloves
11 26 0 255 0 0 0 0 //Adamantine Boots
//Set Dark Steel
7 27 0 255 0 0 0 0 //Dark Steel Mask
8 27 0 255 0 0 0 0 //Dark Steel Armor
9 27 0 255 0 0 0 0 //Dark Steel Pants
10 27 0 255 0 0 0 0 //Dark Steel Gloves
11 27 0 255 0 0 0 0 //Dark Steel Boots
//Set Dark Master
7 28 0 255 0 0 0 0 //Dark Master Mask
8 28 0 255 0 0 0 0 //Dark Master Armor
9 28 0 255 0 0 0 0 //Dark Master Pants
10 28 0 255 0 0 0 0 //Dark Master Gloves
11 28 0 255 0 0 0 0 //Dark Master Boots
//Set Dragon Knight
7 29 0 255 0 0 0 0 //Dragon Knight Helm
8 29 0 255 0 0 0 0 //Dragon Knight Armor
9 29 0 255 0 0 0 0 //Dragon Knight Pants
10 29 0 255 0 0 0 0 //Dragon Knight Gloves
11 29 0 255 0 0 0 0 //Dragon Knight Boots
//Set Venom
7 30 0 255 0 0 0 0 //Venom Mist Helm
8 30 0 255 0 0 0 0 //Venom Mist Armor
9 30 0 255 0 0 0 0 //Venom Mist Pants
10 30 0 255 0 0 0 0 //Venom Mist Gloves
11 30 0 255 0 0 0 0 //Venom Mist Boots
//Set Sylphind
7 31 0 255 0 0 0 0 //Sylphid Ray Helm
8 31 0 255 0 0 0 0 //Sylphid Ray Armor
9 31 0 255 0 0 0 0 //Sylphid Ray Pants
10 31 0 255 0 0 0 0 //Sylphid Ray Gloves
11 31 0 255 0 0 0 0 //Sylphid Ray Boots
//Set Sunlight
7 33 0 255 0 0 0 0 //Sunlight Mask
8 33 0 255 0 0 0 0 //Sunlight Armor
9 33 0 255 0 0 0 0 //Sunlight Pants
10 33 0 255 0 0 0 0 //Sunlight Gloves
11 33 0 255 0 0 0 0 //Sunlight Boots
//Set Ashcrow
7 34 0 255 0 0 0 0 //Ashcrow Helm
8 34 0 255 0 0 0 0 //Ashcrow Armor
9 34 0 255 0 0 0 0 //Ashcrow Pants
10 34 0 255 0 0 0 0 //Ashcrow Gloves
11 34 0 255 0 0 0 0 //Ashcrow Boots
//Set Eclipse
7 35 0 255 0 0 0 0 //Eclipse Helm
8 35 0 255 0 0 0 0 //Eclipse Armor
9 35 0 255 0 0 0 0 //Eclipse Pants
10 35 0 255 0 0 0 0 //Eclipse Gloves
11 35 0 255 0 0 0 0 //Eclipse Boots
//Set Iris
7 36 0 255 0 0 0 0 //Iris Helm
8 36 0 255 0 0 0 0 //Iris Armor
9 36 0 255 0 0 0 0 //Iris Pants
10 36 0 255 0 0 0 0 //Iris Gloves
11 36 0 255 0 0 0 0 //Iris Boots
//Set Glorius
7 38 0 255 0 0 0 0 //Glorious Mask
8 38 0 255 0 0 0 0 //Glorious Armor
9 38 0 255 0 0 0 0 //Glorious Pants
10 38 0 255 0 0 0 0 //Glorious Gloves
11 38 0 255 0 0 0 0 //Glorious Boots
//Set Mistery
7 39 0 255 0 0 0 0 //Mistery Helm
8 39 0 255 0 0 0 0 //Mistery Armor
9 39 0 255 0 0 0 0 //Mistery Pants
10 39 0 255 0 0 0 0 //Mistery Gloves
11 39 0 255 0 0 0 0 //Mistery Boots
//Set Red Wing
7 40 0 255 0 0 0 0 //Red Wing Helm
8 40 0 255 0 0 0 0 //Red Wing Armor
9 40 0 255 0 0 0 0 //Red Wing Pants
10 40 0 255 0 0 0 0 //Red Wing Gloves
11 40 0 255 0 0 0 0 //Red Wing Boots
//Set Ancient
7 41 0 255 0 0 0 0 //Ancient Helm
8 41 0 255 0 0 0 0 //Ancient Armor
9 41 0 255 0 0 0 0 //Ancient Pants
10 41 0 255 0 0 0 0 //Ancient Gloves
11 41 0 255 0 0 0 0 //Ancient Boots
//Set Black Rose
7 42 0 255 0 0 0 0 //Black Rose Helm
8 42 0 255 0 0 0 0 //Black Rose Armor
9 42 0 255 0 0 0 0 //Black Rose Pants
10 42 0 255 0 0 0 0 //Black Rose Gloves
11 42 0 255 0 0 0 0 //Black Rose Boots
//Set Aura
7 43 0 255 0 0 0 0 //Aura Helm
8 43 0 255 0 0 0 0 //Aura Armor
9 43 0 255 0 0 0 0 //Aura Pants
10 43 0 255 0 0 0 0 //Aura Gloves
11 43 0 255 0 0 0 0 //Aura Boots
//Set Lilium
7 44 0 255 0 0 0 0 //Lilium Helm
8 44 0 255 0 0 0 0 //Lilium Armor
9 44 0 255 0 0 0 0 //Lilium Pants
10 44 0 255 0 0 0 0 //Lilium Gloves
11 44 0 255 0 0 0 0 //Lilium Boots
//Set Titan
7 45 0 255 0 0 0 0 //Titan Helm
8 45 0 255 0 0 0 0 //Titan Armor
9 45 0 255 0 0 0 0 //Titan Pants
10 45 0 255 0 0 0 0 //Titan Gloves
11 45 0 255 0 0 0 0 //Titan Boots
//Set Brave
7 46 0 255 0 0 0 0 //Brave Helm
8 46 0 255 0 0 0 0 //Brave Armor
9 46 0 255 0 0 0 0 //Brave Pants
10 46 0 255 0 0 0 0 //Brave Gloves
11 46 0 255 0 0 0 0 //Brave Boots
//Set Seraphim
7 49 0 255 0 0 0 0 //Seraphim Helm
8 49 0 255 0 0 0 0 //Seraphim Armor
9 49 0 255 0 0 0 0 //Seraphim Pants
10 49 0 255 0 0 0 0 //SeraphimSeraphim Gloves
11 49 0 255 0 0 0 0 // Boots
//Set Faith
7 50 0 255 0 0 0 0 //Faith Helm
8 50 0 255 0 0 0 0 //Faith Armor
9 50 0 255 0 0 0 0 //Faith Pants
10 50 0 255 0 0 0 0 //Faith Gloves
11 50 0 255 0 0 0 0 //Faith Boots
//Set Pawwang
7 51 0 255 0 0 0 0 //Paewang Mask
8 51 0 255 0 0 0 0 //Paewang Armor
9 51 0 255 0 0 0 0 //Paewang Pants
10 51 0 255 0 0 0 0 //Paewang Gloves
11 51 0 255 0 0 0 0 //Paewang Boots
//Set Hades
7 52 0 255 0 0 0 0 //Hades Helm
8 52 0 255 0 0 0 0 //Hades Armor
9 52 0 255 0 0 0 0 //Hades Pants
10 52 0 255 0 0 0 0 //Hades Gloves
11 52 0 255 0 0 0 0 //Hades Boots
//Set Queen
7 53 0 255 0 0 0 0 //Queen Helm
8 53 0 255 0 0 0 0 //Queen Armor
9 53 0 255 0 0 0 0 //Queen Pants
10 53 0 255 0 0 0 0 //Queen Gloves
11 53 0 255 0 0 0 0 //Queen Boots
//Set Sacred
7 59 0 255 0 0 0 0 //Sacred Helm
8 59 0 255 0 0 0 0 //Sacred Armor
9 59 0 255 0 0 0 0 //Sacred Pants
0 32 0 255 0 0 0 0 //Sacred Gloves
11 59 0 255 0 0 0 0 //Sacred Boots
//Set Storm Hard
7 60 0 255 0 0 0 0 //Storm Hard Helm
8 60 0 255 0 0 0 0 //Storm Hard Armor
9 60 0 255 0 0 0 0 //Storm Hard Pants
0 33 0 255 0 0 0 0 //Storm Hard Gloves
11 60 0 255 0 0 0 0 //Storm Hard Boots
//Set Piercing
7 61 0 255 0 0 0 0 //Piercing Helm
8 61 0 255 0 0 0 0 //Piercing Armor
9 61 0 255 0 0 0 0 //Piercing Pants
0 34 0 255 0 0 0 0 //Piercing Gloves
11 61 0 255 0 0 0 0 //Piercing Boots
//Set Storm Hard
7 72 0 255 0 0 0 0 //Storm Hard Helm
8 72 0 255 0 0 0 0 //Storm Hard Armor
9 72 0 255 0 0 0 0 // Pants
11 72 0 255 0 0 0 0 //Storm Hard Boots
//Set Phoenix Soul
7 73 0 255 0 0 0 0 //Phoenix Soul Helmet
8 73 0 255 0 0 0 0 //Phoenix Soul Armor
9 73 0 255 0 0 0 0 //Phoenix Soul Pants
0 35 0 255 0 0 0 0 //Phoenix Soul Gloves
11 73 0 255 0 0 0 0 //Phoenix Soul Boots
//Wings
12 0 0 255 0 0 0 0 //Wings of Elf
12 1 0 255 0 0 0 0 //Wings of Heaven
12 2 0 255 0 0 0 0 //Wings of Satan
12 3 0 255 0 0 0 0 //Wings of Spirits
12 4 0 255 0 0 0 0 /Wings of Soul
12 5 0 255 0 0 0 0 //Wings of Dragon
12 6 0 255 0 0 0 0 //Wings of Darkness
13 30 0 255 0 0 0 0 //Cape of Lord
12 36 0 255 0 0 0 0 //Wing of Storm
12 37 0 255 0 0 0 0 //Wing of Vortex
12 38 0 255 0 0 0 0 //Wing of Illusion
12 39 0 255 0 0 0 0 //Wing of Doom
12 40 0 255 0 0 0 0 //Mantle of Monarch
12 41 0 255 0 0 0 0 //Wing of Mistery
12 42 0 255 0 0 0 0 //Wing of Despair
12 43 0 255 0 0 0 0 //Wing of Violent Wind
12 49 0 255 0 0 0 0 //Wing of Fighter
12 50 0 255 0 0 0 0 //Rage Wings
//Orbs Elf/DK
12 7 0 255 0 0 0 0 //Orb of Twisting Slash
12 8 0 255 0 0 0 0 //Healing Orb
12 9 0 255 0 0 0 0 //Orb of Greater Defense
12 10 0 255 0 0 0 0 //Orb of Greater Damage
12 11 0 255 0 0 0 0 //Orb of Summoning
12 12 0 255 0 0 0 0 //Orb of Rageful Blow
12 13 0 255 0 0 0 0 //Orb of Impale
12 14 0 255 0 0 0 0 //Orb of Greater Fortitude
12 16 0 255 0 0 0 0 //Orb of Fire Slash
12 17 0 255 0 0 0 0 //Orb of Penetration
12 18 0 255 0 0 0 0 //Orb of Ice Arrow
12 19 0 255 0 0 0 0 //Orb of Death Stab
12 44 0 255 0 0 0 0 //Orb of Explosion
12 45 0 255 0 0 0 0 //Orb of Five Shot
12 46 0 255 0 0 0 0 //Orb of Reduce Dmg Shield
12 47 0 255 0 0 0 0 //Orb of Sword Slash
//Scroll DW/MG/SM
15 0 0 255 0 0 0 0 //Scroll of Poison
15 1 0 255 0 0 0 0 //Scroll of Meteorite
15 2 0 255 0 0 0 0 //Scroll of Lightning
15 3 0 255 0 0 0 0 //Scroll of Fire Ball
15 4 0 255 0 0 0 0 //Scroll of Flame
15 5 0 255 0 0 0 0 //Scroll of Teleport
15 6 0 255 0 0 0 0 //Scroll of Ice
15 7 0 255 0 0 0 0 //Scroll of Twister
15 8 0 255 0 0 0 0 //Scroll of Evil Spirits
15 9 0 255 0 0 0 0 //Scroll of Hell Fire
15 10 0 255 0 0 0 0 //Scroll of Power Wave
15 11 0 255 0 0 0 0 //Scroll of Aqua Beam
15 12 0 255 0 0 0 0 //Scroll of Blast
15 13 0 255 0 0 0 0 //Scroll of Inferno
15 14 0 255 0 0 0 0 //Scroll of Mass Teleport
15 15 0 255 0 0 0 0 //Scroll of Soul Barrier
15 16 0 255 0 0 0 0 //Scroll of Decay
15 17 0 255 0 0 0 0 //Scroll of Ice Storm
15 18 0 255 0 0 0 0 //Scroll of Nova
15 19 0 255 0 0 0 0 //Scroll of Drain Life
15 20 0 255 0 0 0 0 //Scroll of Chain Lighting
15 21 0 255 0 0 0 0 //Scroll of Electric Surge
15 22 0 255 0 0 0 0 //Scroll of Damage Reflex
15 23 0 255 0 0 0 0 //Scroll of Night
15 24 0 255 0 0 0 0 //Scroll of Sleep
15 25 0 255 0 0 0 0 //Scroll of MagicSpeed Up
15 26 0 255 0 0 0 0 //Scroll of MagicDefense Up
15 27 0 255 0 0 0 0 //Scroll of Storm
15 28 0 255 0 0 0 0 //Scroll of Magic Circle
15 29 0 255 0 0 0 0 //Scroll of Ligthing Storm
15 30 0 255 0 0 0 0 //Scroll of Chain Drive
15 31 0 255 0 0 0 0 //Scroll of Dark Side
15 32 0 255 0 0 0 0 //Scroll of Dragon Lore
15 33 0 255 0 0 0 0 //Scroll of Dragon Slayer
15 34 0 255 0 0 0 0 //Scroll of Red Armor Ignore
15 35 0 255 0 0 0 0 //Scroll of Fitness
15 36 0 255 0 0 0 0 //Defense success rate increase
//Scrolls DL
12 21 0 255 0 0 0 0 //Scroll of FireBurst
12 22 0 255 0 0 0 0 //Scroll of Summon
12 23 0 255 0 0 0 0 //Scroll of Critical Damage
12 24 0 255 0 0 0 0 //Scroll of Electric Spark
12 35 0 255 0 0 0 0 //Scroll of Fire Scream
12 48 0 255 0 0 0 0 //Scroll Of Birds
//Jewells y Boxs
14 13 0 255 0 0 0 0 //Jewel of Bless
14 14 0 255 0 0 0 0 //Jewel of Soul
12 15 0 255 0 0 0 0 //Jewel of Chaos
14 16 0 255 0 0 0 0 //Jewel of Life
14 22 0 255 0 0 0 0 //Jewel of Creation
12 30 0 255 0 0 0 0 //Jewel of Bless Compresse
12 31 0 255 0 0 0 0 //Jewel of Soul Compresse
12 32 0 255 0 0 0 0 //Red Ribbon Box
12 33 0 255 0 0 0 0 //Green Ribbon Box
12 34 0 255 0 0 0 0 //Blue Ribbon Box
//Pets
13 0 0 255 0 0 0 0 //Guardian Angel
13 1 0 255 0 0 0 0 //Satan
13 2 0 255 0 0 0 0 //Horn of Unicorn
13 3 0 255 0 0 0 0 //Horn of Dinorant
13 4 0 255 0 0 0 0 //Dark Horse
13 5 0 255 0 0 0 0 //Dark Raven
13 37 0 255 0 0 0 0 //Horn of Fenrir
13 64 0 255 0 0 0 0 //Demon
13 65 0 255 0 0 0 0 //Spirit of Guardian
13 67 0 255 0 0 0 0 //Pet Rudolf
13 80 0 255 0 0 0 0 //Pet Panda
//Ring y Pedelant
13 8 0 255 0 0 0 0 //Ring of Ice
13 9 0 255 0 0 0 0 //Ring of Poison
13 10 0 255 0 0 0 0 //Ring of Transformation
13 20 0 255 0 0 0 0 //Ring of Wizardry
13 21 0 255 0 0 0 0 //Ring of Fire
13 22 0 255 0 0 0 0 //Ring of Earth
13 23 0 255 0 0 0 0 //Ring of Wind
13 24 0 255 0 0 0 0 //Ring of Magic
13 25 0 255 0 0 0 0 //Pendant of Ice
13 26 0 255 0 0 0 0 //Pendant of Wind
13 27 0 255 0 0 0 0 //Pendant of Water
13 28 0 255 0 0 0 0 //Pendant of Ability
13 12 0 255 0 0 0 0 //Pendant of Lightning
13 13 0 255 0 0 0 0 //Pendant of Fire
//Tickes de eventos
13 16 0 255 0 0 0 0 //Scroll of Archangel
13 17 0 255 0 0 0 0 //Blood Bone
13 18 0 255 0 0 0 0 //Cloak of Invisibility
13 47 0 255 0 0 0 0 //Blood Castle free tickets
13 48 0 255 0 0 0 0 //Kalima Ticket free tickets
13 61 0 255 0 0 0 0 //Illusion Temple Ticket
13 66 0 255 0 0 0 0 //Invitation to Santa Village
//Quest itemsAdicional:
14 23 0 255 0 0 0 0 //Scroll of the Emperor
14 24 0 255 0 0 0 0 //Broken Sword
14 25 0 255 0 0 0 0 //Tear of Elf
14 26 0 255 0 0 0 0 //Soul Shard of Wizard
13 29 0 255 0 0 0 0 //Armor of Guardman
13 30 0 255 0 0 0 0 //Cape of Lord
13 31 0 255 0 0 0 0 //Spirit
13 32 0 255 0 0 0 0 //Splinter of Armor
13 33 0 255 0 0 0 0 //Bless of Guardian
13 34 0 255 0 0 0 0 //Claw of Beast
13 35 0 255 0 0 0 0 //Piece of Horn
13 36 0 255 0 0 0 0 //Broken Horn
13 37 0 255 0 0 0 0 //Horn of Fenrir
13 38 0 255 0 0 0 0 //Moonstone Pendant
*Respeten lo cantidad de grupos de números que tiene nuestra versión.
*Para editar boxs, premios de eventos u otros, la cantidad de grupo de números puede volver a variar, presten mucha atención antes de realizar cualquier modificación.
*Si deseas encontrar un item en particular, presiona CONTROL+F y escribas el nombre del item que estás buscando.