Jump to content

joelolopez

Members
  • Posts

    493
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by joelolopez

  1. i downloaded the latest rathena @ github and im not new in setting up my own server , i know that theres a lot changes happen like when setting up packet version , long time ago we setting it up on mmo.h but now u should define it on src/custom /defines_pre.hpp ... the problem is i cant login using this list of 2018 clients 

     

    2018-01-24bRagexeRE

    2018-02-07bRagexeRE

    2018-03-07bRagexeRE

    2018-03-21aRagexeRE

    2018-04-04cRagexeRE

     

    none of these clients are working for me eventhough im using updated nemo that supports these clients, no error in the console too

    and heres my clientinfo.xml ,defines_pre.hpp,

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
        <desc>Ragnarok Online Client Information</desc>
        <servicetype>korea</servicetype>
        <servertype>primary</servertype>
        <connection>
            <display>Exceed (Solo)</display>
              <address>127.0.0.1</address>
              <port>6900</port>
              <version>55</version>
              <langtype>1</langtype>
            <registrationweb>http://localhost/ExceedRO/?module=account&action=create</registrationweb>
            <aid>
                <admin>2000000</admin>
            </aid>
           </connection>
    
    </clientinfo>
    // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
    // For more information, see LICENCE in the main folder
    
    #ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP
    #define CONFIG_CUSTOM_DEFINES_PRE_HPP
    
    /**
     * rAthena configuration file (http://rathena.org)
     * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
     **/
    
    #define PACKETVER 20180207
    	
    #endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */

    Capture.thumb.PNG.41d6ee8401b5abaaacabce5fdfd531f1.PNG

  2. ive been looking for opensetup for 2018-03-07bRagexeRE.exe but no luck. anyone who can share some working open setup for this client? thnx in advance ❤️

    im using 2018-08-28opensetup-2.14.1.425 but screen resizing isnt working for me

  3. 2 hours ago, LyDe said:

    Already did it but still the same error

    make sure u downloaded this specific vcredist  ==   Visual C++ Redistributable for Visual Studio 2012 Update 4 

    try downloading x64 and x86 of this file and it should do the trick! do not forget to +1 if this helps

    • Upvote 1
    • Love 2
×
×
  • Create New...