Werdio Posted January 12, 2013 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
mrfizi Posted January 13, 2013 Posted January 13, 2013 Wow! I need it too.. Hope somebody can help this.. Quote
Capuche Posted January 13, 2013 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
Werdio Posted January 15, 2013 Author 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
Capuche Posted January 15, 2013 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
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 Farron4 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.