Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. 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.
  2. 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?
  3. It's already on video (Below game window)
  4. 2021-12-13 17-08-18.mp4 Work fine on my end.
  5. 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.
  6. \rathena\conf\battle\player.conf Change weight percent to 99 or 100
  7. Are you modified any source code? and what is your rAthena commit hash currently. Also client date and some example scripts of yours.
  8. 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))
  9. Is name and view are null like your example? If so try fill something to it or remove those lines.
  10. Made custom ygg. berry that cannot trade (Block all way to trade) and infinite use. Then sell or give this to them.
  11. source edit. Try search in src folder like 'RODEX, mail' and find when to open/claim mail just check jobs.
  12. 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.
  13. 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?
  14. use atcommand "@commands" in your commands2
  15. Oh I didn't know that. Please create issue in GitHub for them.
  16. Yes currently it should been like that.
  17. 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.
  18. 12 is player sprite so you cant click it
  19. query_sql "UPDATE `char` SET `body` = 0 WHERE `account_id` = "111111111";
  20. - Id: 504 AegisName: White_Potion Name: White Potion Type: Delayconsume Buy: 1200 Weight: 150 Script: | percentheal 20,0; If still not working - Id: 504 AegisName: White_Potion Name: White Potion Type: Delayconsume Flags: NoConsume: true Buy: 1200 Weight: 150 Script: | percentheal 20,0;
  21. If your item had 'itemskill' that will consume otherwise it will infinite.
×
×
  • Create New...