Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Ayuda en las eventitembag files 1.0M DarksTeam  (Visto 1109 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline zzbrandon Posteado: January 24, 2018, 11:41:28 AM | Modificado: January 24, 2018, 12:16:55 PM by zzbrandon

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 208
  • Gracias recibida: 535
  • cl
Hola, necesito una ayuda quisiera saber como puedo poner para que las cajas kumdum me puedan botar items de esta forma


Luck + Rate + refleck + DD

Mi evenitembag esta de esta manera
 
Code: [Select]
//	Event Item Bag 8 - Box of Kundun +1  
//===========================================================================
//Type, Index, Level, Skill, Luck, Option
//===============================[Sets]======================================
// Leather Set
//===========================================================================
8 5 0 0 1 14 //Excellent Leather Armor
11 5 0 0 1 14 //Excellent Leather Boots
10 5 0 0 1 14 //Excellent Leather Gloves
7 5 0 0 1 14 //Excellent Leather Helm
9 5 0 0 1 14 //Excellent Leather Pants
//===========================================================================
// Pad Set
//===========================================================================
8 2 0 0 1 14 //Excellent Pad Armor
11 2 0 0 1 14 //Excellent Pad Boots
10 2 0 0 1 14 //Excellent Pad Gloves
7 2 0 0 1 14 //Excellent Pad Helm
9 2 0 0 1 14 //Excellent Pad Pants
//===========================================================================
// Vine Set
//===========================================================================
8 10 0 0 1 14 //Excellent Vine Armor
11 10 0 0 1 14 //Excellent Vine Boots
10 10 0 0 1 14 //Excellent Vine Gloves
7 10 0 0 1 14 //Excellent Vine Helm
9 10 0 0 1 14 //Excellent Vine Pants
//===========================================================================
// Bronze Set
//===========================================================================
8 0 0 0 1 14 //Excellent Bronze Armor
11 14 0 0 1 14 //Excellent Bronze Boots
10 0 0 0 1 14 //Excellent Bronze Gloves
7 0 0 0 1 14 //Excellent Bronze Helm
9 0 0 0 1 14 //Excellent Bronze Pants
//===============================================================================
//Type, Index, Level, Skill, Luck, Option
//=================================Rings=======================================
13 8 0 0 0 14 //Excellent Ring of Ice
13 9 0 0 0 14 //Excellent Ring of Poison
13 12 0 0 0 14 //Excellent Pendant of Lightning
//===============================================================================

Quien sepa como solucionarlo que numero va en Option estaria agradecido


Offline ZabiinoOo #1 Posteado: January 24, 2018, 12:00:09 PM | Modificado: January 24, 2018, 12:02:18 PM by ZabiinoOo

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Administrador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 7.270
  • Gracias recibida: 125183
  • pe
Yo lo tengo asi

Code: [Select]
// type, index, level, skill, luck, option
7 5 0 0 1 2
8 5 0 0 1 2
9 5 0 0 1 2
10 5 0 0 1 2
11 5 0 0 1 2
7 2 0 0 1 2
8 2 0 0 1 2
9 2 0 0 1 2
10 2 0 0 1 2
11 2 0 0 1 2
7 10 0 0 1 2
8 10 0 0 1 2
9 10 0 0 1 2
10 10 0 0 1 2
11 5 0 0 1 2

La ultima columna es la que muestra cuantas opciones exc quieres que bote, para semi pone 3, saludos!!




Prohibido pedir soporte via MP
Leer las reglas de cada seccion
we trust god

Gracias:


Offline Marote #2 Posteado: January 24, 2018, 12:01:41 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.129
  • Gracias recibida: 12963
  • ar
Hola, necesito una ayuda quisiera saber como puedo poner para que las cajas kumdum me puedan botar items de esta forma


Luck + Rate + refleck + DD

Mi evenitembag esta de esta manera
 
//   Event Item Bag 8 - Box of Kundun +1 
//===========================================================================
//Type,   Index,   Level,   Skill,   Luck,   Option
//===============================[Sets]======================================
// Leather Set
//===========================================================================
8   5   0   0   1   14   //Excellent Leather Armor
11   5   0   0   1   14   //Excellent Leather Boots
10   5   0   0   1   14   //Excellent Leather Gloves
7   5   0   0   1   14   //Excellent Leather Helm
9   5   0   0   1   14   //Excellent Leather Pants
//===========================================================================
// Pad Set
//===========================================================================
8   2   0   0   1   14   //Excellent Pad Armor
11   2   0   0   1   14   //Excellent Pad Boots
10   2   0   0   1   14   //Excellent Pad Gloves
7   2   0   0   1   14   //Excellent Pad Helm
9   2   0   0   1   14   //Excellent Pad Pants
//===========================================================================
// Vine Set
//===========================================================================
8   10   0   0   1   14   //Excellent Vine Armor
11   10   0   0   1   14   //Excellent Vine Boots
10   10   0   0   1   14   //Excellent Vine Gloves
7   10   0   0   1   14   //Excellent Vine Helm
9   10   0   0   1   14   //Excellent Vine Pants
//===========================================================================
// Bronze Set
//===========================================================================
8   0   0   0   1   14   //Excellent Bronze Armor
11   14   0   0   1   14   //Excellent Bronze Boots
10   0   0   0   1   14   //Excellent Bronze Gloves
7   0   0   0   1   14   //Excellent Bronze Helm
9   0   0   0   1   14   //Excellent Bronze Pants
//===============================================================================
//Type,   Index,   Level,   Skill,   Luck,   Option
//=================================Rings=======================================
13   8   0   0   0   14   //Excellent Ring of Ice
13   9   0   0   0   14   //Excellent Ring of Poison
13   12   0   0   0   14   //Excellent Pendant of Lightning
//===============================================================================

Quien sepa como solucionarlo que numero va en Option estaria agradecido

Cambia a numeros pares la opcion, en estos files no sabria, probaste en 32? si por ejemplo 32 da mas opciones que las que deseas serian probar de 2 en 2 hasta llegar a esa opcion

16 18 20 22 24, asi hasta lograr la opcion, nunca use estos files pero deberia de ser 16.


Offline zzbrandon #3 Posteado: January 24, 2018, 12:05:52 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 208
  • Gracias recibida: 535
  • cl

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
3 Replies
1611 Views
Last post November 09, 2016, 11:26:44 PM
by ZabiinoOo
4 Replies
1691 Views
Last post May 23, 2018, 01:05:48 PM
by nelson
1 Replies
676 Views
Last post August 08, 2019, 05:53:01 PM
by stan693
9 Replies
1161 Views
Last post June 19, 2020, 07:39:19 PM
by setokaibaster
2 Replies
692 Views
Last post July 09, 2020, 09:32:15 PM
by setokaibaster