Jump to content

Chaos92

Members
  • Posts

    1,085
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by Chaos92

  1. 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

    1.PNG.1f9cac05fdef771073a9749d2bb6e859.PNG

    3.PNG.7a2c03a5bd608dc964e4819df0c1901c.PNG

    with the correct setup on workbench :


    2.PNG.80dd5e8797865c20d1da6b252acaafae.PNG

     

    Still havin an issue on the servers, did cleanly compile it as well.

    4.PNG.5ec909cd37dc424156e0a12c32e338d8.PNG

     

    Did try it on both the root and created a new user both having the same issue :

    5.PNG.c6353431608c3dcd6023427dbb7c7592.PNG

     

    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.

  2. 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 ?

  3. 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.
    Sincerely

    Capture.PNG

    check chriss folder and make sure u are using the skillinfoz that working for your clientdate.

    different client date = different skillinfoz.

  4. 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: no

    change to yes

  5. 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.

    image.png.7e9d6667032cb67db0688c148f8938ae.png

     

    image.png.3134d0a458006cf0c0310b152ca7638b.png

     

    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.

    groups.yml 6.08 kB · 2 downloads

    Here is the Pull Request, which not being merged yet in master.

    https://github.com/rathena/rathena/pull/6891

  6. 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.

  7. 3 hours ago, Fabre01 said:

    In the first picture, 199 level characters reach 1M HP, while in the second picture, HP drops to 200 and 250.

     

     

     

    screen.jpg

    screen001.jpg

    custom max level ?

    Try to edit and enable your import/job_stats.yml in db folder regarding the BaseEXP, BaseHP, BaseSP.

     
    • MVP 1
  8. 2 hours ago, DEsMOn said:

    Hello Experts

    Can any 1 guide me to fix this Change Cart2 Icon issue

    Please give details explanation if possible about how to change or fix.

    image.png.7a90d7c972f6a0bf7caddb450ae77613.png

     

    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/skillinfoz

    Search for MC_CARTDECORATE

    skilldescript.lub

     

    [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
    	},

     

    • Love 1
  9. 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

      Hide contents

    #define PACKETVER 20200401

     

    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
     

    • Like 1
  10. 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.

  11. 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.

  12. 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.

  13. 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

     

    drop.png

    mvpdropcoin.txt 282 B · 2 downloads

    Try to use this line, change your script a bit.

    if ( getmonsterinfo( killedrid, MOB_MVPEXP ))
  14. 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: 1

    change 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.

×
×
  • Create New...

Important Information

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