Werdio Posted January 12, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Share Posted January 12, 2013 (edited) 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 January 12, 2013 by Lightning Farron Quote Link to comment Share on other sites More sharing options...
mrfizi Posted January 13, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 383 Reputation: 78 Joined: 10/30/12 Last Seen: March 17 Share Posted January 13, 2013 Wow! I need it too.. Hope somebody can help this.. Quote Link to comment Share on other sites More sharing options...
Capuche Posted January 13, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted January 13, 2013 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 Quote Link to comment Share on other sites More sharing options...
Werdio Posted January 15, 2013 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 248 Reputation: 1 Joined: 06/27/12 Last Seen: May 9, 2016 Author Share Posted January 15, 2013 Thank you, some dudes of my Server means "long range doesn't work" I can't believe For the GTB: It should kill the Dispell of Randgris but it don't q.q bonus bNoMagicDamage,50; Quote Link to comment Share on other sites More sharing options...
Capuche Posted January 15, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted January 15, 2013 (edited) 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 January 15, 2013 by Capuche Quote Link to comment Share on other sites More sharing options...
Question
Werdio
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.
Lord of the Dead Card
With LONG RANGE function, so that they can get Coma on long range attacks too.
I hope you can help meeee :>
Edited by Lightning FarronLink to comment
Share on other sites
4 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.