Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/09/20 in all areas

  1. View File Soul Link Modification - Script-based Information This source allows you to "script" additional bonuses on soul link buffs like an item script. See db/soul_link.yml for example. Q: Why this and not OnPCStatCalcEvent? A: PCStatCalc is known to be buggy. Alternate diff link: https://github.com/secretdataz/rathena/commit/6b91c4d18cc537e25a64f371ee3faf468b9dcc99.diff THIS RELEASE IS SUBJECT TO GPLv3 LICENSE Copyright © - Secrets <[email protected]> 2018 - All Rights Reserved Take a look at my premade script list if you like my works or want one of my premade scripts. or Submitter Secrets Submitted 04/02/2018 Category Source Modifications Video Content Author Secret  
    1 point
  2. Does anyone know how to increase the character limit from 23 to 30 in the hexed client? prt_in,129,68,3 shop Vendedora de Poções Avançadas#prt 558,11621:800,11622:1200,11623:1500,11624:7000 I tried to find out if there is any diff for this, but I didn't find
    1 point
  3. conf/battle/player.conf // Max armor def/mdef // NOTE: This setting have no effect if server is run on Renewal Mode (RENEWAL) // NOTE: does not affects skills and status effects like Mental Strength // If weapon_defense_type is non-zero, it won't apply to max def. // If magic_defense_type is non-zero, it won't apply to max mdef. max_def: 99
    1 point
  4. Sorry for previous script. That script I just make it without test it on my server. This is the real script that I have tested and working great. pvp_warper_ver1.0.txt
    1 point
  5. Hi @fireicesurfer Hope this script is what you looking for. pvp_warper.txt
    1 point
  6. Hi @Zyper143 As your request, here is the clean script for your healer npc. Enjoy! healer.txt
    1 point
  7. It's normal for me, I tested it here
    1 point
  8. To get rid of the warning, just comment the header in db/soul_link.yml #Header: # Metadata for future use # Type: MOD_SECRET_SOUL_LINK # Version: 1
    1 point
  9. Almost flawless release, just missing sprites for Flying Star Emperor when it uses the Union skill. Thank you for your work though, all the stuff available is great and working perfectly.
    1 point
  10. Try In status.cpp find: void status_read_soullink_db(char* file_name) { change to: void status_read_soullink_db(const char* file_name) {
    1 point
×
×
  • Create New...