Hercules
Hercules copied to clipboard
GTB card has silence immunity
Golden thief bug card script has wrong script
//Status that are blocked by Golden Thief Bug card or Wand of Hermod
if (status->isimmune(bl))
switch (type) {
case SC_DEC_AGI:
case SC_SILENCE:
case SC_COMA:
case SC_INC_AGI:
case SC_BLESSING:
case SC_SLOWPOISON:
case SC_IMPOSITIO:
case SC_LEXAETERNA:
case SC_SUFFRAGIUM:
case SC_BENEDICTIO:
case SC_PROVIDENCE:
case SC_KYRIE:
case SC_ASSUMPTIO:
case SC_ANGELUS:
case SC_MAGNIFICAT:
case SC_GLORIA:
case SC_WINDWALK:
case SC_MAGICROD:
case SC_ILLUSION:
case SC_STONE:
case SC_QUAGMIRE:
case SC_NJ_SUITON:
case SC_SWING:
return 0;
}
it has silence
Confirmed in aegis, this also affects many other skills.
I will compile full list soon for pre-re/re
Stone Curse and Coma are also status effects that are independent of skills and shouldn't be blocked from sources such as card/weapon sources or tarot.
any news on this?
Might want to mark this as duplicate of: https://github.com/HerculesWS/Hercules/issues/2913
This should be fixed since https://github.com/HerculesWS/Hercules/pull/3155