Infarkt Posted January 29, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 01/13/12 Last Seen: March 15, 2012 Share Posted January 29, 2012 Hi! I beg you to help wanted to know how to do by pushing the two bonus cards only worked on one card, so the same should be done that would be a bonus, only worked on two cards if the cards inserted Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted January 29, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Share Posted January 29, 2012 (edited) Sorry,but I don't get what you want us to do. You want a Card that gives a special effect just when it is equiped? Please give us more information about what you want. Edited January 29, 2012 by Rikimaru Quote Link to comment Share on other sites More sharing options...
Infarkt Posted January 29, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 01/13/12 Last Seen: March 15, 2012 Author Share Posted January 29, 2012 (edited) When it is inserted two identical cards into clothes or the weapon then gives a bonus only one card. Take for example: 4403, Kiel_Card, Kiel-D-01 Card, 6,20,, 10,,,,,,,, 769,,,,,{ bonus bDelayRate, -15; },{},{} Edited January 29, 2012 by Infarkt Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted January 29, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Share Posted January 29, 2012 Then why don't you make something like a Quest,that if you have 2 Kiel_Cards you can upgrade them to a Kiel Card v 2. Something like this : // Normal Kiel Card 4403,Kiel_Card, Kiel-D-01 Card, 6,20,, 10,,,,,,,, 769,,,,,{ bonus bDelayRate, -15; },{},{} // Custom Kiel Cards ITEMID,Kiel_Card_v2, Kiel-D-01 Card v2, 6,20,, 10,,,,,,,, 769,,,,,{ bonus bDelayRate, -30; },{},{} ITEMID,Kiel_Card_v3, Kiel-D-01 Card v3, 6,20,, 10,,,,,,,, 769,,,,,{ bonus bDelayRate, -45; },{},{} ITEMID,Kiel_Card_v4, Kiel-D-01 Card v4, 6,20,, 10,,,,,,,, 769,,,,,{ bonus bDelayRate, -60; },{},{} Just an idea. Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted January 29, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted January 29, 2012 if(!@e){ bonus bDelayRate, -15;set @e,1;} Quote Link to comment Share on other sites More sharing options...
Infarkt Posted January 29, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 01/13/12 Last Seen: March 15, 2012 Author Share Posted January 29, 2012 if(!@e){ bonus bDelayRate, -15;set @e,1;} 4403, Kiel_Card, Kiel-D-01 Card, 6,20,, 10,,,,,,,, 769,,,,,{ if(!@e){ bonus bDelayRate, -15;set @e,1;} },{},{} not works Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted January 29, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Share Posted January 29, 2012 try to make it : 4403, Kiel_Card, Kiel-D-01 Card, 6,20,, 10,,,,,,,, 769,,,,,{ if(!@e){ bonus bDelayRate,15;set @e,1;} },{},{} Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 hours ago Share Posted January 30, 2012 you mean no matter the player insert how many card ( same card ) into the equipment ... but he/she will only obtain the effect of 1 card ??? like this ? bonus bDelayRate,( -30 / isequippedcnt(4403) ); Quote Link to comment Share on other sites More sharing options...
Infarkt Posted January 30, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 01/13/12 Last Seen: March 15, 2012 Author Share Posted January 30, 2012 on how to make thanatos card ? 4399,Thanatos_Card,Memory of Thanatos Card,6,20,,10,,,,,,,,2,,,,,{ bonus bAllStats,5; bonus bMaxHPrate,5; bonus bMatkRate,10; bonus bAtkRate,10; bonus bDef,-15; bonus bFlee,-15; },{},{} Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 2 hours ago Share Posted January 30, 2012 just same like what i show at above... bonus bAllStats,( 5 / isequippedcnt(4399); bonus bMaxHPrate,( 5 / isequippedcnt(4399); bonus bMatkRate,( 10 / isequippedcnt(4399); bonus bAtkRate,( 10 / isequippedcnt(4399); bonus bDef,( -15 / isequippedcnt(4399); bonus bFlee,( -15 / isequippedcnt(4399); Quote Link to comment Share on other sites More sharing options...
Infarkt Posted January 31, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 17 Reputation: 1 Joined: 01/13/12 Last Seen: March 15, 2012 Author Share Posted January 31, 2012 UP Quote Link to comment Share on other sites More sharing options...
Question
Infarkt
Hi!
I beg you to help
wanted to know how to do by pushing the two bonus cards only worked on one card, so the same should be done that would be a bonus, only worked on two cards if the cards inserted
Link to comment
Share on other sites
10 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.