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;
}
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.
@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 ;
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);
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.
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