Jump to content

mrfizi

Members
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by mrfizi

  1. Best. Tapi sambutan tak pasti lagi macam mana..
  2. Waalaikumsalam. Selamat kembali. Renzo kembali ke ni madtoyz?
  3. Are you using old emulator? On latest rA it should be in item_group_db.yml https://github.com/rathena/rathena/blob/master/db/pre-re/item_group_db.yml#L3346 or db/re/item_group_db.yml for renewal.
  4. Through Skype. More detail here:
  5. If you mean create a LAN (local area network) server, YES. You can do it. But to copy 100% like what the server you play on, you need their server database/emulator and client-side file (hopefully not encrypted, but most server files are encrypted).
  6. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L10115 Add checkquest: https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L10128
  7. Why not use mapflag? https://github.com/rathena/rathena/blob/master/doc/mapflags.txt Setting on your https://github.com/rathena/rathena/tree/master/npc/mapflag then restart your server.
  8. I'm not sure the ragray client still available. But you can check the list of client here: https://nemo.herc.ws/
  9. As mention by @Playtester, you need this patch for your client: https://nemo.herc.ws/patches/UseTildeForMatk/
  10. Did you add .lub or not on this diff: 276 Change OngoingQuestInfoList*.lub path
  11. You need to change it on here: https://github.com/AnnieRuru/Release/blob/master/scripts/PvP %26 GvG/Dota PVP ladder/dota_sql_ladder_3.6r.txt#L40-L46 And here: https://github.com/AnnieRuru/Release/blob/master/scripts/PvP %26 GvG/Dota PVP ladder/dota_sql_ladder_3.6r.txt#L81-L87
  12. If you are using Dota PvP Ladder, the script comes with a setting that only counts the rank from the map that has been set. But, even if you do this, your player still abuses the rank system. Entering the pvp, use a dummy character (their own character or friend) and nonstop kill or kill each other to get the higher rank. Most abuse happens when you add a reward for top rank/point.
  13. Add restrictions for your item. Pre-renewal: https://github.com/rathena/rathena/blob/master/db/pre-re/item_noequip.txt Renewal: https://github.com/rathena/rathena/blob/master/db/re/item_noequip.txt
  14. You need to recompile your server/emulator.
  15. Some of the new skills animation or effect need the client above 2018.
  16. Ohh sorry.. I misunderstood you question. Based on the reference link On your skill_db pre-re/re: https://github.com/rathena/rathena/blob/master/db/pre-re/skill_db.yml#L2806 change the element Holy to Magic .
  17. You still use the the txt version? I suggest you to upgrade the latest rA. yml file more easy to read, configure or understand. There are all in the doc folder in emulator https://github.com/rathena/rathena/blob/master/doc/skill_db.txt
  18. On client side: data\luafiles514\lua files\stateicon\efstids.lub EFST_HIDING = 4,
  19. /conf/battle/items.conf // How much time must pass between item uses? // Only affects the delay between using items, prevents healing item abuse. Recommended ~500 ms // On officials this is 0, but it's set to 100ms as a measure against bots/macros. item_use_interval: 100
  20. I think you can only do it on trade restrictions in item_db : https://github.com/rathena/rathena/blob/master/db/item_db.yml#L71-L81
  21. https://rathena.org/board/topic/124581-recommendedquestinfoload-bad-argument-1/?do=findComment&comment=382056
  22. Change the skill damage in db/skill_damage_db.txt : https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt
×
×
  • Create New...