-
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
Everything posted by Chaos92
-
your conf error is from database 'log'. but your screenshot doesnt have that. check that log part.
-
Just try to use that. Is it still error for you ?
-
find job restriction such as this :
-
check chriss folder and make sure u are using the skillinfoz that working for your clientdate. different client date = different skillinfoz.
-
try read the readme.
-
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: no change to yes
-
Here is the Pull Request, which not being merged yet in master. https://github.com/rathena/rathena/pull/6891
-
2018 client should support cart decorate. maybe recheck again your files make sure cart decorate details are exist.
-
You need to insert job there # Insert jobs here Try recheck again.
-
your client read lub files or not ? and what clientdate ?
-
custom max level ? Try to edit and enable your import/job_stats.yml in db folder regarding the BaseEXP, BaseHP, BaseSP.
-
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 },
-
make sure u download full client kRO
-
check the log when starting server. see any errors shown
-
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.
-
Maybe itembound might helps ? Account Bound.
-
Adding more Palette on grf and maximize clothes color
Chaos92 replied to alexander03's question in Client-side Support
yes thats true. You need to edit it. -
Try to use this line, change your script a bit. if ( getmonsterinfo( killedrid, MOB_MVPEXP ))
-
Adding more Palette on grf and maximize clothes color
Chaos92 replied to alexander03's question in Client-side Support
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.