Listado de items

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 0
Y 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.
  • Listado de items para versiones con 7 grupos (Por ejemplo: 0.97D, 0.97D+0.99B, 0.99B, etc)
  • //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

  • Listado de items para versiones con 8 grupos (Por ejemplo: Season 4, Season5, Season 6, etc)


  • //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 items
    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
    Adicional:
    *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.

    ¿Necesitas ayuda? Visita www.iceventas.com y nosotros lo hacemos por ti.

    Se han publicado un total de 61 comentarios en Mu Online Tutoriales :

    13 de mayo de 2013, 0:49

    Holaa como le va? disculpa, no tendrias un items.kor con los items season2 agregados? xq yo tengo un server 99b+season2 , pero me falta agregar los items season2 y nose como hacer, no tendrias? gracias saludos!

    13 de mayo de 2013, 9:34

    Emanuel Falco : Revisa en nuestra pagina de facebook, tenemos varios enlaces de descargas de files, programas, clientes y archivos para MuOnline.
    Saludos

    13 de mayo de 2013, 16:58

    Cual es su pagina de facebook?

    13 de mayo de 2013, 17:05

    Emanuel Falco : Nuestro facebook es: http://facebook.com/MuOnlineTutoriales
    Nuestra pagina es: http://www.facebook.com/MuTutoriales
    Saludos

    6 de noviembre de 2014, 13:29

    COMO PUEDO SACAR GLOVES MYUREN Y CUERPO Y PANST DRAGON ACC NO ME SALE CUAL ES EL CODIGO ME AYUDAS ?

    7 de noviembre de 2014, 7:59

    enzo cachique : Intenta agregar un 25 al final del código.
    Saludos

    18 de enero de 2015, 7:02

    necesito el codigo de la pota para el aguila y caballo de dl

    19 de enero de 2015, 9:25

    ezequiel marinelli : Este tutorial http://www.muonlinetutoriales.com/2013/04/codigo-de-los-items.html te ayudará a sacar los códigos de todos los items de tu servidor.
    Saludos

    11 de octubre de 2015, 19:14

    Sabes como hacer para que mi trade crea jewel of supreme? Ayuda xfa

    13 de octubre de 2015, 16:38

    NenitoLindo SALA : Primero debes saber el código del item.
    Saludos

    15 de octubre de 2015, 13:54

    hola, para que el item sea exe, al codigo que uds pusieron le agrego un "1"? es diferente en la season 8? que es el server que yo tengo

    19 de noviembre de 2015, 14:51

    nescesito el codigo del set ichigo bankai porfavor alguien me ayuda??

    19 de noviembre de 2015, 16:56

    Theo : Revias tus columnas para verificar la linea que lo convierte en excelente.

    Anónimo : Revisa el siguiente tutorial Mu Online http://www.muonlinetutoriales.com/2013/04/codigo-de-los-items.html
    Saludos

    7 de diciembre de 2015, 22:49

    Buenas necesito por favor comp puedo habilitar, los comandos de gm para la versión 97d +99 i

    9 de diciembre de 2015, 19:19

    mauro novoa : ¿Qué files son?
    Saludos

    22 de febrero de 2016, 11:48

    capo como ago para poner el item +13 y exe ademas las opciones del set como rate,dd,reflec-hp-mana bules el general gracias y saludos!!

    22 de febrero de 2016, 19:05

    richyjk1 : ¿Poner en dónde? ¿Shop? ¿Evento? ¿Editor?
    Saludos

    4 de marzo de 2016, 18:46

    como hago para que mi limite reset sea mil , lvl de reset sea 380 y el usuario normal vip reset sea lvl 350 y reset por puntos de usuario normal sea 300 y el usuario vip reciba 400 por reset

    5 de marzo de 2016, 18:48

    Axeso Arequipa : ¿Depende de la forma en la que haces el reset?
    a)Es por página web
    b)Por medio de algun comando
    c)Con autoreset
    d)Con algún software
    Saludos

    26 de marzo de 2016, 20:28

    Hola como hago para editar los items de las shop y el drop de items de los eventos? Gracias

    27 de marzo de 2016, 11:28

    Kevin Martin Rosell Vergara : Depende la versión, en el caso de los shops ingresas a Muserver/data y buscas los .txt que hacen referencia a los shops.
    En el caso de los eventos, depende mucho el evento y nuevamente la versión de Mu Online que tengas.
    Saludos

    26 de abril de 2016, 22:24

    amigo como puedo editar el drop, es decir quiero seleccionar algunas cosas q caigan solamente las q yo seleccione , favor resporderme , tengo un s8 epi3 files Muemu

    1 de mayo de 2016, 10:55

    Unknown : Revisa en tus files la existencia de un archivo similar al item_drop_rate, el cual permite personalizar el dropeo.
    Saludos

    17 de marzo de 2017, 18:59

    ASD, falta el set flaming

    17 de marzo de 2017, 19:31

    Leo Banegas : Está publicado solo que con otro nombre.
    Sería el 21
    Saludos

    8 de agosto de 2017, 1:53

    los comandos para los items agregados o de anime porfa

    8 de agosto de 2017, 8:38

    Hugo Rodriguez Salinas : Los items agregados son diversos y variados, no hay un código genérico para cada uno de ellos, porque depende el item agregado que tengas en la posición que este.
    Lo que puedes hacer, es leer este tutorial para que puedas saber los códigos de cualquier item en tu servidor: http://www.muonlinetutoriales.com/2013/04/codigo-de-los-items.html
    Saludos

    5 de septiembre de 2017, 2:35

    Hola bro como hago para poner las evolucion s3 ?

    5 de septiembre de 2017, 9:03

    Unknown : Poner la evolución S3... ¿A que te refieres?
    Saludos

    20 de noviembre de 2018, 1:21

    buenas, cuando saco un set con socket en el s6 salen vacios, mi pregunta es. ¿puedo sackar los sets con el socket agregado?
    Gracias.

    20 de noviembre de 2018, 7:43

    Unknown : A que te refieres con ¿Sacar?
    Saludos

    28 de marzo de 2019, 15:24

    como ago para que caigan con lick mas 9 y opciones

    29 de marzo de 2019, 8:38

    Unknown : ¿Qué files esta usando?
    Saludos

    29 de marzo de 2019, 14:19

    una consulta.. tendrias los comandos para set ful con sockets? soy gm de un season 6 epi 3.. gracias saludos

    31 de marzo de 2019, 11:04

    Unknown : ¿Qué files estas usando?
    Saludos

    30 de abril de 2019, 21:36

    Muy buenas noches. Asd una pregunta y necesito q seas lo más exacto posible. Quiero abrir un servidor de mu mi idea es iniciar con la vieja escuela la versión clásica q todos nos divertimos no las nuevas q son full fantacias. La pregunta sería que tiene q tener mi cpu para poder poner online un (mu) de la vieja escuela ( versión vieja) y cuál version me recomendas. Muchas gracias espero tu respuesta con urgencia.
    Att: Daniel.

    3 de mayo de 2019, 8:51

    Unknown : Este tutorial https://www.muonlinetutoriales.com/2009/03/requisitos-para-un-server-mu-online.html responderá tu pregunta.
    A esos requisitos, vuelve a sumarle la misma cantidad de memoria/procesador por cada adicional de 50 usuarios.
    Saludos

    17 de mayo de 2019, 14:36

    Buenas tardes!!
    Asd una pregunta por favor, espero me puedas ayudar.
    Cuáles son los códigos para crear los sockets completos, seeds Y spere lvl5 en mu season6 epi3?

    20 de mayo de 2019, 8:54

    Anónimo : Puedes obtener los códigos de cualquier items siguiendo este tutorial: https://www.muonlinetutoriales.com/2013/04/codigo-de-los-items.html
    Saludos

    9 de agosto de 2019, 11:39

    Pregunta, como pongo set lrdd en una shop? Ejemplo en herrero el leather, y como modifico el aumento de drop de kk? 99b+S2, gracias

    13 de agosto de 2019, 9:30

    thebessssst : ¿Qué files estas usando?
    Saludos

    28 de septiembre de 2019, 18:45

    Como puedo crear pociones de HP , 255 CON COMANDO MAKE O ITEM

    29 de septiembre de 2019, 12:29

    Unknown : Utiliza como durabilidad el valor 255.
    Saludos

    31 de enero de 2020, 2:35

    necesito saber como son los comandos para crear item acc con full opc exe

    31 de enero de 2020, 8:33

    tincho : ¿Para crearlos por comando, o para ponerlos en los NPC?
    Saludos

    30 de marzo de 2020, 0:45

    Envie un comentario pero no me aparece, como haria para que los items salgan acc? por comando.. por ejemplo el casco del set dragon es 7 1 0 255 0 0 0 pero que añado para que sea acc?

    30 de marzo de 2020, 11:52

    Unknown : ¿Tu código trae 7 grupos de dígitos? ¿Qué files son?
    Intenta con 7 1 0 255 0 5 0
    Saludos

    2 de junio de 2020, 20:37

    hola y los listados de ncp los tienen

    3 de junio de 2020, 11:31

    muzz : El listado de NPC los puedes encontrar en tu archivo monster.txt (Generalmente, al final del archivo)
    Saludos

    6 de julio de 2020, 5:52

    Hola buenas se podría. Dar reset por un comando o algo así cambio de raza como haría eso

    6 de julio de 2020, 19:13

    Mihackw : Depende, si tus files traen dicho comando, o sino deberás agregarlos a tus sources programando la función deseada.
    Saludos

    23 de septiembre de 2020, 0:15

    14 28 Lost Map
    14 29 Symbol of Kundun

    23 de septiembre de 2020, 13:32

    PedroBots : Lo agregaremos al listado.
    Saludos

    28 de febrero de 2021, 18:11

    hola tengo servidro s6 y los codigos q me dan aqui si me funcionan pero me dan el items + 0 no excel como podria hacer para saber

    1 de marzo de 2021, 19:20

    gustavo mateo : Para modificar el nivel, debes cambiar el valor (0) que se encuentra en la tercera columna de izquierda a derecha.
    Para que un items sea excelente, el mismo debe tener opciones exc. para eso modificar el último valor por la cantidad de opciones exc. que te gustaría qeu tenga tu items.(Eso es el caso de files MuEMU)
    Por ejemplo, si queres que un Helm Bone, sea +9 y tenes 3 opc exc. lo configuramos asi:
    7 4 9 255 0 0 0 3 //Bone Helm
    Saludos

    23 de abril de 2021, 0:17

    la mace of king no tenes el codigo

    24 de abril de 2021, 15:46

    Unknown : Revisa en tu archivo item.txt del servidor la posición del item.
    Saludos

    24 de septiembre de 2021, 10:35

    Buen dia alguien sabe los codigos para sacar el illidan sword, se los agredeceria mucho

    5 de octubre de 2021, 13:17

    Anónimo : Revisa en tu archivo item.txt del servidor, desde alli podrás encontrar la posición del item.
    Saludos

    31 de mayo de 2022, 20:10

    Así...sos un Deos.... quiero que me enseñes a crear un mu s6 ... modificar auras ... opciones de armonis y 380 moradas..las opciones de los ítem acc...la cantidad de soket...y sus opciones...si hay un tutorial...decime porfa.gracias gracias ...

    10 de julio de 2022, 19:21

    Anónimo : ¿Qué files estas usando?
    Saludos

    Publicar un comentario