Killmesoftly Posted August 10, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 73 Reputation: 6 Joined: 06/16/12 Last Seen: August 4, 2017 Share Posted August 10, 2013 (edited) 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 August 10, 2013 by Killmesoftly Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted August 11, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Share Posted August 11, 2013 (edited) 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. 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 August 11, 2013 by Lil Troll Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted August 11, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted August 11, 2013 (edited) 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 August 11, 2013 by Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted August 11, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Share Posted August 11, 2013 Wow People Person, thanks now how to self skill! Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted August 11, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted August 11, 2013 What do you mean self skill? Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Killmesoftly Posted August 11, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 73 Reputation: 6 Joined: 06/16/12 Last Seen: August 4, 2017 Author Share Posted August 11, 2013 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. 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. i dont want my gtb card to be 100% magic immine sorry again. Quote Link to comment Share on other sites More sharing options...
Lil Troll Posted August 11, 2013 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 276 Reputation: 24 Joined: 07/06/13 Last Seen: April 19, 2014 Share Posted August 11, 2013 (edited) Here sir People, { sc_start sc_coma,10000,0; }, i mean skill cast to self. @killme no problem. Edited August 11, 2013 by Lil Troll Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted August 11, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted August 11, 2013 (edited) 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 August 11, 2013 by Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Killmesoftly Posted August 12, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 73 Reputation: 6 Joined: 06/16/12 Last Seen: August 4, 2017 Author Share Posted August 12, 2013 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 Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted August 13, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: July 15, 2024 Share Posted August 13, 2013 Guess you will need a source mod then, glad I could clear that up, lol. Have a nice day. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Question
Killmesoftly
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 KillmesoftlyLink to comment
Share on other sites
9 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.