Jump to content
  • 0

Golden Thief Bug Effect


Question

Posted

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

Posted

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.

Posted

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.

Posted

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!

Posted

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.

Posted

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?

Posted

 

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

Posted

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 !

Posted

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).

Posted

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

Posted

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 :(

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...