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

NPC "BANCO"

3 participantes

Ir abajo

NPC "BANCO" Empty NPC "BANCO"

Mensaje por Evo2 Sáb Sep 18, 2010 8:16 pm

Funcionamiento de la npc: la npc es un banco, en la cual puedes depositar dinero, te da 3 opciones para depositar de: 100kk, 250kk y 500kk. cuando depositas el dinero, t dara unc cheque por valor de ese dinero, el cual se podre canjear en al npc del banco cuando necesites el dinero, o bien lo puedes utilizar para aser comercio con la gente, asi no ay que preocuparse por dar grandes cantidades.

Item_proto del cliente.

######Item vnum="9492" hashName="'Assegno Cristallo 250kk" name="Assegno Cristallo 250kk" type="5" subtype="0" weight="0" size="1" antiflag="0" flag="4" wearflag="0" immuneflag="0" gold="300" buy_price="250000000" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="64992" socket2="127" socket3="64976" socket4="21631" socket5="4855" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" />
######Item vnum="9493" hashName="'Assegno Diamante 500kk" name="Assegno Diamante 500kk" type="5" subtype="0" weight="0" size="1" antiflag="0" flag="4" wearflag="0" immuneflag="0" gold="300" buy_price="500000000" limittype0="0" limitvalue0="0" limittype1="0" limitvalue1="0" applytype0="0" applyvalue0="0" applytype1="0" applyvalue1="0" applytype2="0" applyvalue2="0" value0="0" value1="0" value2="0" value3="0" value4="0" value5="0" socket0="0" socket1="64992" socket2="127" socket3="64976" socket4="21631" socket5="4855" refine_vnum="0" refine_set="0" magic_pct="0" specular="0" socket_pct="0" />
Item_Proto del server:
INSERT INTO `item_proto` (`vnum`, `name`, `gb2312name`, `type`, `subtype`, `weight`, `size`, `antiflag`, `flag`, `wearflag`, `immuneflag`, `gold`, `shop_buy_price`, `refined_vnum`, `refine_set`, `refine_set2`, `magic_pct`, `limittype0`, `limitvalue0`, `limittype1`, `limitvalue1`, `applytype0`, `applyvalue0`, `applytype1`, `applyvalue1`, `applytype2`, `applyvalue2`, `value0`, `value1`, `value2`, `value3`, `value4`, `value5`, `socket0`, `socket1`, `socket2`, `socket3`, `socket4`, `socket5`, `specular`, `socket_pct`, `addon_type`) VALUES (9491, 'Argento 100kk', 'Argento 100kk', 5, 0, 0, 1, 0, 4, 0, '', 100000000, 100000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0);
INSERT INTO `item_proto` (`vnum`, `name`, `gb2312name`, `type`, `subtype`, `weight`, `size`, `antiflag`, `flag`, `wearflag`, `immuneflag`, `gold`, `shop_buy_price`, `refined_vnum`, `refine_set`, `refine_set2`, `magic_pct`, `limittype0`, `limitvalue0`, `limittype1`, `limitvalue1`, `applytype0`, `applyvalue0`, `applytype1`, `applyvalue1`, `applytype2`, `applyvalue2`, `value0`, `value1`, `value2`, `value3`, `value4`, `value5`, `socket0`, `socket1`, `socket2`, `socket3`, `socket4`, `socket5`, `specular`, `socket_pct`, `addon_type`) VALUES (9492, 'Cristallo 250kk ', 'Cristallo 250kk\r\n ', 5, 0, 0, 1, 0, 4, 0, '', 250000000, 250000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0);
INSERT INTO `item_proto` (`vnum`, `name`, `gb2312name`, `type`, `subtype`, `weight`, `size`, `antiflag`, `flag`, `wearflag`, `immuneflag`, `gold`, `shop_buy_price`, `refined_vnum`, `refine_set`, `refine_set2`, `magic_pct`, `limittype0`, `limitvalue0`, `limittype1`, `limitvalue1`, `applytype0`, `applyvalue0`, `applytype1`, `applyvalue1`, `applytype2`, `applyvalue2`, `value0`, `value1`, `value2`, `value3`, `value4`, `value5`, `socket0`, `socket1`, `socket2`, `socket3`, `socket4`, `socket5`, `specular`, `socket_pct`, `addon_type`) VALUES (9493, 'Diamante 500kk', 'Diamante 500kk', 5, 0, 0, 1, 0, 4, 0, '', 500000000, 500000000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, -1, -1, -1, 0, 0, 0);
Aki la descarga:
[Tienes que estar registrado y conectado para ver este vínculo]

Eso lo meteis en la sigente ruta
usr/rain/channel/share_data/locale/hongkong/quest/object


Aki el link de descara de los incon:
[Tienes que estar registrado y conectado para ver este vínculo]


Y aki una imagen ke esta en italiano :
[Tienes que estar registrado y conectado para ver este vínculo]


Fuente - cheat forge - Traducion al español - DjZed .
Evo2
Evo2
Admin

Mensajes : 78
Fecha de inscripción : 10/01/2010
Edad : 29
Localización : En el foro

https://metin2-evo2.forosactivos.net

Volver arriba Ir abajo

NPC "BANCO" Empty Re: NPC "BANCO"

Mensaje por thefushion Dom Sep 19, 2010 7:01 pm

cuando dices item_proto del server es una nwe qury??
thefushion
thefushion

Mensajes : 31
Fecha de inscripción : 21/08/2010

Volver arriba Ir abajo

NPC "BANCO" Empty Re: NPC "BANCO"

Mensaje por choco619 Lun Sep 20, 2010 7:57 pm

eso lo metes a tu cliente con el compilador buscalo en universo juegos ai hay una guia
choco619
choco619

Mensajes : 77
Fecha de inscripción : 22/04/2010

Volver arriba Ir abajo

NPC "BANCO" Empty Re: NPC "BANCO"

Mensaje por thefushion Mar Sep 21, 2010 6:56 pm

gracias pero ahora si necesito mas ayuda pero creo que es mucho mas facil de resolver donde meto los iconos los meto asi solos o con carpeta incluida?
thefushion
thefushion

Mensajes : 31
Fecha de inscripción : 21/08/2010

Volver arriba Ir abajo

NPC "BANCO" Empty Re: NPC "BANCO"

Mensaje por Contenido patrocinado


Contenido patrocinado


Volver arriba Ir abajo

Volver arriba


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