Jump to content

-YC-

Miembro
  • Contador contenido

    274
  • Ingreso

  • Última visita

  • Días ganados

    15

Todo lo publicado por -YC-

  1. solo eso? :v quest kill_mobs begin state start begin when id.kill or id.kill chat("has matado al mob :v") end end yo entendí así la quest, no dijiste que fuera una misión o algo por el estilo.... dijiste matar mobs y texto :v
  2. Oh perdón, no sabía es que el usuario que lo subió solo lo puso no dio ni descripción...
  3. :v Perdón por subir el tema pero pasándome por dev, encontré que ya hicieron diff por si alguien le necesita:
  4. Qué yo sepa en el foro los acortadores no se permiten.. https://mega.co.nz/#!zl51zJZA!L1q5nRQoFSNpcSNaH0ZFE_bPCdK3xWdFDuZrD-wlU-0
  5. Completo: ESTO ES PARA PONER 6 Piedras Abrimos common/item_length.h Y buscamos esto: ? ITEM_SOCKET_MAX_NUM = 3, editamos: ? ITEM_SOCKET_MAX_NUM = 6, buscamos y abrimos db/cache.cpp y buscamos esto: ? if (isSocket) { iLen += snprintf(szColumns + iLen, sizeof(szColumns) - iLen, ", socket0, socket1, socket2"); iValueLen += snprintf(szValues + iValueLen, sizeof(szValues) - iValueLen, ", %lu, %lu, %lu", p->alSockets[0], p->alSockets[1], p->alSockets[2]); iUpdateLen += snprintf(szUpdate + iUpdateLen, sizeof(szUpdate) - iUpdateLen, ", socket0=%lu, socket1=%lu, socket2=%lu", p->alSockets[0], p->alSockets[1], p->alSockets[2]); } editamos dejándolo así: ? if (isSocket) { iLen += snprintf(szColumns + iLen, sizeof(szColumns) - iLen, ", socket0, socket1, socket2, socket3, socket4, socket5"); iValueLen += snprintf(szValues + iValueLen, sizeof(szValues) - iValueLen, ", %lu, %lu, %lu, %lu, %lu, %lu", p->alSockets[0], p->alSockets[1], p->alSockets[2], p->alSockets[3], p->alSockets[4], p->alSockets[5]); iUpdateLen += snprintf(szUpdate + iUpdateLen, sizeof(szUpdate) - iUpdateLen, ", socket0=%lu, socket1=%lu, socket2=%lu, socket3=%lu, socket4=%lu, socket5=%lu", p->alSockets[0], p->alSockets[1], p->alSockets[2], p->alSockets[3], p->alSockets[4], p->alSockets[5]); } abrimos: db/clientmanagerplayer.cpp y buscamos esto: ? str_to_number(item.alSockets[2], row[cur++]); debajo añadimos esto: ? str_to_number(item.alSockets[3], row[cur++]); str_to_number(item.alSockets[4], row[cur++]); str_to_number(item.alSockets[5], row[cur++]); buscamos: ? "SELECT id,window+0,pos,count,vnum,socket0,socket1,socket2,attrtype0,attrvalue0,attrtype1,attrvalue1,attrtype2,attrvalue2,attrtype3,attrvalue3,attrtype4,attrvalue4,attrtype5,attrvalue5,attrtype6,attrvalue6 " editamos: ? "SELECT id,window+0,pos,count,vnum,socket0,socket1,socket2,socket3,socket4,socket5,attrtype0,attrvalue0,attrtype1,attrvalue1,attrtype2,attrvalue2,attrtype3,attrvalue3,attrtype4,attrvalue4,attrtype5,attrvalue5,attrtype6,attrvalue6 " buscamos: ? "SELECT id,window+0,pos,count,vnum,socket0,socket1,socket2,attrtype0,attrvalue0,attrtype1,attrvalue1,attrtype2,attrvalue2,attrtype3,attrvalue3,attrtype4,attrvalue4,attrtype5,attrvalue5,attrtype6,attrvalue6 " editamos: ? "SELECT id,window+0,pos,count,vnum,socket0,socket1,socket2,socket3,socket4,socket5,attrtype0,attrvalue0,attrtype1,attrvalue1,attrtype2,attrvalue2,attrtype3,attrvalue3,attrtype4,attrvalue4,attrtype5,attrvalue5,attrtype6,attrvalue6 " abrimos game/constants.cpp y buscamos esto: ? 3, // WEAPON_SWORD, 3, // WEAPON_DAGGER, 3, // WEAPON_BOW, 3, // WEAPON_TWO_HANDED, 3, // WEAPON_BELL, 3, // WEAPON_FAN, 3, // WEAPON_CLAW 0, // WEAPON_ARROW, 0, // WEAPON_MOUNT_SPEAR editamos dejándolo así: ? 6, // WEAPON_SWORD, 6, // WEAPON_DAGGER, 6, // WEAPON_BOW, 6, // WEAPON_TWO_HANDED, 6, // WEAPON_BELL, 6, // WEAPON_FAN, 6, // WEAPON_CLAW 0, // WEAPON_ARROW, 0, // WEAPON_MOUNT_SPEAR buscamos: ? 3, // ARMOR_BODY, editamos: ? 6, // ARMOR_BODY, PARTE DEL BINARIO: Abrimos userinterface/gametype.h y buscamos: ? ITEM_SOCKET_SLOT_MAX_NUM = 3, editamos: ? ITEM_SOCKET_SLOT_MAX_NUM = 6, Con esto ya deben poder poner 6 piedras. Créditos: Noszferat001
  6. Hola shavots bueno traduci está web pero ya no me ha gustado solo me gusto el diseño y no le daré uso y pues la vengo a compartir Imagenes: Demo: http://www.zentorian2.com/test/ Descarga: http://www.zentorian2.com/descargas/Pagina_Traducida_YC.rar Contraseña: www.metin2zone.net/Pagina Créditos: Creador de la web no se el nombre, solo la saque de mt2dosyalar.com
  7. Si no sabes tocar el source ni hagas preguntas, (yo no se tocarlo bien), pero ahí te lo dice crashea el servidor....
  8. Hola shavots bueno estuve haciendo algunas quest que estoy aprendiendo y les vengo a dejar está es un poco de código pero comprendan estoy aprendieron :'v. ¿En que consiste? es una quest simple que puede ocupar para eventos de halloween, pascua, navidad etc. al usuario le da la opción desde un boton a un lado de canjear sus items por premios sin necesidad de ir a city. Al Gm la opción de activar o desactivar el drop de X item. fotos: Créditos: YC y HellRaiser que me ayudo con algunos problemas. evento_item_mas_drop.rar
  9. el msm, o el vnum del msm está mal o no concuerda con el del item_proto
  10. Hola shavots viendo en EPVP he encontrado una quest de registro en juego, pero estaba en alemán la he traducido y se las dejo en español espero les sirva, la dejo en adjunto y aquí: quest registro begin state start begin when 20011.chat"Registrarse" begin say_title("Crear Nueva Cuenta") say("") say("Nombre de la Cuenta:") account = input() say("") if account == "" then say_title("Error!") say("") say("Cada campo es obligatorio.") say("") say_reward("Un campo está vacío.") else say_title("Crear una cuenta") say("") say_reward("Cuenta: ".. account .."") say("") say("Nombre:") name = input() say("") if name == "" then say_title("Error!") say("") say("Cada campo es obligatorio.") say("") say_reward("Fallo al llenar un campo.") else say_title("Crear una cuenta") say("") say_reward("Cuenta: ".. account .."") say_reward("Nombre: ".. name .."") say("") say("Contraseña:") password = input() say("") if password == "" then say_title("Error!") say("") say("Cada campo es obligatorio.") say("") say_reward("Fallo al llenar un campo.") else say_title("Crear una cuenta") say("") say_reward("Cuenta: ".. account .."") say_reward("Nombre: ".. name .."") say_reward("Contraseña: No visible") say("") say("E-Mail:") email = input() say("") if email == "" then say_title("Error!") say("") say("Cada campo es obligatorio.") say("") say_reward("Fallo al llenar un campo.") else say_title("Crear una cuenta") say("") say_reward("Cuenta: ".. account .."") say_reward("Nombre: ".. name .."") say_reward("Contraseña: No visible") say_reward("E-Mail: ".. email .."") say("") say("Código de borrado:") deletecode = input() say("") if deletecode == "" then say_title("Error!") say("") say("Cada campo es obligatorio.") say("") say_reward("Fallo al llenar un campo.") else say_title("Crear una cuenta") say("") say_reward("Cuenta: ".. account .."") say_reward("Nombre: ".. name .."") say_reward("Contraseña: nicht sichtbar") say_reward("E-Mail: ".. email .."") say_reward("Código de borrado: ".. deletecode .."") say("") local menu1 = select("Mostrar contraseña", "Crear una cuenta sin mostrar contraseña", "Salir") if menu1 == 3 then return elseif menu1 == 1 then say_title("Crear una cuenta") say("") say_reward("Cuenta: ".. account .."") say_reward("Nombre: ".. name .."") say_reward("Contraseña: ".. password .."") say_reward("E-Mail: ".. email .."") say_reward("Código de borrado: ".. deletecode .."") say("") local menu2 = select("Crear una cuenta", "Salir") if menu2 == 2 then return else say_title("Exito!") say("") say_reward("La cuenta ".. account .." fue creada.") mysql_query("INSERT INTO account.account (login, password, real_name, social_id, email) values ('".. account .."', PASSWORD('".. password .."'), '".. name .."', '".. deletecode .."', '".. email .."');") end elseif menu1 == 2 then say_title("Exito!") say("") say_reward("La cuenta ".. account .." fue creada.") mysql_query("INSERT INTO account.account (login, password, real_name, social_id, email) values ('".. account .."', PASSWORD('".. password .."'), '".. name .."', '".. deletecode .."', '".. email .."');") end end end end end end end end end Se me olvidaba Créditos: definitely not Sensenmann de EPVP registro.rar
  11. -YC-

    [Viejo]Piedras PVP

    Hola shabots tenia en mi pc estás piedras y pues por el momento no me sirven se las dejo son 29 piedras de +0 a +9 de todos los bonus excepto los bonus que han salido ahora wolman, garra etc. no dejo imagen por qué no tengo el máximo de bonus de las piedras a +9 es 50% Las líneas son para protos 40k en su Index del cliente pongan: * piedras_yc solo añadan todo y si les sale bien pues no habrá problema piedras.rar
  12. Ya te jodiste o busca en los que editaste
  13. en el ultimo archivo que editaste busca la linea 373
  14. No sabremos que mierda has hecho para coger el cliente..
  15. :v el quiere por pergamino no que un item lo use sería así: quest matar_5cosas begin state start begin when login or levelup with pc.level >= 85 begin set_state(information) end end state information begin when letter begin end send_letter("Logro Matar 5 gays") end when button or info begin say_title("matar 5 gays") say("debes matar 5 gays") end
  16. En un foro rumano encontré una fuente parecida a la de GameForge Descarga: Créditos: Andrey Ciofy
  17. -YC-

    Bug minimap

    Ya trataste de cambiar el .py xd
  18. :v la tortisha, no se le muestra a cualquiera....
  19. Se celebra en muchos países y varia su fecha, ejemplo aquí en México son 8 días de carnaval y acaba pasado mañana.
  20. Shavos :v bueno, ya paso san valetin, pero bueno, vengo a postear estos pets de San Valentin y el Metin de chocolate Dejo todo :v NPCLIST: 34029 valentine_angel 34030 valentine_heart 8071 metinstone_valentine02 MOB_PROTO (servidor) 34040 ??? Cupido 5 1 0 1 0 STUN,SLOW,CURSE,TERROR 0 phoenix1 2 0 0 0 0 0 0 120 3 1 0 0 20 4 100 100 0 2000 150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 34041 ??? Corazón 5 1 0 1 0 STUN,SLOW,CURSE,TERROR 0 phoenix1 2 0 0 0 0 0 0 120 3 1 0 0 20 4 100 100 0 2000 150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8071 ??? Metin San Valentin 5 2 3 10 NOMOVE 0 STUN,SLOW,CURSE,TERROR 0 0 0 0 12 0 0 0 23250 5 1 136 204 3 14 110 114 0 2000 175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 MOB_PROTO (cliente) <Mob vnum="34029" name="??" locale_name="Cupido" type="0" rank="2" battle_type="0" level="150" size="0" gold_min="0" gold_max="0" exp="0" max_hp="0" regen_cycle="0" regen_percent="0" def="0" ai_flag="0" setRaceFlag="0" setImmuneFlag="0" st="0" dx="0" ht="0" iq="0" damage_min="0" damage_max="0" attack_speed="0" move_speed="0" aggressive_hp_pct="0" aggressive_sight="0" attack_range="0" enchant_curse="0" enchant_slow="0" enchant_poison="0" enchant_stun="0" enchant_critical="0" enchant_penetrate="0" resist_sword="0" resist_twohand="0" resist_dagger="0" resist_bell="0" resist_fan="0" resist_bow="0" resist_fire="0" resist_elect="0" resist_magic="0" resist_wind="0" resist_poison="0" resurrection_vnum="0" drop_item="0" on_click="0" empire="0" folder="" dam_multiply="0.000000" summon="0" drain_sp="0" mob_color="0" polymorph_item="0" skill_vnum0="0" skill_level0="0" skill_vnum1="0" skill_level1="0" skill_vnum2="0" skill_level2="0" skill_vnum3="0" skill_level3="0" skill_vnum4="0" skill_level4="0" sp_berserk="0" sp_stoneskin="0" sp_godspeed="0" sp_deathblow="0" sp_revive="0" /> <Mob vnum="34030" name="??" locale_name="Corazón" type="0" rank="2" battle_type="0" level="150" size="0" gold_min="0" gold_max="0" exp="0" max_hp="0" regen_cycle="0" regen_percent="0" def="0" ai_flag="0" setRaceFlag="0" setImmuneFlag="0" st="0" dx="0" ht="0" iq="0" damage_min="0" damage_max="0" attack_speed="0" move_speed="0" aggressive_hp_pct="0" aggressive_sight="0" attack_range="0" enchant_curse="0" enchant_slow="0" enchant_poison="0" enchant_stun="0" enchant_critical="0" enchant_penetrate="0" resist_sword="0" resist_twohand="0" resist_dagger="0" resist_bell="0" resist_fan="0" resist_bow="0" resist_fire="0" resist_elect="0" resist_magic="0" resist_wind="0" resist_poison="0" resurrection_vnum="0" drop_item="0" on_click="0" empire="0" folder="" dam_multiply="0.000000" summon="0" drain_sp="0" mob_color="0" polymorph_item="0" skill_vnum0="0" skill_level0="0" skill_vnum1="0" skill_level1="0" skill_vnum2="0" skill_level2="0" skill_vnum3="0" skill_level3="0" skill_vnum4="0" skill_level4="0" sp_berserk="0" sp_stoneskin="0" sp_godspeed="0" sp_deathblow="0" sp_revive="0" /> <Mob vnum="8071" name="???" locale_name="Metin de Chocolate" type="2" rank="5" battle_type="3" level="5" size="0" gold_min="0" gold_max="0" exp="42" max_hp="193" regen_cycle="5" regen_percent="1" def="8" ai_flag="2" setRaceFlag="0" setImmuneFlag="43" st="0" dx="0" ht="0" iq="0" damage_min="0" damage_max="0" attack_speed="100" move_speed="100" aggressive_hp_pct="0" aggressive_sight="2000" attack_range="175" enchant_curse="0" enchant_slow="0" enchant_poison="0" enchant_stun="0" enchant_critical="0" enchant_penetrate="0" resist_sword="0" resist_twohand="0" resist_dagger="0" resist_bell="0" resist_fan="0" resist_bow="0" resist_fire="0" resist_elect="0" resist_magic="0" resist_wind="0" resist_poison="0" resurrection_vnum="0" drop_item="0" on_click="0" empire="0" folder="" dam_multiply="0.000000" summon="0" drain_sp="0" mob_color="0" polymorph_item="0" skill_vnum0="0" skill_level0="0" skill_vnum1="0" skill_level1="0" skill_vnum2="0" skill_level2="0" skill_vnum3="0" skill_level3="0" skill_vnum4="0" skill_level4="0" sp_berserk="0" sp_stoneskin="0" sp_godspeed="0" sp_deathblow="0" sp_revive="0" /> ITEM_PROTO (servidor) 53226 Sello Cupido Sello Cupido 18 0 0 1 106880 8192 0 0 0 0 0 0 0 7 2592000 0 0 22 30 1 3500 0 0 0 0 0 0 0 0 0 127 127 127 127 127 0 0 0 53227 Sello Corazón Sello Corazón 18 0 0 1 106880 8192 0 0 0 0 0 0 0 7 2592000 0 0 21 30 1 3500 0 0 0 0 0 0 0 0 0 127 127 127 127 127 0 0 0 ITEM_PROTO (cliente) <ItemDef Vnum="53226" Name="Cupido" LocalizedName="Sello Cupido" Type="18" SubType="0" Weight="0" Size="1" AntiFlags="106880" Flags="8192" WearFlags="0" ImmuneFlags="0" Gold="0" ShopBuyPrice="0" LimitType0="7" LimitValue0="1728000" LimitType1="0" LimitValue1="0" ApplyType0="86" ApplyValue0="15" ApplyType1="1" ApplyValue1="1500" ApplyType2="0" ApplyValue2="0" Value0="600" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" /> <ItemDef Vnum="53227" Name="Corazón" LocalizedName="Sello Corazón" Type="18" SubType="0" Weight="0" Size="1" AntiFlags="106880" Flags="8192" WearFlags="0" ImmuneFlags="0" Gold="0" ShopBuyPrice="0" LimitType0="7" LimitValue0="1728000" LimitType1="0" LimitValue1="0" ApplyType0="86" ApplyValue0="15" ApplyType1="1" ApplyValue1="1500" ApplyType2="0" ApplyValue2="0" Value0="600" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" /> ITEMLIST: 53226 ETC icon/item/53226.tga 53227 ETC icon/item/53227.tga ITEMDESC: 53226 Sello Cupido Un fantastico angel que te acompañara en estás fechas de amistad y amor, tengo cuidado aveces dispara flechas sin pensarlo. 53227 Sello Corazón Un hermoso corazón que irradia amor en todo su alrededor, ¿estás enojado? corazón te dará amor, es un amigo inseparable. Descarga: IMAGENES: PD: Hice esos banners :v PD: No pongo imagen del chocolate, porqué no tengo PD: Los amo <3 PD: Si tienen algún problema déjalo en un comentario :v
  21. :v No te compliques Baso es un maestro en 3DMax uno de los mejores y de los primeros en adaptar a Metin2, a lo mejor lo habrá hecho para que no robaran su trabaja o no se.
  22. No ha prendido tu servidor, fíjate en el syserr que error te da.
  23. jeje, pues a falta de conocimiento en 3D XD Las líneas son para proto 40k
×
×
  • Crear nuevo...