Navegación |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bueno tíos aca os he dejado otro bosquejo de Arma. Por supuesto, separado de un cliente de Metin2 United v3.4 2010.
El cual podeis integrar de manera personalizada a vuestro cliente, si os fijais en el fichero viene hayas texturas de color diferente. Aunque con el photoshop o el Gimp, lo editareis a vuestro gusto.
Nota: Si me preguntan quien fue el que lo hizó, pues no lo sé! Pero a lo mejor fue algun occioso a Star Wars.
Muestras:
Para mas ayuda [Guia] Implementar Armaduras / Armas correctamente
Os dejaré una pequeña descripción de como implementarlo, aunque no a fondo
Nota: (Tendreis que esperar los capitulos de Modificación para un cliente).
Nos vamos a locale->fr->item_list (En mi caso, pues trabajo con el fr).
Añadimos la ruta de vuestros archivos .gr2
- CÓDIGO: SELECCIONAR TODO
7800 WEAPON icon/item/07800.tga d:/ymir work/item/weapon/07800.gr2
7801 WEAPON icon/item/07801.tga d:/ymir work/item/weapon/07801.gr2
7802 WEAPON icon/item/07802.tga d:/ymir work/item/weapon/07802.gr2
7803 WEAPON icon/item/07803.tga d:/ymir work/item/weapon/07803.gr2
Trabajando con el Repacker 1.2.0.0, en item_proto os enfrascareis en item_proto_repack.xml editadlo con un editor de texto.
- CÓDIGO: SELECCIONAR TODO
<Item vnum="7800" hashName="sabre rouge" name="sabre rouge" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="360000" buy_price="2770000" limittype0="1" limitvalue0="80" limittype1="0" limitvalue1="0" applytype0="7" applyvalue0="27" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="100" value4="140" value5="147" socket0="0" socket1="0" socket2="0" socket3="0" socket4="0" socket5="0" refine_vnum="0" refine_set="0" magic_pct="5" specular="100" socket_pct="3" />
<Item vnum="7801" hashName="sabre bleu" name="sabre bleu" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="360000" buy_price="2770000" limittype0="1" limitvalue0="80" limittype1="0" limitvalue1="0" applytype0="7" applyvalue0="27" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="100" value4="140" value5="147" socket0="0" socket1="0" socket2="0" socket3="0" socket4="0" socket5="0" refine_vnum="0" refine_set="0" magic_pct="5" specular="100" socket_pct="3" />
<Item vnum="7802" hashName="sabre vert" name="sabre vert" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="360000" buy_price="2770000" limittype0="1" limitvalue0="80" limittype1="0" limitvalue1="0" applytype0="7" applyvalue0="27" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="100" value4="140" value5="147" socket0="0" socket1="0" socket2="0" socket3="0" socket4="0" socket5="0" refine_vnum="0" refine_set="0" magic_pct="5" specular="100" socket_pct="3" />
<Item vnum="7803" hashName="sabre violet" name="sabre violet" type="1" subtype="0" weight="0" size="2" antiflag="32" flag="1" wearflag="16" immuneflag="0" gold="360000" buy_price="2770000" limittype0="1" limitvalue0="80" limittype1="0" limitvalue1="0" applytype0="7" applyvalue0="27" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="100" value4="140" value5="147" socket0="0" socket1="0" socket2="0" socket3="0" socket4="0" socket5="0" refine_vnum="0" refine_set="0" magic_pct="5" specular="100" socket_pct="3" />
Y finalmente en el item_proto de nuestra Mysql (Navicat o Syslog). Metereis estos datos:
- CÓDIGO: SELECCIONAR TODO
INSERT INTO `item_proto` VALUES (07800, 'sabre rouge', 'sabre rouge', 1, 0, 0, 2, 32, 1, 16, '', 360000, 2770000, 0, 0, 0, 5, 1, 80, 0, 0, 7, 27, 0, 0, 0, 0, 0, 0, 0, 100, 140, 147, -1, -1, -1, -1, -1, -1, 100, 3, 0);
INSERT INTO `item_proto` VALUES (07801, 'sabre bleu', 'sabre bleu', 1, 0, 0, 2, 32, 1, 16, '', 360000, 2770000, 0, 0, 0, 5, 1, 80, 0, 0, 7, 27, 0, 0, 0, 0, 0, 0, 0, 100, 140, 147, -1, -1, -1, -1, -1, -1, 100, 3, 0);
INSERT INTO `item_proto` VALUES (07802, 'sabre vert', 'sabre vert', 1, 0, 0, 2, 32, 1, 16, '', 360000, 2770000, 0, 0, 0, 5, 1, 80, 0, 0, 7, 27, 0, 0, 0, 0, 0, 0, 0, 100, 140, 147, -1, -1, -1, -1, -1, -1, 100, 3, 0);
INSERT INTO `item_proto` VALUES (07803, 'sabre violet', 'sabre violet', 1, 0, 0, 2, 32, 1, 16, '', 360000, 2770000, 0, 0, 0, 5, 1, 80, 0, 0, 7, 27, 0, 0, 0, 0, 0, 0, 0, 100, 140, 147, -1, -1, -1, -1, -1, -1, 100, 3, 0);
Que bien me ha quedado hablarlo en dialecto Español de España xD
|
|
|
|
|
|
|
Hoy habia 15 visitantes (46 clics a subpáginas) ¡Aqui en esta página! |
|
|
|
| | |