Jump to content

n0tm3

Members
  • Content Count

    14
  • Joined

  • Last visited

Posts posted by n0tm3


  1. sql_connection.conf
    sql_connection: {
    	db_hostname: "127.0.0.1"
    	db_port: 3306
    	db_username: "testRO"
    	db_password: "Test123#"
    	db_database: "testro"
    	//codepage:""
    }
    
    character-server.conf
    
    	// Server Communication username and password.
    	userid: "s123"
    	passwd: "p123"
            
            removed "//" from login_ip and char_ip
    
    map-server.conf
    
    	// Interserver communication passwords, set in the login server database
    	userid: "s123"
    	passwd: "p123"
    
            removed "//" from map_ip
    
    inter-server.conf
    
    inter_configuration: {
    	// Level range for sharing within a party
    	party_share_level: 15 // FIXME: Split RE and pre-RE
    
    	// Log configuration
    	log: {
    		// Log Inter Connections, etc.?
    		log_inter: true
    
    		// [UNUSED] Inter Log Filename
    		inter_log_filename: "log/inter.log"
    
    		// [LOGIN, MAP] Log database SQL connection
    		sql_connection: {
    	              db_hostname: "127.0.0.1"
    	              db_port: 3306
    	              db_username: "testRO"
    	              db_password: "Test123#"
    	              db_database: "testro_logs"
    	              //codepage:""
                    }
    	}
    
    SQL configuration. changed server connection account from s1 and p1 to s123 and p123.
    
    
    
    
    
    
    
    
    
    

    *I diffed my client with read data folder first.

    *Edited my clientinfo.xml ip address and server name.

     

    I am wondering about the port forward, because I dont remember doing that. can you please tell me how to do that in debian?


  2. Hi! can anybody please help me? I can log in to my server, even register in the login screen with _m or _f. but after server selection it wont connect to the character selection screen. It always say failed to connect to server. When I check the server console, there is no error.


  3. Hi! can you please help me? I am trying to patch 2014-02-05, but every time that I am clicking the load client the nemo.exe stops working.

     

    I have tried running compatibility as windows 7 and 8, run as administrator but still having the same error. I am currently using windows 10 64-bit

     

    edit: got it to work with 2015 unpacked exe I found here.. thanks


  4. ohh.. sorry.. 

     

    I was trying to get the current refine of the equipped fallen angel wing. I was using the wrong method.

     

    wrong code

    (getrefine(EQI_GARMENT)

     

    right code to use 

    getequiprefinerycnt(EQI_GARMENT)

     

     

    :D


  5. Hi there! I've tried to make a Fallen Angel Wing Enchanment NPC as similar to iROwiki's definition

     

    http://irowiki.org/wiki/Fallen_Angel_Wing_Enchants

     

    Features:

    • I moved the npc to prontera.
    • Removed the ASPD and Critical from the categories, because I can't find the items needed to enchant it.
    • It automatically enchants the slots from the first to the third slot.
    • Randomly put enchanment on slot 1 and 2 according to iroWiki, and fixed enchantment on the 3rd slot instead of adding possible enchants, I made it 100% chance of enchanting the enchants listed in the additional enchants.
    • Has reset enchantment which requires Silvervine Fruite - ID6417.

     

     

    this is my first time to code in C, so feel free to post any bugs or suggestions here. :D

    fallenangelenchant.txt


  6. I was trying to make an npc for my fallen angel wing enchant and I got stuck in this error.. can somebody please help? thanks

     

    <code>

    script error in line 13 column 16 parse_callfunc: expected ')' to close argument list

    11:  if (getequipid(EQI_GARMENT) == 2589) {
    12:   set .@menu$, "Enchant Archangel Wing";
    13: if(getrefine(EQI_GARMENT)>=7) {
       ~~~~~~~~~~~~~~^
    14:  set .@menu1$, "Second Slot";

    </code>

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.