Jump to content

Start_

Donators
  • Posts

    833
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Start_

  1. Nice, I remember my first day playing RO. I saw a great intro and I miss it. Also it's good to hear you can replace it.
  2. I used these minimum. https://github.com/kaninhot004/rathena/blob/39e1ac052d1e911d148cf56e3b5a0a45851a300d/src/map/battle.cpp#L704 You can set it to 10 or 100 and test.
  3. Try go to data\luafiles514\lua files\datainfo\TB_Layer_Priority.lub and edit your costume layer priority. *Not sure it's correct file to edit or not.
  4. For each skill damage in GvG, PvP, Normal, etc. Go to \doc\mapflags.txt And use skill_damage mapflag.
  5. Yes, try research 'bonus_script' and use bonus2 bSkillCooldown,sk,t; Increases cooldown of skill sk by t milliseconds to adjust skill cooldown when enter specific maps.
  6. Use bonus_script and add cooldown item bonuses.
  7. Use barter shop system.
  8. 20211103 should already set in \rathena\src\config\packets.hpp lines 16 If it wasn't, you may have to update your rAthena.
  9. Go to '\conf\channels.conf' and adjust settings.
  10. In that case you can try create pre-made events like monster "prontera",150,160,"--ja--",[email protected]_id,1,"XXX::OnMonsterDead" + [email protected]_id; OnMonsterDead1002: end; And then you can know what monster you killed by command.
  11. For 4th classes -> Just use latest rAthena. They're already merge 4CrAM into rAthena. --- For guild emblem -> You need to research how to pull from other branch into your current branch. (Git) Example: git pull https://github.com/vstumpf/rathena.git feature/webservice After merged guild emblem -> You need to 1.) Import required .sql files for guild emblem. 2.) Config inter_athena for guild emblem. 3.) Config ExternalSettings_kr.lub for guild emblem. (See screenshot) 4.) For linux -> This is my used commands. (Execute it on server directory) (If anyone knew correct commands please post it.) ./configure --enable-web-service cmake -G"Unix Makefiles" -DALLOW_SAME_DIRECTORY=ON -DINSTALL_TO_SOURCE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo .. cmake -DENABLE_WEB_SERVER=ON make clean && make server 5.) For linux -> Added webserver to chmod chmod a+x login-server && chmod a+x char-server && chmod a+x map-server && chmod a+x web-server && chmod a+x athena-start ./athena-start start If it doesn't work please check out firewall and some other requirements from Secret's and vstumpf's.
  12. That's each country data folder. You don't need to replace it to your data folder. Just use Chris data folder. Another point is mediafire link. That contain missing sprites and textures. (You don't need it if you only use kRO items in your server.)
  13. Did you use atcommand outside item bonus script? (Maybe post whole related things here.) But try use it directly on item bonus script first.
  14. No comma on that command. "@refine 4 +1"
  15. If you using SQL item database, You need to convert YAML to SQL first because rAthena will not sync YAML database to SQL anymore. For how to do it 1.) Hit yaml2sql.bat 2.) Answer questions from program. 3.) After you got new .sql files just import it.
  16. You need to compile first (It should done when you compile server) Then run csv2yaml.bat
  17. 2021-11-17 work fine for me. Remember to pull latest commits from rAthena then clean and build project again.
  18. I think about tricky way. You see [test] that send player name from server right? Just change it to send item name instead. (by source edit) Not sure just thinking.
  19. You can follow Divine Pride (Select Japanese server on top-right) Then browsing every item and follow their description. I don't know other way maybe if someone had jRO emulators?
  20. It's already on video (Below game window)
  21. 2021-12-13 17-08-18.mp4 Work fine on my end.
  22. Your way, it should work. (Just note on item info like "Please re-equip on different maps by effects information" or something else.) // Not sure un-equip -> Effect will not disappear if map is not the same or not but you can try haha.
  23. \rathena\conf\battle\player.conf Change weight percent to 99 or 100
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.