Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. Nice to meet you. I'm pretty sure rAthena can improve your skills in many ways.
  2. data/msgstringtable.txt or use GRF Editor to extract it from .grf
  3. Use @fakename with OnLogin, OnPCLvUp events.
  4. Made a OnTouch NPC on those maps. (Store temporary char variable @ is_buff_removed and use this variable to checking further)
  5. \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.)
  6. You can check damage logs (Client Chat Log) and sum it up.
  7. data/msgstringtable.txt Line 3024 Or you can search C#
  8. https://github.com/kaninhot004/rathena/blob/98f137b681235f423d7d277e624b851468da4227/npc/pk/pvp.txt Please be aware of bad people in server.
  9. use checkvending() \rathena\doc\script_commands.txt Lines 3909
  10. Added permanent skill (push cart). That's it.
  11. That client date is not support sclientinfo. So NEMO pop error. And you just use clientinfo.
  12. Try disable show exp number choices when patching NEMO.
  13. \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.
  14. 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
  15. Do you using custom scripts for Random Option?
  16. Start_

    Voiche chat

    I prefer Discord. You can manage them to private voice rooms.
  17. \rathena\src\map\itemdb.hpp Line 901 and \rathena\src\map\mob.cpp Line 6121 and 6123 Edit MAX_SEARCH to 30
  18. For button it's based on 'Client' you should searching for Chris data and learn how to use it.
  19. Bonus from item bonus will not affected text that announce in your screenshots.
×
×
  • Create New...