We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears that safety wall isn't blocking attacks on emperium during WoE.
Based on this code, it looks specifically like Safetywall and Pneuma should work on emp:
if (bl->type == BL_MOB) { struct mob_data *md = BL_CAST(BL_MOB, bl); if (md && (md->class_ == MOBID_EMPELIUM || mob_is_battleground(md)) && type != SC_SAFETYWALL && type != SC_PNEUMA) return 0; //Emperium/BG Monsters can't be afflicted by status changes #if 0 if (md && mob_is_gvg(md) && status->sc2scb_flag(type)&SCB_MAXHP) return 0; //prevent status addinh hp to gvg mob (like bloodylust=hp*3 etc... #endif // 0 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appears that safety wall isn't blocking attacks on emperium during WoE.
Based on this code, it looks specifically like Safetywall and Pneuma should work on emp:
The text was updated successfully, but these errors were encountered: