Venomenon Posted January 4, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 11/21/11 Last Seen: July 6, 2024 Share Posted January 4, 2012 Is there any possibilities to remove the complete resistance of the GTB Card to any status effects? Quote Link to comment Share on other sites More sharing options...
Jonne Posted January 4, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 153 Reputation: 33 Joined: 12/24/11 Last Seen: September 30, 2024 Share Posted January 4, 2012 ./conf/battle/items.conf // Required level of bNoMagicDamage before Status Changes are blocked (Golden Thief Bug card). // For example, if left at 50. An item can give bNoMagicDamage,40; // which reduces magic damage by 40%, but does not blocks status changes. gtb_sc_immunity: 50 Set value to 101, which is above GTB card effect. Quote Link to comment Share on other sites More sharing options...
Venomenon Posted January 4, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 51 Reputation: 0 Joined: 11/21/11 Last Seen: July 6, 2024 Author Share Posted January 4, 2012 (edited) So the status changes won't be blocked anymore but the magic damage reduction won't be affected? Uhm sir, if I want to exclude Coma effect from the list of the status effects that won't be blocked by the GTB? Is that even possible? Edited January 4, 2012 by Venomenon Quote Link to comment Share on other sites More sharing options...
Gerome Posted January 8, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 185 Reputation: 26 Joined: 12/07/11 Last Seen: January 31 Share Posted January 8, 2012 (edited) Find this in src/map/status.c //Status that are blocked by Golden Thief Bug card or Wand of Hermod if (status_isimmune(bl)) switch (type) { case SC_DECREASEAGI: case SC_SILENCE: case SC_COMA: case SC_INCREASEAGI: case SC_BLESSING: case SC_SLOWPOISON: case SC_IMPOSITIO: case SC_AETERNA: 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_HALLUCINATION: case SC_STONE: case SC_QUAGMIRE: case SC_SUITON: return 0; } Then Remove case SC_COMA: Edited January 8, 2012 by Gerome Quote Link to comment Share on other sites More sharing options...
Question
Venomenon
Is there any possibilities to remove the complete resistance of the GTB Card to any status effects?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.