Jump to content

Leaderboard

Popular Content

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

  1. 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
  2. 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
  3. 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
  4. 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
  5. @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
  6. 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
  7. 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
  8. 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
  9. 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...