-
Posts
1,085 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Chaos92
-
-
did u download latest rathena github ?
Try use the latest one. -
12 hours ago, NexusXVI said:
Hi!, it's been a while and I just wanted to make a test server again for exploration of 3rd jobs.
Did download the latest pull on git, setup everything properly (schema on utf8)
Correct configuration on the conf files
with the correct setup on workbench :
Still havin an issue on the servers, did cleanly compile it as well.
Did try it on both the root and created a new user both having the same issue :
So I am just wondering what went wrong regarding the error..
your conf error is from database 'log'. but your screenshot doesnt have that.
check that log part.
-
9 hours ago, KevinMystic said:
Ah thank you! I think I understand.
I am using client 20210406 and in the llchrisll file I took 2018-01-24. In the tutorial it says to take 2020-09 but it doesn't exist.Do you have any idea? Is my client too old?
Thanks for your quick answer
Just try to use that. Is it still error for you ?
-
9 hours ago, GM Winter said:
hello i would like to add some pvp map for champion jobs only how can i do that can someone help me thanks
heres the script :
find job restriction such as this :
-
23 minutes ago, KevinMystic said:
Hello,
I just recreated a server following the "[Tutorial] Creating an Open-source Ragnarok Online Server with kRO" from "WhiteGoblin" using all the links in the tutorial and the patches from "llchrisll"
The server and client work the first time. But my problem the game crashes when I want to open the skills page with a Gravity Error message. My character and novice lvl 1.
Sincerelycheck chriss folder and make sure u are using the skillinfoz that working for your clientdate.
different client date = different skillinfoz.
-
13 hours ago, rockbardz said:
can't see sprite files on the link.
try read the readme.
-
8 hours ago, rockbardz said:
Do you have the sprite from jRO? Can someone provide them?
1. Omega gold bag
2. Alpha Long Pony
3. Head riding omege
4. Face of crow tengu
5. Kostama Hair Collection III (Blue Red Yellow Green)
source: https://ragnarokonline.gungho.jp/news/information/costama-characters3.html
https://github.com/llchrisll/ROResourceCollection I didnt know if its here but have u tried this ?
-
seems like your client can access the login server but not reaching map server ?
make sure your ports are opened and not blocked by firewall for character and map server.
and make sure your client data folder are suitable with your clientdate , and in src/config/packets.h
about creating using _M and _F its in conf/login_athena.conf
// Can you use _M/_F to make new accounts on the server? // Note: This only works if client side password encryption is not enabled. new_account: nochange to yes
-
19 hours ago, Revoltz said:
Hail guys!
I have a problem that I can't find a solution.
Every time I go to @reloadatcommand I get the following error:
[Error]: (null):0 - file I/O error
and inside the game I get this information:
error reading groups.conf, reload failed.
Since I didn't make any changes to the file, as it remains default as I downloaded the emulator.
My Emulator is Rathena Ultima version of github.
I will be posting some images to try solution.
I will be leaving my groups.yml
I just found it strange that in my emulator the groups.yml only inside the game it says that the groups.conf is not being loaded.
Here is the Pull Request, which not being merged yet in master.
https://github.com/rathena/rathena/pull/6891 -
6 hours ago, BlindRO said:
I changed all the scripts to 99/70 to 255/120 but in game 181/50? no more exp any mobs YML Version
instant job goods 255/120 but if manual leveling only 181/50 stop more lvl
Please Help Me ! Thank You
https://raw.githubusercontent.com/rathena/rathena/master/db/import-tmpl/job_stats.yml You need to edit this, insert the job, enable the levels required. Should be in import folder after recompile.
-
2018 client should support cart decorate. maybe recheck again your files make sure cart decorate details are exist.
-
27 minutes ago, Fabre01 said:
Yes 4th Jobs up to max level 199 no HP issues but between 200-250 HP issues
You need to insert job there
# Insert jobs here
Try recheck again.
-
1
-
-
Just now, DEsMOn said:
your client read lub files or not ? and what clientdate ?
-
-
2 hours ago, DEsMOn said:
Its regarding the skilldescript.lub, skillinfolist.lub and skilltreeview.lub in skillinfoz from your GRF so pre-renewal most probably doesnt have this.
You need to add the info manually. You can get it from here : https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data/luafiles514/lua files/skillinfozSearch for MC_CARTDECORATE
[SKID.MC_CARTDECORATE] = { "Change Cart 2", "^CC3399Requirement: Finish Quest^000000", "Type: ^339900Supportive^000000", "Description: ^777777You can choose a variety of", "cute designs carts.^000000" },skillinfolist.lub
[SKID.MC_CARTDECORATE] = { "MC_CARTDECORATE", SkillName = "Change Cart 2", MaxLv = 1, SpAmount = { 40 }, bSeperateLv = false, AttackRange = { 1 } },skilltreeview.lub
[JOBID.JT_MERCHANT] = { [1] = SKID.MC_INCCARRY, [3] = SKID.MC_MAMMONITE, [4] = SKID.MC_IDENTIFY, [5] = SKID.MC_LOUD, [8] = SKID.MC_DISCOUNT, [9] = SKID.MC_PUSHCART, [12] = SKID.MC_CHANGECART, [13] = SKID.MC_CARTDECORATE, [15] = SKID.MC_OVERCHARGE, [16] = SKID.MC_VENDING, [19] = SKID.MC_CARTREVOLUTION },-
1
-
-
make sure u download full client kRO
-
9 hours ago, IsabelaFernandez said:
the issue is that I'm already in the default, I just added the lines go: true
and warp: true and it just doesn't work.check the log when starting server. see any errors shown
-
2 hours ago, liquidartz said:
Hi this is my first post as I have spent too much time trying to figure this out.
Setup
rAthena version - Latest Git clone
Client: 20200401b
Problem Description: clif_parse: Disconnecting session #3 with unknown connect packet 0x0436(length:19), possibly for having an invalid account_id
I have defined the following at defines_pre.hpp
I suspect this has something to do with the packet encryption, unfortunately I'm not able to disable packet encryption for this client. I'm fairly new to this (only started a week ago), please let me know if I'm missing something.
Hmm. Can you check your ragnarok database login table and see the accounts that u want to login ?
make sure using default accounts for server login , dont create it yourself.
Default account_id for server login = 1. For players account should start with 2000000
-
1
-
-
5 hours ago, IsabelaFernandez said:
groups: (
{
id: 0 /* group 0 is the default group for every new account */
name: "Player"
level: 0
inherit: ( /*empty list*/ )
commands: {
changedress: true
warp: true
go: true
}
permissions: {
/* without this basic permissions regular players could not
trade or party */
can_trade: true
can_party: true
command_enable: true
attendance: true
}
},Group lvl 0 not working @go and @warp
1. make sure no error while starting server regarding groups.conf.
2. make sure test it using group id 0. not 1, 5 or anything else.
if u still got problem, use the default groups.conf from rathena and just add that 2 commands in commands curly bracket.
@reloadatcommand after that. -
if you wanna play with hair or cloth, make sure you have sprite + palette.
No sprite = head will be missing.
No palette = sprite exist, but colour totally black. -
5 hours ago, Dolphin86 said:
As title i would like to change rental item allowed to be store in storage to be use only within all char within same account only, how can i change those?
Maybe itembound might helps ? Account Bound.
-
5 hours ago, alexander03 said:
thank u sir for your reply, do you know sir how i can continuesly added it into my GRF palette i have already the 553/251 cloths color from downloadables rathena, and i want to add more from other GRF which is i want to add it into my grf palette ,how can i do that? if i got 553 cloth color should i edit my existing palette continuesly 554 ..555. ..556 even until 1000? and change the max cloth color to 1000? is that right sir ? is that what u mean how i add it to my 553 cloth color?
yes thats true. You need to edit it.
-
4 hours ago, JoseRicart said:
good morning, my name is Jose and it is a pleasure to return to these whereabouts of the world of rathena after a long break for personal reasons, as usual I come to disturb a bit here.
About 4-5 years ago I had a script which when you killed an MvP gave you a coin automatically, it turns out that when I added it to the server's custom scripts it is, let's say, "half-working" since it is true that the script when you kill an MvP, it drops the coin, but also when you kill a poring, a skeleton, a zombie, a plant, a spore, in short, when you kill everything.
Could someone help me or give me some support?
I upload the script with an imagen for example
Try to use this line, change your script a bit.
if ( getmonsterinfo( killedrid, MOB_MVPEXP ))
-
26 minutes ago, alexander03 said:
Hello Good day Everybody, any body can help me how to add more palettes on my grf and how to maximize it on my server side, first thing i wanna know pls how to add it into my grf i have already the 553/251 dyes already on my grf and i have more palette from other server, any body know how to add it also into my existing palette? and how to maximize it into my server side?
conf/battle/client.conf.
min_hair_style: 0 max_hair_style: 42 min_hair_color: 0 max_hair_color: 8 min_cloth_color: 0 max_cloth_color: 7 min_body_style: 0 max_body_style: 1change max cloth color to your existing dye numbers. the grf that u said u already added might be cloth color. and maybe can start from number 1 if you have issue while reset look.




[Error]: Server received crash signal! Attempting to save all online characters! Segmentation fault
in General Support
Posted
Then ask your dev. use GDB to check or just use latest rathena.