TUServerMU

MuOnline => Soporte / Ayudas => Temas solucionados => Tema comenzado por: zzbrandon on January 24, 2018, 11:41:28 AM

Titulo: Ayuda en las eventitembag files 1.0M DarksTeam
Posteado por: zzbrandon on January 24, 2018, 11:41:28 AM
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
Titulo: Re: Ayuda en las eventitembag files 1.0M DarksTeam
Posteado por: ZabiinoOo on January 24, 2018, 12:00:09 PM
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!!
Titulo: Re: Ayuda en las eventitembag files 1.0M DarksTeam
Posteado por: Marote on January 24, 2018, 12:01:41 PM
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.
Titulo: Re: Ayuda en las eventitembag files 1.0M DarksTeam
Posteado por: zzbrandon on January 24, 2018, 12:05:52 PM
@ZabiinoOo Gracias lo voy a intentar