Jump to content

-YC-

Miembro
  • Contador contenido

    274
  • Ingreso

  • Última visita

  • Días ganados

    15

Mensajes publicados por -YC-

  1. :v Perdón por subir el tema pero pasándome por dev, encontré que ya hicieron diff por si alguien le necesita:

     

     

     

    This difference file has been created by DeVSheeN
     
    game34083-cube
    0041EC92: 43 90
    0041EC93: 55 90
    0041EC94: 42 90
    0041EC95: 45 90
    0041EC96: 20 90
    0041EC97: 43 90
    0041EC98: 4F 90
    0041EC99: 4D 90
    0041EC9A: 4D 90
    0041EC9B: 41 90
    0041EC9C: 4E 90
    0041EC9D: 44 90
    0041EC9E: 20 90
    0041EC9F: 3C 90
    0041ECA0: 25 90
    0041ECA1: 73 90
    0041ECA2: 3E 90
    0041ECA3: 3A 90
    0041ECA4: 20 90
    0041ECA5: 25 90
    0041ECA6: 73 90
    0041ECA7: 00 90
    0041ECA8: 55 90
    0041ECA9: 73 90
    0041ECAA: 61 90
    0041ECAB: 67 90
    0041ECAC: 65 90
    0041ECAD: 3A 90
    0041ECAE: 20 90
    0041ECAF: 63 90
    0041ECB0: 75 90
    0041ECB1: 62 90
    0041ECB2: 65 90
    0041ECB3: 20 90
    0041ECB4: 6F 90
    0041ECB5: 70 90
    0041ECB6: 65 90
    0041ECB7: 6E 90
    0041ECB8: 00 90
    0041ECB9: 20 90
    0041ECBA: 20 90
    0041ECBB: 20 90
    0041ECBC: 20 90
    0041ECBD: 20 90
    0041ECBE: 20 90
    0041ECBF: 20 90
    0041ECC0: 63 90
    0041ECC1: 75 90
    0041ECC2: 62 90
    0041ECC3: 65 90
    0041ECC4: 20 90
    0041ECC5: 63 90
    0041ECC6: 6C 90
    0041ECC7: 6F 90
    0041ECC8: 73 90
    0041ECC9: 65 90
    0041ECCA: 00 90
    0041ECCB: 20 90
    0041ECCC: 20 90
    0041ECCD: 20 90
    0041ECCE: 20 90
    0041ECCF: 20 90
    0041ECD0: 20 90
    0041ECD1: 20 90
    0041ECD2: 63 90
    0041ECD3: 75 90
    0041ECD4: 62 90
    0041ECD5: 65 90
    0041ECD6: 20 90
    0041ECD7: 6C 90
    0041ECD8: 69 90
    0041ECD9: 73 90
    0041ECDA: 74 90
    0041ECDB: 00 90
    0041ECDC: 20 90
    0041ECDD: 20 90
    0041ECDE: 20 90
    0041ECDF: 20 90
    0041ECE0: 20 90
    0041ECE1: 20 90
    0041ECE2: 20 90
    0041ECE3: 63 90
    0041ECE4: 75 90
    0041ECE5: 62 90
    0041ECE6: 65 90
    0041ECE7: 20 90
    0041ECE8: 63 90
    0041ECE9: 61 90
    0041ECEA: 6E 90
    0041ECEB: 63 90
    0041ECEC: 65 90
    0041ECED: 6C 90
    0041ECEE: 00 90
    0041ECEF: 20 90
    0041ECF0: 20 90
    0041ECF1: 20 90
    0041ECF2: 20 90
    0041ECF3: 20 90
    0041ECF4: 20 90
    0041ECF5: 20 90
    0041ECF6: 63 90
    0041ECF7: 75 90
    0041ECF8: 62 90
    0041ECF9: 65 90
    0041ECFA: 20 90
    0041ECFB: 6D 90
    0041ECFC: 61 90
    0041ECFD: 6B 90
    0041ECFE: 65 90
    0041ECFF: 20 90
    0041ED00: 5B 90
    0041ED01: 61 90
    0041ED02: 6C 90
    0041ED03: 6C 90
    0041ED04: 5D 90
    0041ED05: 00 90
    0041ED06: 63 90
    0041ED07: 75 90
    0041ED08: 62 90
    0041ED09: 65 90
    0041ED0A: 20 90
    0041ED0B: 6D 90
    0041ED0C: 61 90
    0041ED0D: 6B 90
    0041ED0E: 65 90
    0041ED0F: 20 90
    0041ED10: 73 90
    0041ED11: 75 90
    0041ED12: 63 90
    0041ED13: 63 90
    0041ED14: 65 90
    0041ED15: 73 90
    0041ED16: 73 90
    0041ED17: 00 90

  2. Completo:

     

    ESTO ES PARA PONER 6 Piedras

     

    Abrimos common/item_length.h Y buscamos esto:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    ITEM_SOCKET_MAX_NUM         = 3,

    editamos:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    ITEM_SOCKET_MAX_NUM         = 6,

    buscamos y abrimos db/cache.cpp y buscamos esto:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    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í:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    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:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    str_to_number(item.alSockets[2], row[cur++]);

    debajo añadimos esto:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    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:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    "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:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    "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:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    "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:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    "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:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    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í:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    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:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    3, // ARMOR_BODY,

    editamos:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    6, // ARMOR_BODY,

    PARTE DEL BINARIO:

     

    Abrimos userinterface/gametype.h y buscamos:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    ITEM_SOCKET_SLOT_MAX_NUM = 3,

    editamos:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.
    ITEM_SOCKET_SLOT_MAX_NUM = 6,
     

    Con esto ya deben poder poner 6 piedras.

     

    Créditos:

    Noszferat001

  3. 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:

     

    7hHgbaB.jpg

     

     

    Demo:

     

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.

     

    Descarga:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.

    Contraseña:

    www.metin2zone.net/Pagina

    Créditos: Creador de la web no se el nombre, solo la saque de mt2dosyalar.com

  4. 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:

    G0Sf9ko.png

     

    jd2PObv.png

     

    Créditos:

    YC y HellRaiser que me ayudo con algunos problemas.

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.

  5. 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

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.

  6.  

    Bueno me aparece un error que cuando quiero entrar al cliente me bota de una, el error de sysser es este:

     
    0307 00:33:05869 :: 
    networkModule.py(line:194) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:24) ?
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    interfaceModule.py(line:23) ?
    system.py(line:130) __pack_import
     
    networkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 373)
     
    0307 00:33:05869 :: ============================================================================================================
    0307 00:33:05869 :: Abort!!!!
     
    Si alguien me ayudaría se lo agradecería :D
     
     

     

    No sabremos que mierda has hecho para coger el cliente..

  7. when X.use cambialo tu mismo.

    :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
  8. 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:

    Debes iniciar sesión para ver el contenido del enlace en esta publicación.

     
     
    IMAGENES:
     
    KQl4E6.png
     
    HhrGDj.png
    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
  9. No está mal , para mi gusto no es bonita , pero sigue siendo un aporte , gracias ^^ +1

     

    Un saludo.

    jeje, pues a falta de conocimiento en 3D XD

     

     

    e aqui la pregunta del millon como carajo vamos a meter esto

     

    <ItemDef Vnum="22090" Name="À§Ãµ°©+0" LocalizedName="Armadura Infeno+0" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="60" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="120000" LimitType0="1" LimitValue0="90" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="4294967281" ApplyType1="37" ApplyValue1="4" ApplyType2="69" ApplyValue2="1" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="0" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="22091" RefineSet="601" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="3" AddonType="0" />

    <ItemDef Vnum="22091" Name="À§Ãµ°©+1" LocalizedName="Armadura Infeno+1" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="60" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="130000" LimitType0="1" LimitValue0="92" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="4294967281" ApplyType1="37" ApplyValue1="5" ApplyType2="69" ApplyValue2="1" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="5" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="22092" RefineSet="602" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="3" AddonType="0" />

    <ItemDef Vnum="22092" Name="À§Ãµ°©+2" LocalizedName="Armadura Infeno+2" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="60" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="145000" LimitType0="1" LimitValue0="94" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="4294967281" ApplyType1="37" ApplyValue1="6" ApplyType2="69" ApplyValue2="1" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="7" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="22093" RefineSet="603" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="3" AddonType="0" />

    <ItemDef Vnum="22093" Name="À§Ãµ°©+3" LocalizedName="Armadura Infeno+3" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="60" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="165000" LimitType0="1" LimitValue0="96" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="4294967284" ApplyType1="37" ApplyValue1="7" ApplyType2="69" ApplyValue2="2" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="10" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="22094" RefineSet="604" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="3" AddonType="0" />

    <ItemDef Vnum="22094" Name="À§Ãµ°©+4" LocalizedName="Armadura Infeno+4" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="60" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="190000" LimitType0="1" LimitValue0="98" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="4294967287" ApplyType1="37" ApplyValue1="9" ApplyType2="69" ApplyValue2="2" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="15" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="22095" RefineSet="605" AlterToMagicItemPercent="0" Specular="30" GainSocketPercent="3" AddonType="0" />

    <ItemDef Vnum="22095" Name="À§Ãµ°©+5" LocalizedName="Armadura Infeno+5" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="316" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="220000" LimitType0="1" LimitValue0="100" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="4294967290" ApplyType1="37" ApplyValue1="12" ApplyType2="69" ApplyValue2="3" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="22" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="22096" RefineSet="606" AlterToMagicItemPercent="0" Specular="40" GainSocketPercent="3" AddonType="0" />

    <ItemDef Vnum="22096" Name="À§Ãµ°©+6" LocalizedName="Armadura Infeno+6" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="316" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="265000" LimitType0="1" LimitValue0="102" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="4294967292" ApplyType1="37" ApplyValue1="15" ApplyType2="69" ApplyValue2="4" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="32" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="22097" RefineSet="607" AlterToMagicItemPercent="0" Specular="50" GainSocketPercent="3" AddonType="0" />

    <ItemDef Vnum="22097" Name="À§Ãµ°©+7" LocalizedName="Armadura Infeno+7" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="316" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="325000" LimitType0="1" LimitValue0="104" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="4294967294" ApplyType1="37" ApplyValue1="18" ApplyType2="69" ApplyValue2="5" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="47" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="22098" RefineSet="608" AlterToMagicItemPercent="0" Specular="65" GainSocketPercent="3" AddonType="0" />

    <ItemDef Vnum="22098" Name="À§Ãµ°©+8" LocalizedName="Armadura Infeno+8" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="316" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="405000" LimitType0="1" LimitValue0="104" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="4294967295" ApplyType1="37" ApplyValue1="21" ApplyType2="69" ApplyValue2="7" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="68" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="22099" RefineSet="609" AlterToMagicItemPercent="0" Specular="80" GainSocketPercent="3" AddonType="0" />

    <ItemDef Vnum="22099" Name="À§Ãµ°©+9" LocalizedName="Armadura Infeno+9" Type="2" SubType="0" Weight="0" Size="2" AntiFlags="316" Flags="1" WearFlags="1" ImmuneFlags="0" Gold="120000" ShopBuyPrice="515000" LimitType0="1" LimitValue0="105" LimitType1="0" LimitValue1="0" ApplyType0="8" ApplyValue0="0" ApplyType1="37" ApplyValue1="25" ApplyType2="69" ApplyValue2="10" Value0="0" Value1="120" Value2="0" Value3="209" Value4="0" Value5="100" Socket0="0" Socket1="0" Socket2="0" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="100" GainSocketPercent="3" AddonType="0" />

     

    el un cliente de 40k xD si no sirve para nada ps si soy yo no se como xD Gracias si sabes cmo pasarlo de asi a 40k ps dejamelo dicho Gracias

    Las líneas son para proto 40k ._.

×
×
  • Crear nuevo...