Radian Posted December 6, 2014 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
Nerfwood Posted December 7, 2014 Posted December 7, 2014 Try this one: autobonus2 "{ bonus bNoMagicDamage,100;}",500,2000,BF_MAGIC,"{ specialeffect2 EF_ENDURE; }"; Quote
Conflicts Posted December 6, 2014 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
Radian Posted December 6, 2014 Author 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
Conflicts Posted December 6, 2014 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
Yonko Posted December 6, 2014 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
Playtester Posted December 6, 2014 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
Radian Posted December 6, 2014 Author 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
Rocky Road Posted December 10, 2014 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
Radian Posted December 10, 2014 Author 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
Rocky Road Posted December 11, 2014 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
Playtester Posted December 11, 2014 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
Radian Posted December 12, 2014 Author 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
Rocky Road Posted December 13, 2014 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
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.
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.