Jump to content
  • 0

Card effects + Yggdarsil


Killmesoftly

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  73
  • Reputation:   6
  • Joined:  06/16/12
  • Last Seen:  

Hi good morning everyone! i would like to change GTB card effect from magic immunity to Anti-dispell card is there any way to do this? oh ye i would like to add 1% coma to yggdrasil berry. 

 

Thank you so much everyone! have a nice day!

Edited by Killmesoftly
Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  276
  • Reputation:   24
  • Joined:  07/06/13
  • Last Seen:  

Hi good morning everyone! i would like to change GTB card effect from magic.

 

I think SRC Editing will do the trick...

ItemDB:

4128,Golden_Bug_Card,Golden Thief Bug Card,6,20,,10,,,,,,,,32,,,,,{ bonus bNoMagicDamage,100;},{},{}

Probably will not work:

20000,Anti-Dispel_Card,Anti-Dispell Card,6,20,,10,,,,,,,,32,,,,,{ bonus bNoMagicDamage,100;},{},{}

in items.conf edit:

// 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: 100

oh ye i would like to add 1% coma to yggdrasil berry.

 

Yggs with comma:

Maybe callfunc will help? Lets wait for someone knows this im very intersted also in this. :D

I know how to use callfunc but idk what command to use, (SKILL to SELF)

607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ percentheal 75,75; },{},{}
608,Seed_Of_Yggdrasil,Yggdrasil Seed,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ percentheal 50,50; },{},{}
Edited by Lil Troll
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

Unless I misunderstand what you want it is very simple to do.

 

Peopleperson49

 

 

607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ if(rand(1,100)==1) { sc_start sc_coma,10000,0; } else { percentheal 75,75; } },{},{}
Edited by Peopleperson49
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  276
  • Reputation:   24
  • Joined:  07/06/13
  • Last Seen:  

Wow People Person, thanks now how to self skill! :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

What do you mean self skill?

 

Peopleperson49

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  73
  • Reputation:   6
  • Joined:  06/16/12
  • Last Seen:  

Hi good morning everyone! i would like to change GTB card effect from magic.

 

I think SRC Editing will do the trick...

ItemDB:

4128,Golden_Bug_Card,Golden Thief Bug Card,6,20,,10,,,,,,,,32,,,,,{ bonus bNoMagicDamage,100;},{},{}

Probably will not work:

20000,Anti-Dispel_Card,Anti-Dispell Card,6,20,,10,,,,,,,,32,,,,,{ bonus bNoMagicDamage,100;},{},{}

in items.conf edit:

// 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: 100

oh ye i would like to add 1% coma to yggdrasil berry.

 

Yggs with comma:

Maybe callfunc will help? Lets wait for someone knows this im very intersted also in this. :D

I know how to use callfunc but idk what command to use, (SKILL to SELF)

607,Yggdrasilberry,Yggdrasil Berry,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ percentheal 75,75; },{},{}
608,Seed_Of_Yggdrasil,Yggdrasil Seed,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ percentheal 50,50; },{},{}

 

 

 

 

Aww sir thank you for answering me, i might explained it wrong, what i mean is GTB Effect change it to Anti-dispell, so whenever you equip GTB card on your shield professor wont be able to use anti dispell on you. :P i dont want my gtb card to be 100% magic immine sorry again.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  276
  • Reputation:   24
  • Joined:  07/06/13
  • Last Seen:  

Here sir People, { sc_start sc_coma,10000,0; }, i mean skill cast to self.

 

@killme no problem. :D

Edited by Lil Troll
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

That does cast it to self. It gives a 1% chance to be affected by coma when using that item. If you wanting it to be used on others then you have to be attacking them or them attacking you as shown below.

 

Peopleperson49

 

 

bonus2 bWeaponComaRace,x,y;
bonus2 bWeaponComaEle,x,n;


I'm a bit confused on what you want with the GTB/Anit-dispel, so I may not know exactly what you mean. It's just a thought, but you could probably change the bNoMagicDamage limit to enable the status immunity to 1%. That way the anti-dispel card would still give the status immunity, but basically block no damage. The golden thiefbug card since its above that 1% would still work the same as it always does. You just have to make sure no other cards use the bNoMagicDamage or they would get that GTB effect also.

 

Peopleperson49

Edited by Peopleperson49
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  73
  • Reputation:   6
  • Joined:  06/16/12
  • Last Seen:  

That does cast it to self. It gives a 1% chance to be affected by coma when using that item. If you wanting it to be used on others then you have to be attacking them or them attacking you as shown below.

 

Peopleperson49

 

 

bonus2 bWeaponComaRace,x,y;
bonus2 bWeaponComaEle,x,n;

I'm a bit confused on what you want with the GTB/Anit-dispel, so I may not know exactly what you mean. It's just a thought, but you could probably change the bNoMagicDamage limit to enable the status immunity to 1%. That way the anti-dispel card would still give the status immunity, but basically block no damage. The golden thiefbug card since its above that 1% would still work the same as it always does. You just have to make sure no other cards use the bNoMagicDamage or they would get that GTB effect also.

 

Peopleperson49

 

Hey peopleperson thank you for answering, oh no theres no anti-dispell card, i wanna change the GTB card to anti-dispell, remove 100% immune to all magics and make it anti-dispell :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  218
  • Topics Per Day:  0.05
  • Content Count:  1180
  • Reputation:   141
  • Joined:  01/27/12
  • Last Seen:  

Guess you will need a source mod then, glad I could clear that up, lol. Have a nice day.

 

Peopleperson49

Link to comment
Share on other sites

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.

×
×
  • Create New...