Jump to content

Jerhia

Members
  • Posts

    115
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Jerhia

  1. He is trying to compile rAthena-10.sdf using Microsoft Visual C++ which is rAthena-10.sdf is not a Microsoft Visual Studio Solution type. rAthena-10.sdf is an SQL Server Compact Edition Database File type that's why he is getting error (The application cannot start)

     

    NOTE: Each version of Visual Studio prior to Visual Studio 2010 is tied to a specific .NET framework. 

  2. Loki launcher:
    ; Loki Launcher
    ; mleo1
    
    [Settings]
    ; Must be on same directory of Loki
    Exe = 2013-08-07aRagexe_patched.exe 
    
    ; Only set true if your server is set to use MD5 password
    MD5 = false
    
    ; ExeArg
    ExeArg = -1rag1
    
    [Loki Launcher]
    Keep=true
    Auto=true

    [settings]

    ; Must be on same directory of Loki

    Exe = 2013-08-07aRagexe_patched.exe <<< (Try to rename this for example yourservername.exe)

     

    Also rename your server client exe. (For examle yourserver.exe)

    • Upvote 1
  3. Hey Everyone,


     


    It's been a long time since the last time I used photoshop so, I decided to practice again.


     


    Well this is the result of what I did.  


     


    I know it's not much but I'm not gonna use it so, I'll share it. 


     


     


    Freebanner468x60_zpsb6828334.jpg


     


     


    If you want it just PM me, and I will send you the PSD file.


     


    NOTE: I will only give it to the first person who will message me so it will be for just one server.


     


    Thanks Everyone! Have a nice day!


    • Upvote 3
  4. If you want to disable renewal go to src/config/renewal.h 

     

    /// game renewal server mode
    /// (disable by commenting the line)
    // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
    // For more information, see LICENCE in the main folder
    #ifndef _CONFIG_RENEWAL_H_
    #define _CONFIG_RENEWAL_H_
    
    //quick option to disable all renewal option, used by ./configure
    //#define PRERE
    #ifndef PRERE
    /**
     * rAthena configuration file (http://rathena.org)
     * For detailed guidance on these check http://rathena.org/wiki/SRC/config/
     **/
    
    /**
     * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/config/classes folder
     **/
    
    /// game renewal server mode
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal specific support such as renewal formulas
    //#define RENEWAL
    
    /// renewal cast time
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal casting time algorithms
    /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats.
    /// example:
    ///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a
    ///  "fixed cast time" which can only be reduced by specialist items and skills
    //#define RENEWAL_CAST
    
    /// renewal drop rate algorithms
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal item drop rate algorithms
    /// while enabled a special modified based on the difference between the player and monster level is applied
    /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table
    //#define RENEWAL_DROP
    
    /// renewal exp rate algorithms
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal item exp rate algorithms
    /// while enabled a special modified based on the difference between the player and monster level is applied
    //#define RENEWAL_EXP
    
    /// renewal level modifier on damage
    /// (disable by commenting the line)
    ///
    // leave this line to enable renewal base level modifier on skill damage (selected skills only)
    //#define RENEWAL_LVDMG
    
    /// renewal ASPD [malufett]
    /// (disable by commenting the line)
    ///
    /// leave this line to enable renewal ASPD
    /// - shield penalty is applied
    /// - AGI has a greater factor in ASPD increase
    /// - there is a change in how skills/items give ASPD
    /// - some skill/item ASPD bonuses won't stack
    //#define RENEWAL_ASPD
    
    #endif
    
    #endif // _CONFIG_RENEWAL_H_
  5. Step 1:  Open your "sprite" folder where: 

     
    ¾Ç¼¼»ç¸®  folder
    ¾ÆÀÌÅÛ  folder
     
    Is located... 
     
    Add another folder named:
     
    Àΰ£Á· <--- [This means "job" folder]
     
    STEP 2: Your downloaded custom weapon sprites/files should have several items/folders
     
    1. Weapon drop spr/act: ¾ÆÀÌÅÛ
    2. Weapon spr/act according to job: Àΰ£Á·
    2.1 for male:  ³²
    2.2 for female: ¿©
    3. item.bmp image
    4. collection.bmp image.
     
    Screenshot Here:
     
    DCQ6Ar6.png

     

    See more info here: http://ratemyserver.net/index.php?page=riot_bible_section&section=6

     

    As you mention above:

    fAVdpP2.png

     

    *Only for Custom Items (Headgears, Shoes, Etc) (Custom Weapons are not included)*

     

    You may only name your custom weapon sprites according to itemID's based on weapon classification.

     

    You see, weapons have only limited item ID's as given by kRO

     

    Screenshot Here:

    7aZRmRH.png

     

    NOTE: The number of unused Item ID's left known for a range has also been mentioned above. Best practice to follow check in your range in official db before adding custom weapon.

     

    I strongly suggest reading all the Helpful Links below and follow all the guides carefully through all steps by steps.

     

    Helpful Links:  http://rathena.org/wiki/Custom_weapons

    Helpful Links: http://rathena.org/wiki/Custom_Items#Weapon_Sprite_Solution_.28For_New_Clients.29

    Helpful Links: http://ratemyserver.net/index.php?page=riot_bible_section&section=6

  6. Double check nyo clientinfo.xml sa loob ng data nyo if tugma dyan sa IP na gamit nyong program. Tapos check nyo ung char_athena.conf at map_athena.conf if parehas din. Kahit ndi nyo na palitan yung sa inter_athena.conf kasi SQL naman ang nilalagay doon. 

     

    NOTE: Turn off Windows Firewall

     

    Try nyo gumamit ng Hamachi mas okay yun if pang test server lang. Wala na kayo kailangan kalikutin pa.

  7. Check your SQL (Username/Password) 

     

    jHmblcm.png

     

    char_athena.conf

    // Server Communication username and password.
    userid: Username <--- (Whatever you want to put)
    passwd: Password <--- (Whatever you want to put)

    map_athena.conf

    // Interserver communication passwords, set in account.txt (or equiv.)
    userid: Username <--- (Whatever you want to put)
    passwd: Password <--- (Whatever you want to put)

    inter_athena.conf

    // Global SQL settings
    // overridden by local settings when the hostname is defined there
    // (currently only the login-server reads/obeys these settings)
    sql.db_hostname: 127.0.0.1
    sql.db_port: 3306
    sql.db_username: SQL Username
    sql.db_password: SQL Password
    sql.db_database: Your SQL DB Name
    sql.codepage:
    
    // MySQL Character SQL server
    char_server_ip: 127.0.0.1
    char_server_port: 3306
    char_server_id: SQL Username
    char_server_pw: SQL Password
    char_server_db: Your SQL DB Name
    
    // MySQL Map SQL Server
    map_server_ip: 127.0.0.1
    map_server_port: 3306
    map_server_id: SQL Username
    map_server_pw: SQL Password
    map_server_db: Your SQL DB Name
    
    // MySQL Log SQL Database
    log_db_ip: 127.0.0.1
    log_db_port: 3306
    log_db_id: SQL Username
    log_db_pw: SQL Password
    log_db_db: Your SQL DB Name
    log_codepage:
    log_login_db: loginlog
  8. thankyou Jerhia & Winz whose help me to make this game work.. 

    especially for winz that teamviewer my pc and make it work charming ^^ 

    /thx and sorry if i'd many question to ask  /shy

     

    No problem and welcome ;)

    hi sir,

     

    05 August 2013 - 11:56 AM. --- is this the latest update of the tutorial? i mean the first post on the very top. combine will the realizations of mistakes? if that is the latest. i would definitely try it. thanks in advance.

     

    Yes Sir..

  9. For Windows Compiling Use: Microsoft Visual C++ 2010 Express

     

    STEP 1:

     

    tIrqZzC.png

     

    STEP 2:

     

    ruTzrcr.png

     

     

    Download Here: http://www.mediafire.com/download/2zfddg8gh3phyt0/Microsoft_Visual_Basic_C++_2010_Express_+_Key.rar (Serial Key INCLUDED)

     

    NOTE: Make sure you have Microsoft.NET Framework 4 in your computer.

     

    Download Here: http://www.mediafire.com/download/61i99j5spmdgn6u/Microsoft_Framework_4_Full_Setup.rar

×
×
  • Create New...