Jump to content

Akkarin

Forum Manager
  • Posts

    3,067
  • Joined

  • Last visited

  • Days Won

    182

Posts posted by Akkarin

  1. On 12/13/2021 at 6:15 AM, Railgun said:

    Hello Akkarin, thank you very much for the update!! I have a 2019 ragnarok client version on my pc, and i try to extract all files from the downloaded zip, then i run the rsu renewal patcher since i use renewal version. After that, i try to run the game and encounter this error. What should i do? What did i miss?
    Sorry i kinda noob at this, i just want to update my ro to the latest version:))
    and sorry for my bad english:)
    image.thumb.png.37473dfc029347aee2c908dd40a56023.png

    This is a problem with your diffed client, not with the package provided in the first post. You'd be better off posting in https://rathena.org/board/forum/19-client-side-support/ 

  2. The text you're looking for is in your conf folder: https://github.com/rathena/rathena/blob/master/conf/atcommands.yml#L167

      - Command: go
        Help: |
          Params: <city name|number>
          Warps you to a city.
          -3: (Memo point 2)  14: louyang         31: mora
          -2: (Memo point 1)  15: start point     32: dewata
          -1: (Memo point 0)  16: prison/jail     33: malangdo island
           0: prontera              17: jawaii             34: malaya port
           1: morocc                18: ayothaya       35: eclage
           2: geffen                  19: einbroch       36: lasagna
           3: payon                  20: lighthalzen
           4: alberta                 21: einbech
           5: izlude                   22: hugel
           6: aldebaran           23: rachel
           7: xmas (lutie)        24: veins
           8: comodo               25: moscovia
           9: yuno                     26: midgard camp
          10: amatsu               27: manuk
          11: gonryun              28: splendide
          12: umbala               29: brasilis
          13: niflheim              30: el dicastes

     

  3. Github Action - Test Build


    Github Actions provides an amazing way to automate tasks on specific events within your repository.

    This Actions file will provide you with similar functionality to the CI used by rAthena, but for your own code! Click the Actions Tab for your own Github hosted server repo for details.

    This specific Action is designed for my RO server, but you can modify whatever you like (line 65) to suit your own server. As Github Actions minutes are now free for public repos, there's no reason why you shouldn't be using something like this to test your code with! You should also be using Git to manage your server's code..


     

  4. Patcher Output


    Please note that this will only work if your patch files are controlled via Github. If you don't know how to use Git, you should either learn or delete these files.

    Instructions:

    1. Copy the file 'patcher_output.txt' to your npc/ directory and add the 'npc:' inclusion line to whichever .conf file you prefer (usually npc/scripts_custom.conf)

    2. Go to your server's Github repository and create a new 'Action'. Copy the content from update.yml and commit. Remember to create the following Repository Secrets:
    SERVER_IP
    SERVER_USERNAME
    SERVER_PASSWORD
    LOCATION_PATCHER
    MYSQL_HOST
    MYSQL_USERNAME
    MYSQL_PASSWORD
    MYSQL_DATABASE

    3. Add the following to your conf/channels.conf file:
    ,
        {
            name: "#syslog"
            alias: "[SystemLog]"
            color: "Orange"
            type: "CHAN_TYPE_PUBLIC"
            delay: 1000
            autojoin: true
            chat: false
            leave: false
            self_notif: false
        }

    4. When you commit a new patch file to your patch server's repo and push the changes to Github, you will trigger the action and it will create a message in the syslog channel in-game once the action has completed.
    Access to your server's SQL DB is required, and this script uses SSH to run the update script. I suggest creating a special SSH user that can only access your patchers web directory.

    This package is provided as-is and no direct support will be available.


     

  5. Evening all!

    With the recent forum updates comes some new shiny features from IPS. The feature I'm most excited about is the new Achievements and Ranks.

    The old Badges & Awards plugin has been merged into the new Achievements system on the forums - I'm sure some of you have already begun to receive additional badges for posting content or uploading a file!

    The ancient Ranks system has been replaced with the new one and updated to use the names of familiar in-game mobs. The order is different to the old one and the number of points for each rank has changed slightly, but I can see that some of you are already quickly climbing the ladder!

    The following table details how many points gets you to which rank, and how to earn those desirable points.

    chrome_pHee51ntUO.pngchrome_Pmt0ViH9ok.pngchrome_goM5AYMXfD.pngchrome_TKqFjldBZW.png

     

    • Posting a comment/reply: 5 points
    • Following a content item: 2 points
    • Following a member: 2 points
    • Following a node (forum, album, category, etc): 2 points
    • Posting a content item: 10 points
    • Reacting to a user's post/content item: 1 point for both giver and receiver

    There are other methods, but to reduce forum spam I'm omitting them from this list. Remember; spamming the forum will result in Warning Points which may result in your account being suspended.

     

    Happy posting!

    Spoiler

    Hint: React to this post for a free point!

     

    • Upvote 8
    • Love 1
    • Like 1
  6. On 9/9/2021 at 3:27 PM, tryharddev said:

    @Akkarin What's the most compatible RagExe I can use for the latest kRO_FullClient_20210406.zip  . Sorry new to Ragnarok offline server set up. Thanks again!

    Newer clients are compatible with this release - if you wish to use older clients you may need to locate an older installer to obtain the correct maps and textures as Gravity seems to be updating them to a new version and older clients won't be able to read them.

    "Offline server" means your server is broken. The correct terminology would be "Local Server".

    • Love 1
  7. It's a web panel and an item that has a menu.. that's literally it.

    You can accomplish the same thing by using SQL for your items/mobs and FluxCP (or just phpmyadmin or similar will do) to change the values of an item. The GM item they use in-game will be an item that calls a function, the function provides a message and then a menu, when you select to reload the item db the script will run 'atcommand @reloaditemdb;'.

    Very easy to setup if you look at script_commands.txt in the Github repo.

  8. 1. What is an open server?

    2. If your server is offline it means it doesn't work. Do you mean a "local" server?

    If you're using 3rd Party software to facilitate hosting, this isn't really the place to post. You should look up the documentation of the software you're using.

×
×
  • Create New...

Important Information

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