OTHispano
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Ir abajo
PebitoFker
PebitoFker
Miembro
Mensajes Mensajes : 9

[Tutorial] Editar un Item. Empty [Tutorial] Editar un Item.

Sáb Jul 30, 2011 10:50 pm
[Tutorial] Editar un Item. Aporte11
UBICACION: OT/DATA/ITEMS
Abrimos el archivo llamado Items.xml

Buscamos el item que desean editar
CTRL + B ~ BUSCAR ITEM

Usare la "demon armor", para explicar:
Código:
        <item id="2494" article="a" name="demon armor">
           <attribute key="weight" value="8000"/>
      <attribute key="armor" value="16"/>
      <attribute key="slotType" value="body"/>
   </item>

Para que sirve y que significa cada cosa?, te mostrare:

Item id: Numero de "id" que tendra el item.
ESTO NO SE MODIFICA

Name: Nombre del item.
ESTO PUEDE MODIFICARSE, SI ASI LO QUIERES


Weight: Peso del Item.
ESTO PUEDE MODIFICARSE, SI ASI LO QUIERES
AL PESO DEL ITEM SE LE AGREGAN 2 CEROS, EJEMPLO, 1000 ~ PESA 10.00

Armor: Defensa "armor" del item.
ESTO PUEDE MODIFICARSE, SI ASI LO QUIERES
EN ESTE CASO NO SE AGREGAN LOS 2 CEROS

SlotType: Tipo de uso que tiene el Item.
ESTO NO SE MODIFICA
PUEDE SER DIFERENTE EN OTROS ITEMS

AGREGARLE VELOCIDAD
Como hacerlo? Agregando lo siguiente
Código:
<attribute key="speed" value="40"/>
Speed: Velocidad que se añade al portar el Item.
ESTO PUEDE MODIFICARSE, SI ASI LO QUIERES

No olvides guardar los cambios..
Con esto, ya estas listo para poder editar un Item.

Ahora te muestro como quedaria despues de haberlo editado:
Código:
        <item id="2494" article="a" name="devArmor">
           <attribute key="weight" value="7000"/>
      <attribute key="armor" value="120"/>
                <attribute key="speed" value="40"/>
      <attribute key="slotType" value="body"/>
   </item>
ESPERO LES SIRVA, SUERTE CON SU OT Very Happy .
ﻝhonLedit
ﻝhonLedit
Moderador
Mensajes Mensajes : 312
http://www.otsuporter.com/

[Tutorial] Editar un Item. Empty Re: [Tutorial] Editar un Item.

Sáb Sep 03, 2011 4:47 pm
bien Very Happy
god snake
god snake
Baneado
Mensajes Mensajes : 12

[Tutorial] Editar un Item. Empty Re: [Tutorial] Editar un Item.

Lun Sep 05, 2011 12:24 pm
Muy Bien =P..!
Dj Majestick
Dj Majestick
Miembro
Mensajes Mensajes : 131

[Tutorial] Editar un Item. Empty Re: [Tutorial] Editar un Item.

Jue Sep 08, 2011 10:40 am
Jajaja Bueno xD
Contenido patrocinado

[Tutorial] Editar un Item. Empty Re: [Tutorial] Editar un Item.

Volver arriba
Permisos de este foro:
No puedes responder a temas en este foro.