Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Configuracion Jewel Custom Files Titantech S6 EpiX  (Visto 1579 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Pumperman Posteado: January 22, 2018, 09:32:08 AM | Modificado: January 23, 2018, 12:15:02 AM by Pumperman

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 61
  • Gracias recibida: 29
  • ar
Buenos dias, yo de nuevo ^^ . queria comentarles el siguiente problema que tengo con las jewels custom

Primeramente, no se visualisaban, las agregue al item_eng.bmd y al itemtooltip.bmd y se las ven, salvo la Jewel of Level (Adjunto screen)
https://imgur.com/a/AjfXX
Hay alguna forma de saber que archivo es el que me esta faltando, si es que ese es el caso?


Ahora mi problema es que las jewels no andan o andan mal, que es lo que debo configurar?

Adjunto item (C:/Muserver/Data/Items/Item.txt)

Code: [Select]
200	-1	0	1	1	1	0	0	"Jewel of Level"		0	0
201 -1 0 1 1 1 0 0 "Jewel of Luck" 0 0
202 -1 0 1 1 1 0 0 "Jewel of Skill" 0 0
203 -1 0 1 1 1 0 0 "Jewel of Option" 0 0
204 -1 0 1 1 1 0 0 "Jewel of Def & Life Rate" 0 0
205 -1 0 1 1 1 0 0 "Jewel of Reflex & Wizardry" 0 0
206 -1 0 1 1 1 0 0 "Jewel of Damage" 0 0
207 -1 0 1 1 1 0 0 "Jewel of Socket" 0 0
208 -1 0 1 1 1 0 0 "Jewel of HP & Dmg" 0 0
209 -1 0 1 1 1 0 0 "Jewel of Zen & Mana" 0 0

Adjunto CustomJewels.txt (C:/Muserver/Data/Custom/CustomJewels.txt
Code: [Select]
//==============================================================================//
//                    Server Files TT Customs Prototype Games                   //
//                                Repack 12.0.0.XX                              //
//                              Proyecto: -=[Lanzer]=-                          //
//                                       By                                     //
//                   ==[[MaxVoll Programer Prototype Games]]==                  //
//                     Contacto: http://prototype-games.com/                    //
//------------------------------------------------------------------------------//
// Revision 01 Enero, 2017                                                      //
//==============================================================================//

1
    14   200    0     15   0    0    0    0     0     0     0    0     5    100
    14   201 0     15   0    0    0    0     0     0     3    0     5    100
    14   202 0     15   0    0    0    0     0     0     3    0     5    100
    14   203 0     15   0    0    0    0     0     0     3    0     5    100
    14   204 0     15   0    0    0    0     0     0     3    0     5    100
    14   205 0     15   0    0    0    0     0     0     3    0     5    100
    14   206 0     15   0    0    0    0     0     0     3    0     5    100
    14   207 0     15   0    0    0    0     0     0     3    0     5    100
    14   208 0     15   0    0    0    0     0     0     3    0     5    100
    14   209 0     15   0    0    0    0     0     0     3    0     5    100
end

2
    14   200   0    0   1    0    0 0    0
    14   201   0    0   0    0    1 0    0
    14   202   0    0   0    0    2 0    0
    14   203   0    0   0    1    4 0    0
    14   204   0    0   0    0    8 0    0
    14   205   0    0   0    0    16 1    0
    14   206   0    0   1    0    32 0    0
    14   207   0    0   0    1    0 0    0
    14   208   0    0   0    0    0 0    5
    14   209   1    0   0    0    0 0    0
end

3
    14    200   0    0   0    1    1 1    0    1
    14   201   0    0   0    1    1 1    0    1
    14   202   0    0   0    1    1 1    0    1
    14   203   0    0   0    1    1 1    0    1
    14   204   0    0   0    1    1 1    0    1
    14   205   0    0   0    1    1 1    0    1
    14   206   0    0   0    1    1 1    0    1
    14   207   0    0   0    1    1 1    0    1
    14   208   0    0   0    1    1 1    0    1
    14   209   0    0   0    1    1 1    0    1
end



Seguramente me esta faltando configurar algo, podrian guiarme ?  , desde ya mil gracias!


Offline Pumperman #1 Posteado: January 23, 2018, 12:14:49 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 61
  • Gracias recibida: 29
  • ar
Solucionado!

CustomJewels.txt

Code: [Select]
//==============================================================================//
//                    Server Files TT Customs Prototype Games                   //
//                                Repack 12.0.0.XX                              //
//                              Proyecto: -=[Lanzer]=-                          //
//                                       By                                     //
//                   ==[[MaxVoll Programer Prototype Games]]==                  //
//                     Contacto: http://prototype-games.com/                    //
//------------------------------------------------------------------------------//
// Revision 01 Enero, 2017                                                      //
//==============================================================================//

1
    14   200    0     15   0    0    0    0     0     0     0    0     5    100
    14   201 0     15   0    0    0    0     0     0     0    0     5    100
    14   202 0     15   0    0    0    0     0     0     0    0     5    100
    14   203 0     15   0    0    0    0     0     0     0    0     5    100
    14   204 0     15   0    0    0    0     0     0     3    0     5    100
    14   205 0     15   0    0    0    0     0     0     3    0     5    100
    14   206 0     15   0    0    0    0     0     0     3    0     5    100
    14   207 0     15   0    0    0    0     0     0     3    0     5    100
    14   208 0     15   0    0    0    0     0     0     3    0     5    100
    14   209 0     15   0    0    0    0     0     0     3    0     5    100
end

2
    14   200   15   0   0    0    0 0    0 //Level
    14   201   0    0   1    0    0 0    0 //Luck
    14   202   0    0   0    1    0 0    0 //Skill
    14   203   0    8   0    0    0 0    0 //Option
    14   204   0    0   0    0    2 0    0 //Rate - Hp
    14   205   0    0   0    0    4 0    0 //Reflect - Speed
    14   206   0    0   0    0    8 0    0 //Reduce - 2%
    14   207   0    0   0    0    0 0    5 //Socket
    14   208   0    0   0    0    32 0    0 //Hp - Rate dmg
    14   209   0    0   0    0    1 0    0 //Mana - Zen
end

3
    14    200   0    0   0    1    1 1    0    1
    14   201   0    0   0    1    1 1    0    1
    14   202   0    0   0    1    1 1    0    1
    14   203   0    0   0    1    1 1    0    1
    14   204   0    0   0    1    1 1    0    1
    14   205   0    0   0    1    1 1    0    1
    14   206   0    0   0    1    1 1    0    1
    14   207   0    0   0    1    1 1    0    1
    14   208   0    0   0    1    1 1    0    1
    14   209   0    0   0    1    1 1    0    1
end


Saludos!

Gracias:


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
2 Replies
1386 Views
Last post January 22, 2018, 03:09:47 AM
by Pumperman
1 Replies
1472 Views
Last post January 22, 2018, 12:33:40 PM
by conejowolf
5 Replies
1709 Views
Last post February 03, 2018, 11:22:50 PM
by Pumperman
0 Replies
728 Views
Last post February 18, 2018, 11:35:01 AM
by Pumperman
1 Replies
1305 Views
Last post December 06, 2018, 11:29:17 AM
by MonicaCisneros