Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. 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.
  2. 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.
  3. 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
  4. Something like this, but if you use YML, then just convert it to YML format.
  5. 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.
  6. just load it anywhere ? npc/custom maybe.
  7. 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.
  8. Try check this video as example.
  9. https://github.com/rathena/rathena/pull/6281 This pull request still open, means its not merged in master yet.
  10. recompile again so that .exe for login-server, char-server and map-server will be created again.
  11. 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).
  12. have u check your antivirus did it make changes to .EXE ? Some cases antivirus changed .EXE which makes the .EXE wont run anymore.
  13. 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.
  14. use nocommands mapflag if u want to disable all commands. if certain commands, this idea might helps
  15. https://github.com/rathena/rathena/blob/1eb930c92830c81d640d7928fc775250e2d0a955/sql-files/web.sql Run above SQL script
  16. Try to check below configuration : #define OFFICIAL_GUILD_STORAGE should be enabled in src/config/packets.hpp #ifdef RENEWAL #define MAX_GUILDSKILL 20 ///Max Guild skills #else #define MAX_GUILDSKILL 15 ///Max Guild skills #endif change to 20 also because u need additional skills since that is renewal skills. After that remember add the skill db yml for it. and also 1 more... the client part because pre-re doesnt have that guild extension skill info/description, etc (skillid.lub, skillinfolist.lub,skilltreeview.lub). Maybe can copy from renewal for guild storage skill here : https://github.com/llchrisll/ROenglishRE/tree/master/Renewal/data/luafiles514/lua files/skillinfoz
  17. Didnt tried your clientdate before. Ive tried 20180620 and it works.
  18. tick enable proxy support in nemo
  19. are you sure you have BGM folder with the mp3 files of the song inside ?
  20. thats mean the lua files issue. might be accessoryid or accname. Please also make sure your files reading .lub or .lua so you need to edit the correct txt file. Also, make sure all the format are correct including the comas, etc.
  21. if you doesnt want renewal mode, then disable it in src/config/renewal.h I dont understand which new skills because you doesnt even provide any info or example for it. If you doesnt like renewal mechanism then disable it. And rAthena more focus on renewal to be honest.
×
×
  • Create New...