Scotch Posted March 5, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 118 Reputation: 0 Joined: 09/19/12 Last Seen: April 2, 2016 Share Posted March 5, 2014 Can anyone help me with this card effect? Effect: 1. This card will put it in weapon. 2. This card effect was Enchant Deadly Poison. 3. Card Effect by chance only it will auto-skill. 4. Skill level 1 only. Questions: 1. EDP+Asura will effect? if yes is their a way to anti it? 2. Is their a card will Drain 10% of SP when you attack a Demi-Human Monster melee or range attacks? 3. EDP+Sacri some say it is imbalance, is their a way also to fix it? 4. If their other skill imbalance when they have this card can you have any idea to balance it in-game? I hope can anyone help me with this topic...Thanks in advance Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 5, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Yesterday at 03:04 PM Share Posted March 5, 2014 This item script will give 1% chance to cast EDP on the user when attacking. bonus3 bAutoSpell,378,1,10; For Q1&3, It can be done by script by disabling the item for monk / paladin class via item script checking. Unless you know how to edit the codes in source. if(Class != 15 || Class != 4016 || Class != 4070 || Class != 4077 || Class != 4015 || Class != 4066 || Class != 4073) { bonus3 bAutoSpell,378,1,10; } For Q3, kindly test this. bonus2 bSPDrainValueRace,RC_DemiHuman,-(MaxSP%10); For Q4, You need to edit that source for that.. Quote Link to comment Share on other sites More sharing options...
Scotch Posted March 5, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 118 Reputation: 0 Joined: 09/19/12 Last Seen: April 2, 2016 Author Share Posted March 5, 2014 ok sir thnks i will try this one...i forgot something, do you still need poison bottle to cast that skill? Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 5, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Yesterday at 03:04 PM Share Posted March 5, 2014 Nope, no need. Quote Link to comment Share on other sites More sharing options...
Scotch Posted March 5, 2014 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 118 Reputation: 0 Joined: 09/19/12 Last Seen: April 2, 2016 Author Share Posted March 5, 2014 ohhh i see...ok thanks BTW...i try it later Quote Link to comment Share on other sites More sharing options...
Question
Scotch
Can anyone help me with this card effect?
Effect:
1. This card will put it in weapon.
2. This card effect was Enchant Deadly Poison.
3. Card Effect by chance only it will auto-skill.
4. Skill level 1 only.
Questions:
1. EDP+Asura will effect? if yes is their a way to anti it?
2. Is their a card will Drain 10% of SP when you attack a Demi-Human Monster melee or range attacks?
3. EDP+Sacri some say it is imbalance, is their a way also to fix it?
4. If their other skill imbalance when they have this card can you have any idea to balance it in-game?
I hope can anyone help me with this topic...Thanks in advance
Link 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.