Jump to content

Start_

Donators
  • Posts

    833
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Start_

  1. Try using getunitdata command \doc\script_commands.txt lines 8182 You can test it with masteraid or slavecpycmd. Not sure it will work
  2. Maybe there are import files that had overwritten drop rates. But if still not working, try use latest rAthena.
  3. achievementcomplete(200003); will give you TitleId: 1003 (Not test yet but you can try)
  4. See any quest with achivement that had title as tutorial. You can add more title here data\luafiles514\lua files\datainfo\titletable.lub
  5. Try remove ; after bg_create_team;
  6. I think about src mod. Can think about other ways to do it.
  7. Adjust those cards item script if(getequipid(7) != val_arm_id){ // card bonus here }
  8. Look at \rathena\doc\item_bonus.txt You can copy these bonuses to your item script. ( \rathena\db\re\item_db_equip.yml )
  9. I don't remember any action to choose which files to read. When you want to use any of that translated just renamed it.
  10. As far as I know, hair style in character creation is fixed.
  11. I prefer you to use 'number of players in maps' to checking instead of range checking. Then enable pvp mapflag.
  12. If you using Notepad++ you can try find in files functions. (Ctrl + F)
  13. You can use my scripts (Make sure you modify it to your own way) https://raw.githubusercontent.com/kaninhot004/rathena/team-craft/npc/utilities/die_event.txt
  14. He mean when you leeching the monster (Ex. There are tons of high orc behind you) And anybody kill that orcs. Leecher will get EXP. This is possible when you had a party and use even share exp. Then modify EXP received from share will boost EXP by cards.
  15. Do you mean you had changed the image of items but it doesn't change. Right? If so try look at itemInfo again.
  16. My way is remember 'Day' that players logged in. (gettimestr) When player login again on next days, you just use OnPCLoginEvent to check and reset those variables.
  17. You have to written custom @ go by 'bindatcommand' And check boolean for unlocked maps.
  18. Why not config it on 'conf > battle > homun'
  19. Nice to meet you. I'm pretty sure rAthena can improve your skills in many ways.
  20. data/msgstringtable.txt or use GRF Editor to extract it from .grf
  21. Use @fakename with OnLogin, OnPCLvUp events.
  22. Made a OnTouch NPC on those maps. (Store temporary char variable @ is_buff_removed and use this variable to checking further)
  23. \rathena\src\map\itemdb.cpp Around Lines 150 Change value_sell = 1 (There are other 2-3 lines that contain sell value, please change that too.)
  24. You can check damage logs (Client Chat Log) and sum it up.
×
×
  • Create New...

Important Information

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