Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. For all your questions simple answer would be ~yes There is plenty if guides around rAthena just search and find which one is more suitable for you! Here some of them.to start
  2. You must submit your files here https://rathena.org/board/files/
  3. are you using translated data files?
  4. can you elaborate what is your actual problem ?
  5. you can change all this in msgstrongtable.txt or use english version of msgstringtable.txt
  6. you server files will be reading database entries, if you have more sql based scripts it will have some effect for sure, nice signature btw
  7. I guess you need to upgrade your os to centos 7 ( i found centos 6 version have difficulties with latest rAthena) yum install gcc-c++
  8. Don't blame rAthena for your own mistakes , https://github.com/rathena/rathena/blob/master/sql-files/upgrades/upgrade_20170215.sql You probably missing this table
  9. May be you are out of ram, try checking your ram usage
  10. remove extra ) ie if (instance_id (1)
  11. This probably caused by packet issues,
  12. @eac = eaclass(); if ((@eac&EAJ_BASEMASK) == EAJ_SWORDMAN) mes "Your base job is Swordman."; if (@eac&EAJL_UPPER) mes "You are a rebirth job.";
  13. rAthena is huge. There is new members joining everyday. That’s a lot of data for to store, so to lighten the load, ips application(the forum web application we use to run forums) compresses your images. This makes them smaller in size, and it is also depends on your image quality
  14. use grf editor and search for your file, there is a search bar in there!
  15. you can check it here https://github.com/rathena/rathena/blob/master/doc/ea_job_system.txt EAJL_UPPER EAJL_BABY EAJL_THIRD
  16. sex == 1 // Male sex == 0 // female post your full script
  17. It's only announce only once when u use command
  18. - script hicommand -1,{ OnInit: bindatcmd "hi", strnpcinfo(0) +"::OnHELLO",99,99; end; OnHELLO: announce "hellow world", 0; end; } try @hi after loading this npc
  19. https://github.com/rathena/rathena/wiki/diff
  20. https://github.com/rathena/rathena/blob/master/doc/item_db.txt
  21. you can just use any freebies npc
  22. Using Nemo patcher When you go to diff your client, simply enable "Disable Dual Login"
  23. Basically you want to disable duel clients? If yes you can diff your client with disable multiple clients, If you want to limit your multiple client login to two clients only you can do it by your game guard if you using one
  24. Cyro

    Question

    You can change it in msgstringtable.txt
×
×
  • Create New...