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. as it said, item_cash db. Run all the item db sql and mob db sql
  2. and also make sure read the Wiki/guides for it. https://github.com/llchrisll/ROenglishRE
  3. 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
  4. cant help u with so lack of info. better ask people that use the same themes then.
  5. 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
  6. as I said, it most probably in module pages. you should check there first.
  7. 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.
  8. 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.
  9. 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.
  10. Most probably your client files ? have u tried Chris Translation ? Read the wiki if you didnt. https://github.com/llchrisll/ROenglishRE
  11. 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.
  12. 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
  13. Latest rathena using YML https://github.com/rathena/rathena/blob/master/doc/item_db.txt Or you use older rathena that still use txt ?
  14. 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
  15. 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.
  16. Closed connection isnt an issue. Its normal.
  17. Dont download using IDM. Download directly using your browser.
  18. 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.
  19. have you tried @die ? Didnt remember its gonna solve this or not.
  20. Have you add IPN URL at Paypal ? And also seems the code above is sandbox.
  21. No. if it follows yml format, then no errors gonna happen. Latest rathena already have armor level part. its easier using yml since almost all files are combined in a yml, not separated like txt, and it just a matter of time if you study the structure for it.
  22. which one ? if u follow any tutorials for it then better attach here the tutorial.
  23. you should access your database / mysql. how did u setup your mysql/database then before ?
×
×
  • Create New...