Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/21/20 in all areas

  1. Hey all! I'm releasing these files because I think there are more people out there who can agree to that the third job auras are a bit... over the top. So here, I've made this edit. With this, you will merely have a "glowy" appearance and no longer the huge wave, casting-like explosion aura. * Special thanks to Shigure from NovaRO for an updated image file - My own image was lost. Upon downloading you agree to the following: • This is a FREE RELEASE. Do not distribute this content for commercial purpose. Caution!: • The third job aura effects are part of many third job skills, so merging this with your GRF will interfere with quite some of their animations. So unless you like some animations to become black, you are strongly recommended to ONLY use these files in Pre-RE servers that ONLY offers third job appearance(/sprite) changes without becoming them otherwise. For example, with Secret's Dress Changer. Download available in attachment~ Reduced Auras.rar
    1 point
  2. Try use cap_value on item bonus or somewhere that calculate those bonuses. --- Not sure this is correct way to fix but you can try Go to \src\map\pc.cpp Line 3725 Add sd->subrace[type2] = cap_value(sd->subrace[type2], 0, 90);
    1 point
  3. It's not in SRC. It is in rAthena->rathena->db->re (or pre-re, depending on if you are using a renewal or pre-renewal server). The file is called attr_fix . I will say, you will probably want to make a copy of the file and save it before changing anything. Also, the balancing work almost requires a program like Microsoft Excel, or OpenOffice, or LibreOffice, as it is there that you can do formulas for sums to make sure everything adds up properly. Of course, if you wanted to make a game based on Shadow being really over-powered and all the other elements having to fight against it, that could add a whole new dynamic to your server.
    1 point
  4. Ever wonder why these random number show up in your RO game client? It's called Character Code (C-CODE), an old system that implemented around 2013. If you enable this system you'll be protected against fraud since it offers a unique additional protection for each player present in-game. As you can see from the screenshot above, there exists an extra set of codes (It show up int he basic information window, and the right-click menu of player object). According to KRO, these codes doesn't repeat/overlap and its unique for every players. It offers a unique additional protection for each player present in-game. When you right-click on any player object, the C-Code are shown at the last menu ([C-Code] : ### - ###) Its ranging from 000-000 ~ 999-999, around 1,000,000 set of codes. However its not confirmed that the numbers won't repeat itself if there are multiple server setup. Click on the menu, the C-Code will be copied to clipboard. Open up any text editor or notepad, press on CTRL + V, the codes will be shown in the editor. Notes: If you copied the codes, and take a screenshot right away, the codes will be removed from the clipboard. The codes are shown display behind character's level in the trading window. Sample of different C-Code for different characters. References: home.gamer.com.tw
    1 point
  5. rathena/conf/char_athena.conf // Starting point for new characters // Format: <map_name>,<x>,<y>{:<map_name>,<x>,<y>...} // Max number of start points is MAX_STARTPOINT in char.hpp (default 5) // Location is randomly picked on character creation. // NOTE: For Doram, this requires client 20151001 or newer. start_point: iz_int,18,26:iz_int01,18,26:iz_int02,18,26:iz_int03,18,26:iz_int04,18,26 start_point_pre: new_1-1,53,111:new_2-1,53,111:new_3-1,53,111:new_4-1,53,111:new_5-1,53,111 start_point_doram: lasa_fild01,48,297
    1 point
  6. Version 1.0.1

    301 downloads

    New Script Commands gethotkeys({<char_id>}); updatehotkey(<type>,<id>,<lv>,<pos>{,<flag>,<char_id>}); clearhotkeys({<char_id>}); These are just simple commands, that gets, sets, and clears your hotkeys(skill bar). Usage Sample: hotkey_sample.txt
    Free
    1 point
×
×
  • Create New...