Jump to content

XDXDMAN

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by XDXDMAN

  1. I use Setup.exe setting resolution,but unaffected... /hmm

    What I can do to setting resolution?

    Q : My launcher keeps launching the setup software

    A : Don't use HKLM To HKCU patch

     

    See? when diff file choose HKCU patch

    try right click run as admin

     

    I not use HKLM To HKCU patch, and try run (for Setup.exe?)admin, but same invalid.

     

     

    I use Twro Client test is successful,but Kro Client same invalid.

  2. I'm trying to figure out which font is use for the langtype 4, i'll search anything else wait :P

     

    Can you try to don't use the patch use chinese font

    But use the patch : Arial on all langtype

     

    And search
    41 72 69 61 6C 00 00 00
    Replace by 
    46 61 6e 67 53 6f 6e 67
    
    
     

    Yes it was simplified, now i replaced the arial font by FangSong one

    I really don't know how to recognize the type of font you're using.

    Can you help me to choose here ? :D

    http://www.pinyinjoe.com/windows-7/win7-chinese-fonts.htm

    Maybe you can using "PMingLiU"

    Sorry,is "Traditional Xi Ming",not PMingLiU

  3. You have to configure your packet_db.txt with the packets

    Change your packet ver in mmo.h AND in your clientinfo.xml

     

    packet 0x0e3c hasn't the diff disable packet encryption check...

    umm...so I need diff "Disable Packet Encryption" or not ?

     

    clientinfo.xml

    <version>35</version>
    to
    <version>36</version>
    

     

    Because :

     

    //2013-05-22 Ragexe (Yommy)
    packet_ver: 36

    I changed version 35 to 36,but some error

  4. You have to configure your packet_db.txt with the packets

    Change your packet ver in mmo.h AND in your clientinfo.xml

    packet_db.txt has 2013-05-22 packets

    mmo.h

    #ifndef PACKETVER
    	//#define PACKETVER 20120410
    	#define PACKETVER 20130522
    	//#define PACKETVER 20111116
    #endif
    

    clientinfo.xml

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
       <connection>
          <display>myserver</display>
          <balloon>the balloon</balloon>
          <desc></desc>
          <address>127.0.0.1</address>
          <port>6900</port>
          <version>35</version>
          <langtype>0</langtype>
          <registrationweb></registrationweb>
            <aid>
                <admin></admin>
    			<admin></admin>
    			<admin></admin>
            </aid>
            <loading>
                <image></image>
            </loading>
       </connection>
    </clientinfo>
    
×
×
  • Create New...