I want to add bonus effects to Soul Linker's Spirit Skills.
+%150 Double Strafe for Rouge Spirit for example.
Can anyone help me about that? It's blowing my mind. I've searched around in skill.c at src files but src files' scripts are a lot harder to understand/edit.
I've tried making a bard spirit talisman such as:
20509,·Î¶Ç08,Spirit Of Artist,2,2,,10,,,,,0x00080000,7,2,,,,,1223,{ bonus bDex,10; bonus bLongAtkRate,150; skilleffect "SL_BARDDANCER",0; sc_start4 SC_SPIRIT,350000,5,455,0,0; },{},{}
but it's not working like that. It uses the Link but additional Dex+ 10 and Long Range Attack %150 is not used.
Thanks in advance.