Jump to content

Start_

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. 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.
  2. You need to compile first (It should done when you compile server) Then run csv2yaml.bat
  3. 2021-11-17 work fine for me. Remember to pull latest commits from rAthena then clean and build project again.
  4. 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.
  5. 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?
  6. It's already on video (Below game window)
  7. 2021-12-13 17-08-18.mp4 Work fine on my end.
  8. 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.
  9. \rathena\conf\battle\player.conf Change weight percent to 99 or 100
  10. Are you modified any source code? and what is your rAthena commit hash currently. Also client date and some example scripts of yours.
  11. If it was bindatcommand just use countitem function If it was source command it need to do it on src folders. (Find all by put target commands in finding box then use count item function (Not sure how to count it but you can try search in src folders))
  12. Is name and view are null like your example? If so try fill something to it or remove those lines.
  13. Made custom ygg. berry that cannot trade (Block all way to trade) and infinite use. Then sell or give this to them.
  14. source edit. Try search in src folder like 'RODEX, mail' and find when to open/claim mail just check jobs.
  15. 1.Hit fork on rAthena GitHub sites. 2.You can see your own rAthena on https://github.com/Valcars1992?tab=repositories 3.Then use it instead of official rAthena reposity. For you changes you can take it out by FTP (FileZilla) or otherway that can take whole folders out. (In case you don't want to lose your changes) then copy paste to your reposity again.
  16. You need to commit your changes first because there are conflicted files with latest rAthena updates. Did you forked from rAthena yet or just using their reposity?
  17. use atcommand "@commands" in your commands2
  18. Oh I didn't know that. Please create issue in GitHub for them.
  19. Yes currently it should been like that.
  20. 1. Git your src folder + Commit files (No need to push to public). 2. Replace your src folder with latest rAthena src folder. 3. Revert your lost source edition (If need). 4. Clean and build.
  21. 12 is player sprite so you cant click it
×
×
  • Create New...