Jump to content

tierrilopes

Premium
  • Posts

    666
  • Joined

  • Days Won

    31
  • Feedback

    0%

Posts posted by tierrilopes

  1. Hello! If someone can send me the download link via pm (too lazy to search) I'll create a vm for you! Seems like it's a bit difficult and I like difficulty :ph34r:

     

    Oohh aaand that's the wrong section. You may want to post something like that into question section for the future, okay? :P

     

    Aaaand I'm dumb. First post has the source. Oh, crazy me. I'm downloading it right now and I'm onto it! :) Give me some cheers!

    ​Good luck making it to work and ty for offering to help us :)

    ​Sorry that it didn't work out at all. I've managed to set up a machine and compile it but it's way too big to upload :/

    ​Could you teach how you made it work then please? :) I can upload it for you (if you want to share it ofc)

  2. Hello! If someone can send me the download link via pm (too lazy to search) I'll create a vm for you! Seems like it's a bit difficult and I like difficulty :ph34r:

     

    Oohh aaand that's the wrong section. You may want to post something like that into question section for the future, okay? :P

     

    Aaaand I'm dumb. First post has the source. Oh, crazy me. I'm downloading it right now and I'm onto it! :) Give me some cheers!

    ​Good luck making it to work and ty for offering to help us :)

  3. ​I will answer you again.

    He didnt said he didnt allowed re-uploads.

    His reason to leave was not getting a developer rank. If that isnt childish i dont know what is.

    I wont remove my re-upload or what so ever.

    Password is meant to publish metin2dev.

    Re-uploads links:

    https://mega.co.nz/#!QkATDaiR!8OKCAj0_dhPbbp2LQ6UNhUNWq4_rtM7Rlx_9l6Snn8Y

    http://i.tlthings.net/client_source_clean.7z

    This is the hidden content, please

    http://mir.cr/0KZSQVYV

    • Love 7
  4. char_item.cpp

     

     

    Comment this:

     

    if (LC_IsEurope() || LC_IsSingapore() || LC_IsVietnam())
        return false;

     

     

    For example:

     

        case 71051 :
                                    {    // Enabing 6/7
                                        //if (LC_IsEurope() || LC_IsSingapore() || LC_IsVietnam())
                                            //return false;
                                        //End of enabling 6/7

     

     

        case 71052 :
                                    {    // Enabing 6/7
                                        //if (LC_IsEurope() || LC_IsSingapore() || LC_IsVietnam())
                                            //return false;
                                        //End of enabling 6/7

  5. I have 2 questions:

     

    1: How can i apply to my client binary to first start patcher before launch game.

     

    2: I am using hackshield it's working to stop hacks but i don't see the loading bar right under at the screen when client launch. How can i fix this?

     

    Thanks in advance

    (Like will be given)

     

    - Aurora

     

     

    The first one i did by virtualizing them into a single file (patcher containing bin inside of it), but i dont advice you to do it.

     

    A better aproach would be integrating a patcher src into the binary src. I want to do this option but havent started on it, maybe someone here already did so/know a better way.

  6. See if this helps:

    UPDATE `player`.`item_proto` SET `vnum`='299', `name`='Full Moon Sword +9', `locale_name`='Full Moon Sword+9', `type`='1', `subtype`='0', `weight`='0', `size`='2', `antiflag`='32', `flag`='1', `wearflag`='16', `immuneflag`='', `gold`='15000', `shop_buy_price`='0', `refined_vnum`='0', `refine_set`='0', `refine_set2`='0', `magic_pct`='15', `limittype0`='1', `limitvalue0`='30', `limittype1`='0', `limitvalue1`='0', `applytype0`='7', `applyvalue0`='15', `applytype1`='0', `applyvalue1`='0', `applytype2`='0', `applyvalue2`='0', `value0`='0', `value1`='62', `value2`='88', `value3`='57', `value4`='73', `value5`='70', `socket0`='-1', `socket1`='-1', `socket2`='-1', `socket3`='-1', `socket4`='-1', `socket5`='-1', `specular`='0', `socket_pct`='2', `addon_type`='-1', `vnum_range`='0' WHERE (`vnum`='299');

  7. Hello.

    You can change the paths on the .py files, for example:

     

    whisperButton.SetUpVisual("d:/ymir work/ui/game/windows/btn_mail_up.sub")

     

    to something like:

     

    whisperButton.SetUpVisual("H:/ymir work/ui/game/windows/btn_mail_up.sub")

     

    or even edit the whole path, changing the struture of the client:

     

    whisperButton.SetUpVisual("myclientwork/ui/game/windows/btn_mail_up.sub")

     

     

     

    In the binary the same thing happens:

     

    // Load Sound
        std::string strPathHeader = "d:/ymir work/";

     

    for something like

     

    // Load Sound
        std::string strPathHeader = "H:/ymir work/";

    or

     

     

    // Load Sound
        std::string strPathHeader = "myclientwork/";

     

     

     

     

    This is by changing the client structure.

     

    Or more easily change it in the binary, to dont load from that location.

     

    I think it had something do due with this:

     

    #define PATH_ABSOLUTE_YMIRWORK1    "d:/ymir work/"
    #define PATH_ABSOLUTE_YMIRWORK2    "d:ymir work"

     

     

    But i dont remember and cant find where i wrote that information, so maybe someone here could help you out.

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.