Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. have you tried @die ? Didnt remember its gonna solve this or not.
  2. Have you add IPN URL at Paypal ? And also seems the code above is sandbox.
  3. 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.
  4. which one ? if u follow any tutorials for it then better attach here the tutorial.
  5. you should access your database / mysql. how did u setup your mysql/database then before ?
  6. use reset position at fluxcp OR u can change your char table and find the last location, change it.
  7. why do u need to use reloadscript ? For reloading what ?
  8. you can use db such as phpmyadmin. check the inventory table, see the data, should have the part for randomoption.
  9. About the skillinfo, it should be in your GRF data/luafiles514/lua files/skillinfoz/ About the job, most probably in rathena/conf/msg_conf/map_msg.conf
  10. WHich classname and play skills ? better you send any picture or any info easier to understand.
  11. As I said theres a lot of link there. Full client, rathena, Chris RE english translation, nemo and opensetup. So which one ? Is it ALL 0kb ? Download even at github 0kb ? ?
  12. System/achievement_list_EN.lub if you are using English Translation from Chris.
  13. theres a lot of link up there, so which one ?
  14. which part that u cant download ?
  15. Chaos92

    Several Crash

    I just download clean rathena yesterday and seems no crash like that for clean new setup server.
  16. If I remember correctly, this is from texture basic interface part. Ive tried to change this years ago, but didnt remember the correct file for it. But if im not mistaken, it should be in data\texture\유저인터페이스\basic_interface\itemwin_mid.bmp Maybe you can check in data or rdata GRF
  17. have u tried @reloadmobdb ?
  18. maybe can use any tools out there https://www.yougetsignal.com/tools/open-ports/ and insert your VPS or server IP that have the database. Make sure you can access the mysql too.
  19. then make sure the ports are open and can be accessed by localhost. I dont know about your setup but since the database is from localhost, so if got any issue, it should be from the website trying to connect to the database server. not from the server itself.
  20. database is from localhost since the host is 127.0.0.1. So the access denied to its database server itself. most probably the access is wrong. You can try access the database and see is it true the access user have database 'rag' privilege.
  21. failed because of ? give the details then easier for us to help you out.
  22. make sure u have the palette too. the palette is for the colour, and the hair sprite need to be added too.
  23. All your errors seems its because of your own custom item ? Did you convert from txt to yml ? I think the error ' but does not have an armor level. Consider adding it. Defaulting to 1.' most probably because of old format txt that didnt have armor level.
  24. Chaos92

    Several Crash

    Maybe you can redownload the latest rathena github. https://github.com/rathena/rathena
  25. you need to import all the sql in rathena/sql-files/
×
×
  • Create New...