Jump to content

Start_

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. Change sclientinfo, clientinfo langtype maybe.
  2. Increase Damage on Left Hand, Right Hand skills.
  3. Use 0 value to stackable.
  4. Check inter_athena.conf for ID, PW, Table name for MySQL.
  5. Easy way is disable server-sided function at D:\rathena\conf\battle\feature.conf
  6. data > msgstringtable.txt Find the word you want to edit.
  7. Change for(.@i=0;.@i<getarraysize(.Rewards);.@i++) to for(.@i=0;.@i<getarraysize(.RewardsID);.@i++)
  8. data > msgstringtable.txt
  9. Start_

    Autoloot bug

    Did you use newest rAthena from Github?
  10. 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
  11. Use lastest GRF Editor it's fine for me no encryption found.
  12. 20200304 cannot be use now I reccommend you to use 20180620 as rAthena based.
  13. Start_

    Autoloot bug

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

    Visual 2019

    Tick Desktop dev with C++ Universal Window Platform dev
  17. Did you install this one https://rathena.org/board/files/file/3437-third-job-costumes-new-classes-corrected/ ?
  18. #define MAX_ZENY 1000 in D:\rathena\src\custom\defines_pre.hpp
  19. Disable on D:\rathena\npc\kafras\functions_kafras.txt Line 123 just remove the menu name.
  20. Check packetver you defined on src is it exact?
  21. Maybe just add increase variables in src when cash spend in Cash Shop windows. (Try to find a lines of code on src folders)
  22. There are some paid src mod for this. Not sure what it's call but you can search though rAthena forums.
  23. Alt + U Required both side custom (Server + Client). You can look at example rAthena scripts like first quest on ship. Try to duplicated it.
  24. 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.
×
×
  • Create New...