Jump to content

Chaos92

Members
  • Posts

    1583
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Chaos92

  1. Should have NPC in npc folder, use the npc to redeem. https://github.com/rathena/FluxCP/tree/master/data/npc
  2. fluxcp cash item is different with server cash item. https://github.com/rathena/rathena/blob/master/db/item_cash.yml this is the part for server cash item that will be shown in the cash shop button.
  3. add it from module item , which is the list of item database. as admin u will saw more option to add there.
  4. use latest rathena and fluxcp. https://github.com/rathena https://github.com/rathena/FluxCP
  5. as it said, item_cash db. Run all the item db sql and mob db sql
  6. and also make sure read the Wiki/guides for it. https://github.com/llchrisll/ROenglishRE
  7. conf/char_athena.conf https://github.com/rathena/rathena/blob/master/conf/char_athena.conf // Restrict character deletion by email address or birthdate. // This restricts players from changing the langtype and deleting characters. // Defaults based on client date. // 1: Email address // 2: Birthdate // 3: Email address or Birthdate // IMPORTANT! // - This config only works for clients that send 0x0068 or 0x01fb for delete request. // - Use langtype 1 for newer clients (2013+), to use 0x01fb. // - Clients that are not using 0x0068 or 0x01fb, only use birthdate (YYMMDD) as default. char_del_option: 2 if u want to use email, then change the option to 1
  8. cant help u with so lack of info. better ask people that use the same themes then.
  9. u should show in details, screenshot or anything. or else how can we know what happens to your website. Its not even showed or linked here. what happens when u open ?module=pages and what did u saw at that page. what did u see at the directory
  10. as I said, it most probably in module pages. you should check there first.
  11. have u tried from yourdomain.com/?module=pages and see if u can edit Download pages there ? Most probably there if its using the default CMS, or maybe in themes/main/download.php or downloads.php if u cant find it in module pages.
  12. create the pages named downloads or just edit it if its already exist. u can use the editor there. play with html codes maybe if that is related with your question.
  13. how many ram are u allocated for that server ? try 2GB or more. I think I saw this error when I tried to recompile using 1GB RAM sometimes.
  14. Most probably your client files ? have u tried Chris Translation ? Read the wiki if you didnt. https://github.com/llchrisll/ROenglishRE
  15. why the IP 25.4.73.169 ? and it should be 3 log which is login server, character server and map server. map server already shown char server lost. and why the account 200002 ? Server account should be 1 and S. Only player account which start from 2000001 Log in picture is very limited I dont even know u start server with what access.
  16. This is because of you are using renewal files I assume. Paste Pre-Renewal folder if you are using Chris Translation, read the wiki from his git https://github.com/llchrisll/ROenglishRE/blob/master/Pre-Renewal/data/luafiles514/lua files/stateicon/stateiconinfo.lub
  17. Latest rathena using YML https://github.com/rathena/rathena/blob/master/doc/item_db.txt Or you use older rathena that still use txt ?
  18. run the sql so that the required tables are added in your database. Then start web server if u didnt. Then change the IP parts in GRF data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub
  19. You doesnt need to follow that tutorial anymore. rAthena have web service already. You just need to run the sql in sql-files/web.sql and setting the client part for it. Make sure web server is running. latest rathena already have web server for the emblem.
  20. Closed connection isnt an issue. Its normal.
  21. Dont download using IDM. Download directly using your browser.
  22. Yes, I agree about the mysql is easier, but the error you encounter for sure its from your own file. Try to compare with itemdb equip yml and see how it goes.
  23. have you tried @die ? Didnt remember its gonna solve this or not.
×
×
  • Create New...