Jump to content

Start_

Donators
  • Posts

    833
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Start_

  1. Are you modified any source code? and what is your rAthena commit hash currently. Also client date and some example scripts of yours.
  2. 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))
  3. Is name and view are null like your example? If so try fill something to it or remove those lines.
  4. Made custom ygg. berry that cannot trade (Block all way to trade) and infinite use. Then sell or give this to them.
  5. source edit. Try search in src folder like 'RODEX, mail' and find when to open/claim mail just check jobs.
  6. 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.
  7. 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?
  8. use atcommand "@commands" in your commands2
  9. Rename import to import2 that should help. If not working try rename mob_db.yml to mob_db_.yml in import folders.
  10. Oh I didn't know that. Please create issue in GitHub for them.
  11. Yes currently it should been like that.
  12. 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.
  13. 12 is player sprite so you cant click it
  14. query_sql "UPDATE `char` SET `body` = 0 WHERE `account_id` = "111111111";
  15. - 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;
  16. If your item had 'itemskill' that will consume otherwise it will infinite.
  17. Map: \rathena\db\re\item_noequip.txt NPC Strip once enter a map: Use OnPCLoadMapEvent then use condition getequipisequiped then call unequip unequip (\rathena\doc\script_commands.txt line 955, 2735 and 5429)
  18. Fix still in process, it will get merge into master branch soon.
  19. Error log already told you the problem. Try look at top of document you will see how many column required and what it used.
  20. You can also use setunitdata to adjust HP and MaxHP.
  21. Use OnPCBaseLvUpEvent \doc\script_commands.txt lines 934 You need to implement this on any scripts. (Example: \npc\test\OnInterInit.txt)
  22. Use gettime command to remember day. (Both players / NPC) If day != day reset players variables to 0
×
×
  • Create New...

Important Information

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