Scotch Posted March 5, 2014 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
sandbox Posted March 5, 2014 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
Scotch Posted March 5, 2014 Author 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
Scotch Posted March 5, 2014 Author Posted March 5, 2014 ohhh i see...ok thanks BTW...i try it later Quote
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
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.