Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Drop de items Kunduns + 1 +2 etc MUEMU  (Visto 1558 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline marianomarkoff Posteado: April 03, 2017, 11:56:42 AM | Modificado: April 03, 2017, 07:58:21 PM by melo920

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 78
  • Gracias recibida: 505
  • ar
Buenas gente quisiera si me podrian ayudar o facilitar una guia para editar los items que caen por ejemplo en las box kunduns +4 ya que edito para q caiga un casco por ejemplo pero no se el valor
RANDOM de opciones y luck.. quiero que caigan con opc al azar y algunas con luck otras no y asi nose si me explico, asi tengo configurado las box+4

//Section   Type   MinLevel   MaxLevel   Skill   Luck   Option   Excellent

  7         21     0          0          0       1      1       1                   //Great Dragon Helm


Offline Lude #1 Posteado: April 03, 2017, 12:04:53 PM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 388
  • Gracias recibida: 19158
  • us
Buenas gente quisiera si me podrian ayudar o facilitar una guia para editar los items que caen por ejemplo en las box kunduns +4 ya que edito para q caiga un casco por ejemplo pero no se el valor
RANDOM de opciones y luck.. quiero que caigan con opc al azar y algunas con luck otras no y asi nose si me explico, asi tengo configurado las box+4

//Section   Type   MinLevel   MaxLevel   Skill   Luck   Option   Excellent

  7         21     0          0          0       1      1       1                   //Great Dragon Helm


No hay manera de que caiga con opciones random, lo unico que puedes hacer es agregar el item varias veces con diferentes opciones, asi quedara como tu quieres, ejemplo:

//Section   Type   MinLevel   MaxLevel   Skill   Luck   Option   Excellent

  7         21     0          0          0       1      1      1                   //Great Dragon Helm
  7         21     0          0          0       0      1      1                   //Great Dragon Helm
  7         21     0          0          0       1      0      1                   //Great Dragon Helm
  7         21     0          0          0       0      0      1                   //Great Dragon Helm

Gracias:


Offline marianomarkoff #2 Posteado: April 03, 2017, 12:07:51 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 78
  • Gracias recibida: 505
  • ar
Buenas gente quisiera si me podrian ayudar o facilitar una guia para editar los items que caen por ejemplo en las box kunduns +4 ya que edito para q caiga un casco por ejemplo pero no se el valor
RANDOM de opciones y luck.. quiero que caigan con opc al azar y algunas con luck otras no y asi nose si me explico, asi tengo configurado las box+4

//Section   Type   MinLevel   MaxLevel   Skill   Luck   Option   Excellent

  7         21     0          0          0       1      1       1                   //Great Dragon Helm


No hay manera de que caiga con opciones random, lo unico que puedes hacer es agregar el item varias veces con diferentes opciones, asi quedara como tu quieres, ejemplo:

//Section   Type   MinLevel   MaxLevel   Skill   Luck   Option   Excellent

  7         21     0          0          0       1      1      1                   //Great Dragon Helm
  7         21     0          0          0       0      1      1                   //Great Dragon Helm
  7         21     0          0          0       1      0      1                   //Great Dragon Helm
  7         21     0          0          0       0      0      1                   //Great Dragon Helm


Claro ahora entiendo asi como lo dejaste sera para cuantas opciones? o puedo agregarle mas? asi haga eso con todos los items!


Offline Lude #3 Posteado: April 03, 2017, 12:09:49 PM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 388
  • Gracias recibida: 19158
  • us
Ya ahi debes probar como te va quedando, arriba te dice las opciones claramente:


MinLevel   MaxLevel   Skill   Luck   Option   Excellent

Ya queda completamente a tu criterio la manera de editarlo.


Offline marianomarkoff #4 Posteado: April 03, 2017, 12:11:56 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 78
  • Gracias recibida: 505
  • ar
Ya ahi debes probar como te va quedando, arriba te dice las opciones claramente:


MinLevel   MaxLevel   Skill   Luck   Option   Excellent

Ya queda completamente a tu criterio la manera de editarlo.

Claro yo quiero que largue +0 todos los items asiq con el minlvl no hay drama... lo unico que hago es intercalar las op y luck.. el num "1" en opciones contiene a todas las opciones? osea add,luck,rate todo? o hay otro num que indique mas opciones?


Offline Lude #5 Posteado: April 03, 2017, 12:14:45 PM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 388
  • Gracias recibida: 19158
  • us
Correcto, solo debes poner 1 o 0 para activar y/o desactivar opciones, con respecto al Option no sabria decirte exactamente lo que agrega ya que nunca lo probe, como te dije anteriormente te toca ir probando a ver como te queda.


Offline FBarbosa #6 Posteado: April 03, 2017, 12:29:05 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 62
  • Gracias recibida: 4069
  • co
Mira un ejemplo del como deberia quedar...


Citar
0
//EventName              DropZen   ItemDropRate   ItemDropCount   SetItemDropRate   ItemDropType   Fireworks   
"Box of Kundun 1"    1000      100        1        0          0         0
end

1
//Section   Type   MinLevel   MaxLevel   Skill   Luck   Option   Excellent
7           02       0          9         0       1      0        2      //Pad Helm
7           02       0          9         0       1      0        1      //Pad Helm
7           02       0          9         0       0      0        2      //Pad Helm
7           02       0          9         0       0      0        1      //Pad Helm
8           02       0          9         0       1      0        2      //Pad Armor
8           02       0          9         0       1      0        1      //Pad Armor
8           02       0          9         0       0      0        2      //Pad Armor
8           02       0          9         0       0      0        1      //Pad Armor
9           02       0          9         0       1      0        2      //Pad Pants
9           02       0          9         0       1      0        1      //Pad Pants
9           02       0          9         0       0      0        2      //Pad Pants
9           02       0          9         0       0      0        1      //Pad Pants
10          02       0          9         0       1      0        2      //Pad Gloves
10          02       0          9         0       1      0        1      //Pad Gloves
10          02       0          9         0       0      0        2      //Pad Gloves
10          02       0          9         0       0      0        1      //Pad Gloves
11          02       0          9         0       1      0        2      //Pad Bots
11          02       0          9         0       1      0        1      //Pad Bots
11          02       0          9         0       0      0        2      //Pad Bots
11          02       0          9         0       0      0        1      //Pad Bots
5            3       0          9         0       1      0        2      //Thunder Staff
5            3       0          9         0       1      0        1      //Thunder Staff
5            3       0          9         0       0      0        2      //Thunder Staff
5            3       0          9         0       0      0        1      //Thunder Staff
5            2       0          9         0       1      0        2      //Serpent Staff
5            2       0          9         0       1      0        1      //Serpent Staff
5            2       0          9         0       0      0        2      //Serpent Staff
5            2       0          9         0       0      0        1      //Serpent Staff
5            1       0          9         0       1      0        2      //Angelic Staff
5            1       0          9         0       1      0        1      //Angelic Staff
5            1       0          9         0       0      0        2      //Angelic Staff
5            1       0          9         0       0      0        1      //Angelic Staff
5            0       0          9         0       1      0        2      //Skull Staff
5            0       0          9         0       1      0        1      //Skull Staff
5            0       0          9         0       0      0        2      //Skull Staff
5            0       0          9         0       0      0        1      //Skull Staff
6            0       0          9         0       1      0        2      //Small Shield
6            0       0          9         0       1      0        1      //Small Shield
6            0       0          9         0       0      0        2      //Small Shield
6            0       0          9         0       0      0        1      //Small Shield
7           13       0          9         0       1      0        2      //Spirit Helm
7           13       0          9         0       1      0        1      //Spirit Helm
7           13       0          9         0       0      0        2      //Spirit Helm
7           13       0          9         0       0      0        1      //Spirit Helm
8           13       0          9         0       1      0        2      //Spirit Armor
8           13       0          9         0       1      0        1      //Spirit Armor
8           13       0          9         0       0      0        2      //Spirit Armor
8           13       0          9         0       0      0        1      //Spirit Armor
9           13       0          9         0       1      0        2      //Spirit Pants
9           13       0          9         0       1      0        1      //Spirit Pants
9           13       0          9         0       0      0        2      //Spirit Pants
9           13       0          9         0       0      0        1      //Spirit Pants
10          13       0          9         0       1      0        2      //Spirit Gloves
10          13       0          9         0       1      0        1      //Spirit Gloves
10          13       0          9         0       0      0        2      //Spirit Gloves
10          13       0          9         0       0      0        1      //Spirit Gloves
11          13       0          9         0       1      0        2      //Spirit Bots
11          13       0          9         0       1      0        1      //Spirit Bots
11          13       0          9         0       0      0        2      //Spirit Bots
11          13       0          9         0       0      0        1      //Spirit Bots
4            4       0          9         1       1      0        2      //Tiger Bow
4            4       0          9         1       1      0        1      //Tiger Bow
4            4       0          9         1       0      0        2      //Tiger Bow
4            4       0          9         1       0      0        1      //Tiger Bow
4           08       0          9         1       1      0        2      //Crossbow
4           08       0          9         1       1      0        1      //Crossbow
4           08       0          9         1       0      0        2      //Crossbow
4           08       0          9         1       0      0        1      //Crossbow
7           01       0          9         0       1      0        2      //Dragon Helm
7           01       0          9         0       1      0        1      //Dragon Helm
7           01       0          9         0       0      0        2      //Dragon Helm
7           01       0          9         0       0      0        1      //Dragon Helm
8           01       0          9         0       1      0        2      //Dragon Armor
8           01       0          9         0       1      0        1      //Dragon Armor
8           01       0          9         0       0      0        2      //Dragon Armor
8           01       0          9         0       0      0        1      //Dragon Armor
9           01       0          9         0       1      0        2      //Dragon Pants
9           01       0          9         0       1      0        1      //Dragon Pants
9           01       0          9         0       0      0        2      //Dragon Pants
9           01       0          9         0       0      0        1      //Dragon Pants
10          01       0          9         0       1      0        2      //Dragon Gloves
10          01       0          9         0       1      0        1      //Dragon Gloves
10          01       0          9         0       0      0        2      //Dragon Gloves
10          01       0          9         0       0      0        1      //Dragon Gloves
11          01       0          9         0       1      0        2      //Dragon Bots
11          01       0          9         0       1      0        1      //Dragon Bots
11          01       0          9         0       0      0        2      //Dragon Bots
11          01       0          9         0       0      0        1      //Dragon Bots
0           13       0          9         1       1      0        2      //Double Blade
0           13       0          9         1       1      0        1      //Double Blade
0           13       0          9         1       0      0        2      //Double Blade
0           13       0          9         1       0      0        1      //Double Blade
7           06       0          9         0       1      0        2      //Scale Helm
7           06       0          9         0       1      0        1      //Scale Helm
7           06       0          9         0       0      0        2      //Scale Helm
7           06       0          9         0       0      0        1      //Scale Helm
8           06       0          9         0       1      0        2      //Scale Armor
8           06       0          9         0       1      0        1      //Scale Armor
8           06       0          9         0       0      0        2      //Scale Armor
8           06       0          9         0       0      0        1      //Scale Armor
9           06       0          9         0       1      0        2      //Scale Pants
9           06       0          9         0       1      0        1      //Scale Pants
9           06       0          9         0       0      0        2      //Scale Pants
9           06       0          9         0       0      0        1      //Scale Pants
10          06       0          9         0       1      0        2      //Scale Gloves
10          06       0          9         0       1      0        1      //Scale Gloves
10          06       0          9         0       0      0        2      //Scale Gloves
10          06       0          9         0       0      0        1      //Scale Gloves
11          06       0          9         0       1      0        2      //Scale Bots
11          06       0          9         0       1      0        1      //Scale Bots
11          06       0          9         0       0      0        2      //Scale Bots
11          06       0          9         0       0      0        1      //Scale Bots
7            0       0          9         0       1      0        2      //Bronze Mask
7            0       0          9         0       1      0        1      //Bronze Mask
7            0       0          9         0       0      0        2      //Bronze Mask
7            0       0          9         0       0      0        1      //Bronze Mask
8            0       0          9         0       1      0        2      //Bronze Armor
8            0       0          9         0       1      0        1      //Bronze Armor
8            0       0          9         0       0      0        2      //Bronze Armor
8            0       0          9         0       0      0        1      //Bronze Armor
9            0       0          9         0       1      0        2      //Bronze Pants
9            0       0          9         0       1      0        1      //Bronze Pants
9            0       0          9         0       0      0        2      //Bronze Pants
9            0       0          9         0       0      0        1      //Bronze Pants
10           0       0          9         0       1      0        2      //Bronze Gloves
10           0       0          9         0       1      0        1      //Bronze Gloves
10           0       0          9         0       0      0        2      //Bronze Gloves
10           0       0          9         0       0      0        1      //Bronze Gloves
11           0       0          9         0       1      0        2      //Bronze Bots
11           0       0          9         0       1      0        1      //Bronze Bots
11           0       0          9         0       0      0        2      //Bronze Bots
11           0       0          9         0       0      0        1      //Bronze Bots
2           08       0          9         1       1      0        2      //Battle Scepter
2           08       0          9         1       1      0        1      //Battle Scepter
2           08       0          9         1       0      0        2      //Battle Scepter
2           08       0          9         1       0      0        1      //Battle Scepter
7           39       0          9         0       1      0        2      //Violent Wind Helm
7           39       0          9         0       1      0        1      //Violent Wind Helm
7           39       0          9         0       0      0        2      //Violent Wind Helm
7           39       0          9         0       0      0        1      //Violent Wind Helm
8           39       0          9         0       1      0        2      //Violent Wind Armor
8           39       0          9         0       1      0        1      //Violent Wind Armor
8           39       0          9         0       0      0        2      //Violent Wind Armor
8           39       0          9         0       0      0        1      //Violent Wind Armor
9           39       0          9         0       1      0        2      //Violent Wind Pants
9           39       0          9         0       1      0        1      //Violent Wind Pants
9           39       0          9         0       0      0        2      //Violent Wind Pants
9           39       0          9         0       0      0        1      //Violent Wind Pants
10          39       0          9         0       1      0        2      //Violent Wind Gloves
10          39       0          9         0       1      0        1      //Violent Wind Gloves
10          39       0          9         0       0      0        2      //Violent Wind Gloves
10          39       0          9         0       0      0        1      //Violent Wind Gloves
11          39       0          9         0       1      0        2      //Violent Wind Bots
11          39       0          9         0       1      0        1      //Violent Wind Bots
11          39       0          9         0       0      0        2      //Violent Wind Bots
11          39       0          9         0       0      0        1      //Violent Windg Bots
5           15       0          9         0       1      0        2      //Violent Wind Stick
5           15       0          9         0       1      0        1      //Violent Wind Stick
5           15       0          9         0       0      0        2      //Violent Wind Stick
5           15       0          9         0       0      0        1      //Violent Wind Stick
13          23       0          4         0       0      2        2      //Ring of Wind
13          23       0          4         0       0      2        1      //Ring of Wind
13          26       0          4         0       0      2        2      //Pendant of Wind
13          26       0          4         0       0      2        1      //Pendant of Wind
end

Gracias:


Offline marianomarkoff #7 Posteado: April 03, 2017, 04:57:13 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 78
  • Gracias recibida: 505
  • ar
Mira un ejemplo del como deberia quedar...


Citar
0
//EventName              DropZen   ItemDropRate   ItemDropCount   SetItemDropRate   ItemDropType   Fireworks   
"Box of Kundun 1"    1000      100        1        0          0         0
end

1
//Section   Type   MinLevel   MaxLevel   Skill   Luck   Option   Excellent
7           02       0          9         0       1      0        2      //Pad Helm
7           02       0          9         0       1      0        1      //Pad Helm
7           02       0          9         0       0      0        2      //Pad Helm
7           02       0          9         0       0      0        1      //Pad Helm
8           02       0          9         0       1      0        2      //Pad Armor
8           02       0          9         0       1      0        1      //Pad Armor
8           02       0          9         0       0      0        2      //Pad Armor
8           02       0          9         0       0      0        1      //Pad Armor
9           02       0          9         0       1      0        2      //Pad Pants
9           02       0          9         0       1      0        1      //Pad Pants
9           02       0          9         0       0      0        2      //Pad Pants
9           02       0          9         0       0      0        1      //Pad Pants
10          02       0          9         0       1      0        2      //Pad Gloves
10          02       0          9         0       1      0        1      //Pad Gloves
10          02       0          9         0       0      0        2      //Pad Gloves
10          02       0          9         0       0      0        1      //Pad Gloves
11          02       0          9         0       1      0        2      //Pad Bots
11          02       0          9         0       1      0        1      //Pad Bots
11          02       0          9         0       0      0        2      //Pad Bots
11          02       0          9         0       0      0        1      //Pad Bots
5            3       0          9         0       1      0        2      //Thunder Staff
5            3       0          9         0       1      0        1      //Thunder Staff
5            3       0          9         0       0      0        2      //Thunder Staff
5            3       0          9         0       0      0        1      //Thunder Staff
5            2       0          9         0       1      0        2      //Serpent Staff
5            2       0          9         0       1      0        1      //Serpent Staff
5            2       0          9         0       0      0        2      //Serpent Staff
5            2       0          9         0       0      0        1      //Serpent Staff
5            1       0          9         0       1      0        2      //Angelic Staff
5            1       0          9         0       1      0        1      //Angelic Staff
5            1       0          9         0       0      0        2      //Angelic Staff
5            1       0          9         0       0      0        1      //Angelic Staff
5            0       0          9         0       1      0        2      //Skull Staff
5            0       0          9         0       1      0        1      //Skull Staff
5            0       0          9         0       0      0        2      //Skull Staff
5            0       0          9         0       0      0        1      //Skull Staff
6            0       0          9         0       1      0        2      //Small Shield
6            0       0          9         0       1      0        1      //Small Shield
6            0       0          9         0       0      0        2      //Small Shield
6            0       0          9         0       0      0        1      //Small Shield
7           13       0          9         0       1      0        2      //Spirit Helm
7           13       0          9         0       1      0        1      //Spirit Helm
7           13       0          9         0       0      0        2      //Spirit Helm
7           13       0          9         0       0      0        1      //Spirit Helm
8           13       0          9         0       1      0        2      //Spirit Armor
8           13       0          9         0       1      0        1      //Spirit Armor
8           13       0          9         0       0      0        2      //Spirit Armor
8           13       0          9         0       0      0        1      //Spirit Armor
9           13       0          9         0       1      0        2      //Spirit Pants
9           13       0          9         0       1      0        1      //Spirit Pants
9           13       0          9         0       0      0        2      //Spirit Pants
9           13       0          9         0       0      0        1      //Spirit Pants
10          13       0          9         0       1      0        2      //Spirit Gloves
10          13       0          9         0       1      0        1      //Spirit Gloves
10          13       0          9         0       0      0        2      //Spirit Gloves
10          13       0          9         0       0      0        1      //Spirit Gloves
11          13       0          9         0       1      0        2      //Spirit Bots
11          13       0          9         0       1      0        1      //Spirit Bots
11          13       0          9         0       0      0        2      //Spirit Bots
11          13       0          9         0       0      0        1      //Spirit Bots
4            4       0          9         1       1      0        2      //Tiger Bow
4            4       0          9         1       1      0        1      //Tiger Bow
4            4       0          9         1       0      0        2      //Tiger Bow
4            4       0          9         1       0      0        1      //Tiger Bow
4           08       0          9         1       1      0        2      //Crossbow
4           08       0          9         1       1      0        1      //Crossbow
4           08       0          9         1       0      0        2      //Crossbow
4           08       0          9         1       0      0        1      //Crossbow
7           01       0          9         0       1      0        2      //Dragon Helm
7           01       0          9         0       1      0        1      //Dragon Helm
7           01       0          9         0       0      0        2      //Dragon Helm
7           01       0          9         0       0      0        1      //Dragon Helm
8           01       0          9         0       1      0        2      //Dragon Armor
8           01       0          9         0       1      0        1      //Dragon Armor
8           01       0          9         0       0      0        2      //Dragon Armor
8           01       0          9         0       0      0        1      //Dragon Armor
9           01       0          9         0       1      0        2      //Dragon Pants
9           01       0          9         0       1      0        1      //Dragon Pants
9           01       0          9         0       0      0        2      //Dragon Pants
9           01       0          9         0       0      0        1      //Dragon Pants
10          01       0          9         0       1      0        2      //Dragon Gloves
10          01       0          9         0       1      0        1      //Dragon Gloves
10          01       0          9         0       0      0        2      //Dragon Gloves
10          01       0          9         0       0      0        1      //Dragon Gloves
11          01       0          9         0       1      0        2      //Dragon Bots
11          01       0          9         0       1      0        1      //Dragon Bots
11          01       0          9         0       0      0        2      //Dragon Bots
11          01       0          9         0       0      0        1      //Dragon Bots
0           13       0          9         1       1      0        2      //Double Blade
0           13       0          9         1       1      0        1      //Double Blade
0           13       0          9         1       0      0        2      //Double Blade
0           13       0          9         1       0      0        1      //Double Blade
7           06       0          9         0       1      0        2      //Scale Helm
7           06       0          9         0       1      0        1      //Scale Helm
7           06       0          9         0       0      0        2      //Scale Helm
7           06       0          9         0       0      0        1      //Scale Helm
8           06       0          9         0       1      0        2      //Scale Armor
8           06       0          9         0       1      0        1      //Scale Armor
8           06       0          9         0       0      0        2      //Scale Armor
8           06       0          9         0       0      0        1      //Scale Armor
9           06       0          9         0       1      0        2      //Scale Pants
9           06       0          9         0       1      0        1      //Scale Pants
9           06       0          9         0       0      0        2      //Scale Pants
9           06       0          9         0       0      0        1      //Scale Pants
10          06       0          9         0       1      0        2      //Scale Gloves
10          06       0          9         0       1      0        1      //Scale Gloves
10          06       0          9         0       0      0        2      //Scale Gloves
10          06       0          9         0       0      0        1      //Scale Gloves
11          06       0          9         0       1      0        2      //Scale Bots
11          06       0          9         0       1      0        1      //Scale Bots
11          06       0          9         0       0      0        2      //Scale Bots
11          06       0          9         0       0      0        1      //Scale Bots
7            0       0          9         0       1      0        2      //Bronze Mask
7            0       0          9         0       1      0        1      //Bronze Mask
7            0       0          9         0       0      0        2      //Bronze Mask
7            0       0          9         0       0      0        1      //Bronze Mask
8            0       0          9         0       1      0        2      //Bronze Armor
8            0       0          9         0       1      0        1      //Bronze Armor
8            0       0          9         0       0      0        2      //Bronze Armor
8            0       0          9         0       0      0        1      //Bronze Armor
9            0       0          9         0       1      0        2      //Bronze Pants
9            0       0          9         0       1      0        1      //Bronze Pants
9            0       0          9         0       0      0        2      //Bronze Pants
9            0       0          9         0       0      0        1      //Bronze Pants
10           0       0          9         0       1      0        2      //Bronze Gloves
10           0       0          9         0       1      0        1      //Bronze Gloves
10           0       0          9         0       0      0        2      //Bronze Gloves
10           0       0          9         0       0      0        1      //Bronze Gloves
11           0       0          9         0       1      0        2      //Bronze Bots
11           0       0          9         0       1      0        1      //Bronze Bots
11           0       0          9         0       0      0        2      //Bronze Bots
11           0       0          9         0       0      0        1      //Bronze Bots
2           08       0          9         1       1      0        2      //Battle Scepter
2           08       0          9         1       1      0        1      //Battle Scepter
2           08       0          9         1       0      0        2      //Battle Scepter
2           08       0          9         1       0      0        1      //Battle Scepter
7           39       0          9         0       1      0        2      //Violent Wind Helm
7           39       0          9         0       1      0        1      //Violent Wind Helm
7           39       0          9         0       0      0        2      //Violent Wind Helm
7           39       0          9         0       0      0        1      //Violent Wind Helm
8           39       0          9         0       1      0        2      //Violent Wind Armor
8           39       0          9         0       1      0        1      //Violent Wind Armor
8           39       0          9         0       0      0        2      //Violent Wind Armor
8           39       0          9         0       0      0        1      //Violent Wind Armor
9           39       0          9         0       1      0        2      //Violent Wind Pants
9           39       0          9         0       1      0        1      //Violent Wind Pants
9           39       0          9         0       0      0        2      //Violent Wind Pants
9           39       0          9         0       0      0        1      //Violent Wind Pants
10          39       0          9         0       1      0        2      //Violent Wind Gloves
10          39       0          9         0       1      0        1      //Violent Wind Gloves
10          39       0          9         0       0      0        2      //Violent Wind Gloves
10          39       0          9         0       0      0        1      //Violent Wind Gloves
11          39       0          9         0       1      0        2      //Violent Wind Bots
11          39       0          9         0       1      0        1      //Violent Wind Bots
11          39       0          9         0       0      0        2      //Violent Wind Bots
11          39       0          9         0       0      0        1      //Violent Windg Bots
5           15       0          9         0       1      0        2      //Violent Wind Stick
5           15       0          9         0       1      0        1      //Violent Wind Stick
5           15       0          9         0       0      0        2      //Violent Wind Stick
5           15       0          9         0       0      0        1      //Violent Wind Stick
13          23       0          4         0       0      2        2      //Ring of Wind
13          23       0          4         0       0      2        1      //Ring of Wind
13          26       0          4         0       0      2        2      //Pendant of Wind
13          26       0          4         0       0      2        1      //Pendant of Wind
end

Muchisimas gracias bro


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
6 Replies
2685 Views
Last post December 14, 2016, 06:30:49 PM
by ZabiinoOo
2 Replies
1973 Views
Last post March 14, 2017, 10:21:12 AM
by diegah
2 Replies
1316 Views
Last post April 06, 2017, 10:37:54 PM
by JuanBMA
0 Replies
459 Views
Last post July 15, 2019, 10:14:09 PM
by kheroz95
4 Replies
397 Views
Last post January 18, 2021, 09:44:10 PM
by danilo46