HerculesWS / Hercules

Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
http://herc.ws
GNU General Public License v3.0
896 stars 753 forks source link

GTB card has silence immunity #2605

Closed anyamichael closed 6 months ago

anyamichael commented 4 years ago

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 Screen Shot 2020-01-06 at 18 03 29

hemagx commented 4 years ago

Confirmed in aegis, this also affects many other skills.

hemagx commented 4 years ago

I will compile full list soon for pre-re/re

Xelliekins commented 4 years ago

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.

GreenStage commented 3 years ago

any news on this?

Playtester commented 6 months ago

Might want to mark this as duplicate of: https://github.com/HerculesWS/Hercules/issues/2913

skyleo commented 6 months ago

This should be fixed since https://github.com/HerculesWS/Hercules/pull/3155