Radian Posted December 6, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted December 6, 2014 Can I request a modified GTB card effect. instead of reducing the magic damage & cannot be dispelled, How can you change it to like this { bonus bNoMagicDamage,100,50; } 100% means all magic skills will miss and it has a 50% chance of activating when player got hit with magic. Quote Link to comment Share on other sites More sharing options...
Nerfwood Posted December 7, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 104 Reputation: 27 Joined: 12/05/13 Last Seen: August 26, 2015 Share Posted December 7, 2014 Try this one: autobonus2 "{ bonus bNoMagicDamage,100;}",500,2000,BF_MAGIC,"{ specialeffect2 EF_ENDURE; }"; Quote Link to comment Share on other sites More sharing options...
Conflicts Posted December 6, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share Posted December 6, 2014 This is more of a Source Request than a Script Request. I've moved it to Source Request. Have you taken a look at Epoque's old Extra Bonuses Pack? I think I saw that bNoMagicDamage effect from there. Quote Link to comment Share on other sites More sharing options...
Radian Posted December 6, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted December 6, 2014 This is more of a Source Request than a Script Request. I've moved it to Source Request. Have you taken a look at Epoque's old Extra Bonuses Pack? I think I saw that bNoMagicDamage effect from there. Sorry, As far as I remember I put it on the source request. but anyway thanks! Yea... about that I got the pack but it was all in one. Quote Link to comment Share on other sites More sharing options...
Conflicts Posted December 6, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share Posted December 6, 2014 I have it installed on my rAthena (rAmod) installation. I'll see if I can dissect it to parts and create a .diff for the bNoMagicDamage only. 1 Quote Link to comment Share on other sites More sharing options...
Yonko Posted December 6, 2014 Group: Members Topic Count: 166 Topics Per Day: 0.04 Content Count: 789 Reputation: 50 Joined: 04/16/12 Last Seen: July 8, 2022 Share Posted December 6, 2014 I have it installed on my rAthena (rAmod) installation. I'll see if I can dissect it to parts and create a .diff for the bNoMagicDamage only. I'm waiting for the diff thanks Conflicts! Quote Link to comment Share on other sites More sharing options...
Playtester Posted December 6, 2014 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 896 Reputation: 248 Joined: 01/30/13 Last Seen: Monday at 01:58 PM Share Posted December 6, 2014 No need for source change, you can just use Autobonus for it. You could for example make it "50% chance to gain magic immunity for 2 seconds when hit by magic spell". I know it's not exactly the same but it gets close and if the goal is to just weaken the effect then this works. Quote Link to comment Share on other sites More sharing options...
Radian Posted December 6, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted December 6, 2014 No need for source change, you can just use Autobonus for it. You could for example make it "50% chance to gain magic immunity for 2 seconds when hit by magic spell". I know it's not exactly the same but it gets close and if the goal is to just weaken the effect then this works. Yea that will do.. but how can i do that? Quote Link to comment Share on other sites More sharing options...
Radian Posted December 7, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted December 7, 2014 Thanks! this works. Quote Link to comment Share on other sites More sharing options...
Rocky Road Posted December 10, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 72 Reputation: 0 Joined: 11/08/14 Last Seen: November 24, 2015 Share Posted December 10, 2014 Try this one: autobonus2 "{ bonus bNoMagicDamage,100;}",500,2000,BF_MAGIC,"{ specialeffect2 EF_ENDURE; }"; How to make this on melee attack? immune to melee attack for 2 secs? please Quote Link to comment Share on other sites More sharing options...
Radian Posted December 10, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted December 10, 2014 Try this one: autobonus2 "{ bonus bNoMagicDamage,100;}",500,2000,BF_MAGIC,"{ specialeffect2 EF_ENDURE; }"; How to make this on melee attack? immune to melee attack for 2 secs? please You need to change the BF_MAGIC to BF_SHORT Quote Link to comment Share on other sites More sharing options...
Rocky Road Posted December 11, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 72 Reputation: 0 Joined: 11/08/14 Last Seen: November 24, 2015 Share Posted December 11, 2014 Try this one: autobonus2 "{ bonus bNoMagicDamage,100;}",500,2000,BF_MAGIC,"{ specialeffect2 EF_ENDURE; }"; How to make this on melee attack? immune to melee attack for 2 secs? please You need to change the BF_MAGIC to BF_SHORT Thanks ! Quote Link to comment Share on other sites More sharing options...
Playtester Posted December 11, 2014 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 896 Reputation: 248 Joined: 01/30/13 Last Seen: Monday at 01:58 PM Share Posted December 11, 2014 But that would only make you immune to magic on melee attacks. Not sure if there is an immune to physical bonus. You could make an autocast of NPC_STONESKIN Level 10 which would be 100% less damage from physical attacks but 100% more damage from magical attacks (see Ulfhedinn, this item already has this bonus except it's level 6). Quote Link to comment Share on other sites More sharing options...
Radian Posted December 12, 2014 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Author Share Posted December 12, 2014 But that would only make you immune to magic on melee attacks. Not sure if there is an immune to physical bonus. You could make an autocast of NPC_STONESKIN Level 10 which would be 100% less damage from physical attacks but 100% more damage from magical attacks (see Ulfhedinn, this item already has this bonus except it's level 6). Lol my bad. xD Quote Link to comment Share on other sites More sharing options...
Rocky Road Posted December 13, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 72 Reputation: 0 Joined: 11/08/14 Last Seen: November 24, 2015 Share Posted December 13, 2014 But that would only make you immune to magic on melee attacks. Not sure if there is an immune to physical bonus. You could make an autocast of NPC_STONESKIN Level 10 which would be 100% less damage from physical attacks but 100% more damage from magical attacks (see Ulfhedinn, this item already has this bonus except it's level 6). Awww ok Quote Link to comment Share on other sites More sharing options...
Question
Radian
Can I request a modified GTB card effect. instead of reducing the magic damage & cannot be dispelled, How can you change it to like this
{ bonus bNoMagicDamage,100,50; } 100% means all magic skills will miss and it has a 50% chance of activating when player got hit with magic.
Link to comment
Share on other sites
14 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.