Jump to content
  • 0

Golden Thief Bug


Werdio

Question


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Hi,

I want to know how I can change this card effects so that this effect appear:

Golden Thief Bug Card

100% against monsters

50% against Players.

{ bonus bNoMagicDamage,50; bonus bUseSPrate,100; },{},{}

Lord of the Dead Card

With LONG RANGE function, so that they can get Coma on long range attacks too.

{ bonus3 bAddEff,Eff_Stun,500,ATF_SHORT; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; bonus3 bAddEff,Eff_Silence,500,ATF_SHORT; bonus3 bAddEff,Eff_Poison,500,ATF_SHORT; bonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT; bonus2 bWeaponComaRace,RC_NonBoss,1; bonus bIgnoreDefRace,RC_Ghost; },{},{}

I hope you can help meeee :>

Edited by Lightning Farron
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

Wow! I need it too.. Hope somebody can help this..

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Golden Thief Bug Card

100% against monsters

50% against Players.

...

This item script doesn't exist. You should ask in source support.

Lord of the Dead Card

With LONG RANGE function, so that they can get Coma on long range attacks too.

Lod already works with long range attack

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.02
  • Content Count:  248
  • Reputation:   1
  • Joined:  06/27/12
  • Last Seen:  

Thank you, some dudes of my Server means "long range doesn't work"

I can't believe :D

For the GTB:

It should kill the Dispell of Randgris but it don't q.q

bonus bNoMagicDamage,50;

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

/bo

For the GTB:

It should kill the Dispell of Randgris but it don't q.q

bonus bNoMagicDamage,50;

trunk/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

That means if

bonus bNoMagicDamage,50;

and

gtb_sc_immunity: 50

( -->> gtb_sc_immunity value < bNoMagicDamage value ) then GTB block dispell.

Edited by Capuche
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...