Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. data > msgstringtable.txt Find the word you want to edit.
  2. Change for(.@i=0;.@i<getarraysize(.Rewards);.@i++) to for(.@i=0;.@i<getarraysize(.RewardsID);.@i++)
  3. data > msgstringtable.txt
  4. Start_

    Autoloot bug

    Did you use newest rAthena from Github?
  5. Did you correctly set id,pw for mysql and setup database for rAthena yet? Try follow this guide maybe it's help if you miss some step: https://github.com/rathena/rathena/wiki/Install-on-Centos
  6. Use lastest GRF Editor it's fine for me no encryption found.
  7. 20200304 cannot be use now I reccommend you to use 20180620 as rAthena based.
  8. Start_

    Autoloot bug

    Is your inventory full? Or weight is over. Any src modify?
  9. Did you made custom item right? Just use 'warp' function to specific location I think it's will not check any mapflag.
  10. I see, there should be config on src folders (Try to find bodystyle cap). and made it had 2 bodystyle.
  11. Start_

    Visual 2019

    Tick Desktop dev with C++ Universal Window Platform dev
  12. Did you install this one https://rathena.org/board/files/file/3437-third-job-costumes-new-classes-corrected/ ?
  13. #define MAX_ZENY 1000 in D:\rathena\src\custom\defines_pre.hpp
  14. Disable on D:\rathena\npc\kafras\functions_kafras.txt Line 123 just remove the menu name.
  15. Check packetver you defined on src is it exact?
  16. Maybe just add increase variables in src when cash spend in Cash Shop windows. (Try to find a lines of code on src folders)
  17. There are some paid src mod for this. Not sure what it's call but you can search though rAthena forums.
  18. Alt + U Required both side custom (Server + Client). You can look at example rAthena scripts like first quest on ship. Try to duplicated it.
  19. Not sure but you can try \src\map\script.cpp >> lines 11187. (Copy/Look at this line of code) Then go to channel src files. Try to check it's trade channel and announce it.
  20. Are you using git programs to download rAthena? If yes just press fetch & pull then see the conflict and solve them. If not you need to manualy update it.
  21. Maybe you should look at Paint it black mods try learn from him.
  22. Whoa so basicly it's something missing for sure but we didn't know what is missing haha.
×
×
  • Create New...