Jump to content

kanemi

Members
  • Content Count

    13
  • Joined

  • Last visited

Posts posted by kanemi


  1. 18 minutes ago, Naruto said:

    with money lol 

    also dont make them admins in game and stricly dev in discord chat / quick assistance

    what are you looking for in your server though cause you might kill some body 

    Yes I was planning to pay but I wanted to maintain control of the server. I'm looking to customize some items and skill mechanics. 

     

    19 minutes ago, Naruto said:

    you know how easy it is to ruin someones src without them knowing ? 

    I'm guessing it's not a great idea to do this then, since I'd have no idea what's being changed? 


  2. For my server, I need to be able to see damage numbers for only the damage dealt to you, and damage you deal. Without this I fear I don't have a server. Due to all the customization involved in my server some sort of WoE damage indicator is necessary. Is it possible, does anyone know how to do it? If so, I will pay for your services. Don't hesitate to PM me! Thanks.


  3. I tried Google, not much help for the specifics here.

     

    From the wiki:

     

     

     

    Your login table should match. Use this SQL query (or make the changes using your favourite SQL gui):


    use databasename_rag;UPDATE loginset `userid` = "[new user]", `user_pass` = "[new password]" where `account_id` = 1;

    I don't know where this login table is, or what a 'query' is.

     

     

    About midway down this file, you will find your SQL settings. These will be set as accordingly.


    • The 'sql.db' settings control what the login-server reads for it's database settings.
    • Hostname is the IP of the SQL server.
    • Username is the username you use to login. For security, this should NEVER be root!
    • Password is the password that the user will login with.
    • The database is set to whatever the database name will be. Usually, this is just 'ragnarok'.

    For this last one, I tried setting up a server or something with a password, but it would always error when I tested the connection until I removed the password.
    I don't know what to do with this info about 'sql.db', and moreover don't see a 'sql.db' section.


  4. Can someone point me in the right direction? I looked at the wiki but it looks like it only has tutorials for Linux or something. I really think I need a completeish guide because I have no clue what I'm doing.

     

    Edit: Oh looks like the wiki does have some stuff on Windows lol. sry. I'll check it out for now.

     

    Edit 2: Stuck here:

     

    Your login table should match. Use this SQL query (or make the changes using your favourite SQL gui):


    use databasename_rag;UPDATE loginset `userid` = "[new user]", `user_pass` = "[new password]" where `account_id` = 1;

     

    What is a login table and how do I use the SQL thingie? I downloaded MySQL and the Workbench zip files and extracted them. Now what?

×
×
  • Create New...

Important Information

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