Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. your client read lub files or not ? and what clientdate ?
  2. custom max level ? Try to edit and enable your import/job_stats.yml in db folder regarding the BaseEXP, BaseHP, BaseSP.
  3. 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 },
  4. make sure u download full client kRO
  5. check the log when starting server. see any errors shown
  6. 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
  7. 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.
  8. 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.
  9. Maybe itembound might helps ? Account Bound.
  10. yes thats true. You need to edit it.
  11. Try to use this line, change your script a bit. if ( getmonsterinfo( killedrid, MOB_MVPEXP ))
  12. 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.
  13. Make sure that groupid for that low level GM doesnt have @item and didnt inherit @item commands in groups.conf
  14. change directory to your rathena folder that you download using GIT, then try type git pull https://github.com/vstumpf/rathena.git feature/webservice
  15. Server side : First, pull request https://github.com/rathena/rathena/pull/5731 Then, setting inter-athena.conf for web server, and web athena.conf if needed. After that, run query SQL sql-files/web.sql so that your database will create the table required for web server. Then recompile since u used Centos, can recompile as usual ./configure make clean make sql make web make server then try start your server. Okay now for client side part, you need to edit data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub and change the IP to your server IP. Url = { TwitterUrl = "http://0.0.0.0:3000" } AccountLinkedUserDataUrl = { Save = "http://127.0.0.1:8888/userconfig/save", Load = "http://127.0.0.1:8888/userconfig/load" } TwitterDataUrl = { Auth = "http://127.0.0.1:8888/twitter/user-auth", Upload = "http://127.0.0.1:8888/twitter/upload" } EmblemDataUrl = { Upload = "http://127.0.0.1:8888/emblem/upload", Download = "http://127.0.0.1:8888/emblem/download" } Then try to upload a GIF below 50kb size or normal emblem.
  16. not yet compiled. after compiled then .exe will be created. See the video. it compiling with some information output at the lower part of visual studio.
  17. You can try to check that post out. its almost the same. Just remove @go commands from permission in groups.conf since u want to disable it, then add new command for specific map using bindatcmd
  18. Something like this, but if you use YML, then just convert it to YML format.
  19. 1. Create item or box for it. Set the effect depends on the expire time for each boxes. 2. Add in cash shop with the required cashpoints needed for the box.
  20. just load it anywhere ? npc/custom maybe.
  21. Your access for fluxcp should be to your target database. So make sure the details are correct including the IP Address for host. Make sure your hosting can accept connection and give privilege for the user in database. You can use the same VPS as your server file by installing PHP, Mysql, and other required files for it.
  22. Try check this video as example.
  23. https://github.com/rathena/rathena/pull/6281 This pull request still open, means its not merged in master yet.
  24. recompile again so that .exe for login-server, char-server and map-server will be created again.
  25. Try rediff/repatch again your client with clean PC. Infected .EXE might have that issue. Some of my clients are having your issue as well (his PC have a lot of malware/virus,etc) and some if his players having the same issue too (since its the same .EXE).
×
×
  • Create New...