-
Posts
3,067 -
Joined
-
Last visited
-
Days Won
182
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Akkarin
-
-
-
5 hours ago, Minato said:
Do I understand correctly that the latest rAthena version now has this web service integrated?
Not yet.
-
1
-
-
It's part of the Web Service PR - you can find the related content here: https://github.com/rathena/rathena/pull/5731
-
1
-
-
This is some seriously amazing work!
-
1
-
-
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
-
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..
-
Submitter
-
Submitted11/10/2021
-
Category
-
Video
-
Content AuthorAkkarin
-
-
This topic has been moved to the "Abandoned Projects" sub-forum.
If the author is still working on this project, they may request that a moderator moves the topic back and removes this post.
-
1
-
-
This topic has been moved to the "Abandoned Projects" sub-forum.
If the author is still working on this project, they may request that a moderator moves the topic back and removes this post.
-
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_DATABASE3. 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.
-
Submitter
-
Submitted11/08/2021
-
Category
-
Video
-
Content AuthorAkkarin
-
-
-
Without the ability to modify the client to this extent, the simple answer is no. You're better off sticking with third-party applications like Discord for voice chat with your guild/party/friends.
-
1
-
1
-
-
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.




- 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!
SpoilerHint: React to this post for a free point!
-
8
-
1
-
1
-
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".
-
1
-
-
PM me the script you're having issues with.
18 hours ago, ffman22 said:there is an option to spawn a world boss every day, just 1 time.?
Having a limit is actually not a bad idea. I'll look into adding this option in.
-
Do a google search for "php change post_max_size ini".
-
Can you explain a little more as to what you're actually asking to be changed? If you're needing an updated status.php file, you can just grab it from the Github Repo.
-
This is clearly not a Forum related issue, is it.
Moving to the correct section.
-
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.
-
You could also submit the code as a Pull Request on the FluxCP Github repo - if it works, we can merge it to master branch.
-
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.
-
I'm not sure why you thought it was appropriate to post this topic under "Forum Issues".
Topic moved.
-
8 hours ago, clashlucifer said:
Yes
I'd be very interested to know who is installing ancient unsupported software as a "service". You can PM me if you'd prefer.
-
On 4/25/2021 at 9:06 PM, clashlucifer said:
Because I hired someone here to install emulator in my vps.
Did you hire someone from the Third Party Services list? https://rathena.org/thirdpartyservices/
-
I'll include some debug code in the next release which should help users with this issue.
(it's not really an issue - why anyone would install a version of php that is ~10+ years old is anyone's guess)

kRO Full Client - 2021-04-06 - Includes BGM & RSU
in Client Releases
Posted
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/