Jump to content

Chaos92

Members
  • Posts

    1,085
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Chaos92

  1. your conf error is from database 'log'. but your screenshot doesnt have that. check that log part.
  2. Just try to use that. Is it still error for you ?
  3. find job restriction such as this :
  4. check chriss folder and make sure u are using the skillinfoz that working for your clientdate. different client date = different skillinfoz.
  5. https://github.com/llchrisll/ROResourceCollection I didnt know if its here but have u tried this ?
  6. 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
  7. Here is the Pull Request, which not being merged yet in master. https://github.com/rathena/rathena/pull/6891
  8. 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.
  9. 2018 client should support cart decorate. maybe recheck again your files make sure cart decorate details are exist.
  10. You need to insert job there # Insert jobs here Try recheck again.
  11. your client read lub files or not ? and what clientdate ?
  12. custom max level ? Try to edit and enable your import/job_stats.yml in db folder regarding the BaseEXP, BaseHP, BaseSP.
  13. 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 },
  14. make sure u download full client kRO
  15. check the log when starting server. see any errors shown
  16. 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
  17. 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.
  18. 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.
  19. Maybe itembound might helps ? Account Bound.
  20. Try to use this line, change your script a bit. if ( getmonsterinfo( killedrid, MOB_MVPEXP ))
  21. 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.