Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. 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
  2. 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.
  3. 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.
  4. Maybe itembound might helps ? Account Bound.
  5. Try to use this line, change your script a bit. if ( getmonsterinfo( killedrid, MOB_MVPEXP ))
  6. 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.
  7. Make sure that groupid for that low level GM doesnt have @item and didnt inherit @item commands in groups.conf
  8. change directory to your rathena folder that you download using GIT, then try type git pull https://github.com/vstumpf/rathena.git feature/webservice
  9. 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.
  10. 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.
  11. 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
  12. Something like this, but if you use YML, then just convert it to YML format.
  13. 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.
  14. just load it anywhere ? npc/custom maybe.
  15. 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.
  16. Try check this video as example.
  17. https://github.com/rathena/rathena/pull/6281 This pull request still open, means its not merged in master yet.
  18. recompile again so that .exe for login-server, char-server and map-server will be created again.
  19. 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).
  20. have u check your antivirus did it make changes to .EXE ? Some cases antivirus changed .EXE which makes the .EXE wont run anymore.
  21. still didnt get it ? I think u need to clarify what web server, and what server hosting are u using and how did u manage it first. Then we can try to help you. Because setup are difference depends on owner needs/requirements.
×
×
  • Create New...