Jump to content

Start_

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. 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.
  2. You have to written custom @ go by 'bindatcommand' And check boolean for unlocked maps.
  3. Why not config it on 'conf > battle > homun'
  4. Nice to meet you. I'm pretty sure rAthena can improve your skills in many ways.
  5. data/msgstringtable.txt or use GRF Editor to extract it from .grf
  6. Use @fakename with OnLogin, OnPCLvUp events.
  7. Made a OnTouch NPC on those maps. (Store temporary char variable @ is_buff_removed and use this variable to checking further)
  8. \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.)
  9. You can check damage logs (Client Chat Log) and sum it up.
  10. data/msgstringtable.txt Line 3024 Or you can search C#
  11. https://github.com/kaninhot004/rathena/blob/98f137b681235f423d7d277e624b851468da4227/npc/pk/pvp.txt Please be aware of bad people in server.
  12. use checkvending() \rathena\doc\script_commands.txt Lines 3909
  13. Added permanent skill (push cart). That's it.
  14. That client date is not support sclientinfo. So NEMO pop error. And you just use clientinfo.
  15. Try disable show exp number choices when patching NEMO.
  16. \rathena\db\re\skill_db.yml Lines 26295 You can adjust cystalize duration here. If you want to increase any action to increase timer. Try modify sc_start function in src. (Check SC == Crystalize) then increase duration. Hey you just adjust the value and test that's it.
  17. If you using Refine UI. Just adjust it like this. - Level: 5 Bonus: 600 Chances: - Type: Normal Rate: 6000 Price: 2000 Material: Elunium BreakingRate: 10000 - Type: HD Rate: 6000 Price: 20000 Material: No_Break_Elunium DowngradeAmount: 1 - Type: Enriched Rate: 10000 Price: 300000 Material: No_Break_No_Downgrade_Elunium
  18. Do you using custom scripts for Random Option?
  19. Start_

    Voiche chat

    I prefer Discord. You can manage them to private voice rooms.
  20. \rathena\src\map\itemdb.hpp Line 901 and \rathena\src\map\mob.cpp Line 6121 and 6123 Edit MAX_SEARCH to 30
×
×
  • Create New...