Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/28/19 in all areas

  1. Version 1.0.0

    1782 downloads

    This modification allows you to create fake players without further using mob_avail for such behavior. Usage: .@monsterGID = fakeplayer( map, x, y, name, job_id, sex, hair_style, hair_color, weapon, shield, head_top, head_mid, head_bottom, option, cloth_color );
    Free
    2 points
  2. Heya, As of 1.8.3.3, GRF Editor now has a Dark Theme available. You can choose the theme from Tools > Settings > General > Theme.
    1 point
  3. I'm glad I could help ? Maybe in the future when I have time I'll tinker a bit more with it to improve stuff ?
    1 point
  4. skill.cpp Remove SCCB_CHEM_PROTECT case 3: // THE HIGH PRIESTESS - all buffs removed { status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT); break; } should look like this case 3: // THE HIGH PRIESTESS - all buffs removed { status_change_clear_buffs(target, SCCB_BUFFS ); break; }
    1 point
  5. Open src/custom/defines_pre.hpp Below "#define CONFIG_CUSTOM_DEFINES_PRE_HPP", add this line: "#define PACKETVER 20151104" but with your hexed date (I am using a 2015-11-04 client). Recompile.
    1 point
  6. @Sehrentos is it possible to make the reward system like this? with the amount on it? // Event reward ID's (One random array is selected) setarray .loots_0, 501,10 , 502,10 , 503,10 , 504,10 , 505,10 , 506,10 ;
    1 point
  7. New release soonish. Features: Discord addon & Player Guide (command /pib)
    1 point
  8. Hello! You can disable it by using any HEX editor. search: 68 CA 00 00 00 6A 15 8B CE change to: 68 00 02 00 00 6A 15 8B CE
    1 point
  9. Version 1.0.0

    422 downloads

    Manon monster from MS.
    Free
    1 point
  10. Version 1.0.0

    289 downloads

    Blue Insectivore Slime and Yellow Insectivore Slime from MS.
    Free
    1 point
  11. Version 1.0.0

    345 downloads

    Stoplight Ghost from MS.
    Free
    1 point
  12. Version 1.0.0

    357 downloads

    Sign Ghost from MS.
    Free
    1 point
  13. Version 1.0.0

    966 downloads

    Hello guys Im Sharing This file for Rathena users . Its a monster sprite ! Hes cool isnt he ? You can use it for MVP or BOSS monsters You can share this to others also I will upload many items custom wings to my website you can also check my website https://www.rag-web.gq
    Free
    1 point
  14. The solution lies just above the code that you're trying to edit. Screenshots: flee2_rate is calculated as src code: if (bl->type&battle_config.enable_perfect_flee) { stat = status->flee2; stat += (status->luk*10/3) + 10; // (every 3 luk = +1 perfect flee) status->flee2 = cap_value(stat, 0, SHRT_MAX);
    1 point
  15. If you still need help I know that this link How to change MAX LEVEL from 99 to 255 for rAthena is a good guide. I myself can never trust github guides.
    1 point
  16. Version v.1.0

    494 downloads

    VOTE for the Sprite's or Post your comment in the Support Topic ---- File Info ---- This File Includes: Flam Lord Spr and Act File ---- Rules ---- 1. Do not claim my work as yours. 2. Do not remove or alter my signatures/watermarks within the sprites and all associated files. 3. Credit me if you use my work as a base. 4. Do not edit or alter my sprites in any way without permission from me. 5. Do not distribute my sprites on any file hosting sites.
    Free
    1 point
  17. Version 1.0

    3899 downloads

    This is a collection of weapons designed by Sae-Create. All sprites were released for free and I'm merely backing up Sae's work for preservation. Weapon Information: 1. Oriental Black Sword For Blacksmith, Alchemist (Genetic), Assassin, Rogue 2. Negi For Game Master Only 3. Highness Staff For High Priest/Archbishop, High Wizard, Soul Linker, Warlock, Professor, Sorcerer 4. Dorcus For Champion & Sura Only 5. Cat Pow For Assassin Only 6. White & Black Rabbit (Weapon & Shield) For Super Novice Only 7. Soaring Bird For Sniper, Ranger, Chaser, Shadowchaser, Wanderer (Gypsy), Minstrel (Clown) 8. Black Halberd For Lord Knight, Rune Knight, Paladin, Royal Guard 9. Strike Eagle For Arch Bishop & High Priest Only
    Free
    1 point
  18. 3145 downloads

    This is yet another punching bag with DPS counter which I use to experiment with get/setunitdata command. Feel free to use.
    Free
    1 point
  19. 486 downloads

    a bladed whip for dancers and gypsies, you can view it here http://rathena.org/board/topic/59228-dl-unmeis-sprites/
    Free
    1 point
  20. Yes, i'm new on rAthena i mean in this community but i can guarantee you i can fix it. Anyways, making using BrowEdit 586 or 620 as i said earlier, you can't fix it not totally fix some areas are fixes but everytime you walk in other tiles it will be blacken. Trust me. No Offense for this Brandon For all players having issues with 'Blackening Textures In-game' just hit this and follow. We will use the 'Hexing Method' Open 'XVI32' or any Hexing Editors. Find the .rsw,(File) open it up in a Hex Editor or XVI32, and look for "0201" on the first line and change it to "0109". NOTE: if you Hex the .gat(File) it will give you like this "unrecognized version". It should be worked, and i can guarantee it tested with Ivion 'Matrix Illion Map' Please give me some feed back. Regards, Nemesis / War of Immortals
    1 point
×
×
  • Create New...