Jump to content

ragem0re

Premium
  • Posts

    188
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Community Answers

  1. ragem0re's post in [Client]syserr not displaying was marked as the answer   
    If you don't use the source, it could be possible that the publisher of the binary commented all the syserr lines in the source.
    What binary is it?
  2. ragem0re's post in (Problem)xmas_boom and xmas_snow was marked as the answer   
    i had a similar problem once
    make sure intrologin imports servercommandparser
  3. ragem0re's post in Teleportation lag was marked as the answer   
    comment the line
    ch->ReviveInvisible(5); in game/src/input_login.cpp CInputLogin::Entergame
  4. ragem0re's post in File Server and Source was marked as the answer   
    ok
     
    here you go
    https://metin2dev.org/board/index.php?/forum/7-binaries-clientsserverfiles/
  5. ragem0re's post in FILE REQUEST: Updated Taskbar.tga was marked as the answer   

    This is the hidden content, please Sign In or Sign Up
  6. ragem0re's post in Connection between Root and client binary was marked as the answer   
    PythonNetworkStreamModule.cpp
    Py_InitModule("net", s_methods);
     
    Now every method/constants in void initnet() will be available through the net module.
     
    net.SetPhaseWindow() will call netSetPhaseWindow(), and finally this function referes to CPythonNetworkStream::SetPhaseWindow
  7. ragem0re's post in BOX opening was marked as the answer   
    I think this is what you want
  8. ragem0re's post in Translating "C/V/B..." was marked as the answer   
    locale/xx/ui/windows/windows.dds
  9. ragem0re's post in I can't delete my character. was marked as the answer   
    Don't use the TABLE_POSTFIX!
     

    TABLE_POSTFIX = " "  
    -->
     

    TABLE_POSTFIX = ""
  10. ragem0re's post in Ishop with wheel of destiny was marked as the answer   
    https://mega.co.nz/#!gsoAED5D!76ekY8K2bu5xuWzKiYpY1nPNvcd1P0fB83FUrNcCAKk
  11. ragem0re's post in 40k Database was marked as the answer   
    Start: TABLE_POSTFIX not configured use default Is just a hint, no error.
    Load:  DirectQuery failed(SELECT login FROM block_exception) Go to account.block_exception (in database) and INSERT 1.
     
    Process: FDWATCH: peer null in event: ident 21 Means a game core is crashed.
  12. ragem0re's post in Some Source questions was marked as the answer   
    Did you remove the time limit from game & db?
  13. ragem0re's post in compiled novaline binary -> client close after login was marked as the answer   
    I could figure out that the problem the root.epk is, so I tried the Test Client for 40250 and their it works, I can go online, but I wanna use this client:

     
    So anyone know the solution what the problem is with the root?
×
×
  • 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.