NightJar Posted December 29, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 12/24/17 Last Seen: December 26, 2024 Share Posted December 29, 2017 (edited) Hi, Can i request how to add custom effect on soul link scrolls? Example: Increase 10% Damage on BOWLING BASH,ARROW VULCAN, ACID DEMO, like that. Here's the script. // SOUL LINK SCROLLS // 20500,Spirit_of_Alchemist,Spirit of Alchemist,2,2,,10,,,,,0x00040000,7,2,,,,,,{ skilleffect "SL_ALCHEMIST",0; sc_start4 SC_SPIRIT,350000,5,445,0,0; },{},{} 20501,Spirit_of_Monk,Spirit of Monk,2,2,,10,,,,,0x00008000,7,2,,,,,,{ skilleffect "SL_MONK",0; sc_start4 SC_SPIRIT,350000,5,447,0,0; },{},{} 20502,Spirit_of_Star_Gladiator,Spirit of Star Gladiator,2,2,,10,,,,,0x00400000,7,2,,,,,,{ skilleffect "SL_STAR",0; sc_start4 SC_SPIRIT,350000,5,448,0,0; },{},{} 20503,Spirit_of_Sage,Spirit of Sage,2,2,,10,,,,,0x00010000,7,2,,,,,,{ skilleffect "SL_SAGE",0; sc_start4 SC_SPIRIT,350000,5,449,0,0; },{},{} 20504,Spirit_of_Crusader,Spirit of Crusader,2,2,,10,,,,,0x00004000,7,2,,,,,,{ skilleffect "SL_CRUSADER",0; sc_start4 SC_SPIRIT,350000,5,450,0,0; },{},{} 20505,Spirit_of_Super_Novice,Spirit of Super Novice,2,2,,10,,,,,0x00000001,7,2,,,,,,{ skilleffect "SL_SUPERNOVICE",0; sc_start4 SC_SPIRIT,350000,5,451,0,0; },{},{} 20506,Spirit_of_Knight,Spirit of Knight,2,2,,10,,,,,0x00000080,7,2,,,,,,{ skilleffect "SL_KNIGHT",0; sc_start4 SC_SPIRIT,350000,5,452,0,0; },{},{} 20507,Spirit_of_Wizard,Spirit of Wizard,2,2,,10,,,,,0x00000200,7,2,,,,,,{ skilleffect "SL_WIZARD",0; sc_start4 SC_SPIRIT,350000,5,453,0,0; },{},{} 20508,Spirit_of_Priest,Spirit of Priest,2,2,,10,,,,,0x00000100,7,2,,,,,,{ skilleffect "SL_PRIEST",0; sc_start4 SC_SPIRIT,350000,5,454,0,0; },{},{} 20509,Spirit_of_Artist,Spirit of Artist,2,2,,10,,,,,0x00080000,7,2,,,,,,{ skilleffect "SL_BARDDANCER",0; sc_start4 SC_SPIRIT,350000,5,455,0,0; },{},{} 20510,Spirit_of_Rogue,Spirit of Rogue,2,2,,10,,,,,0x00020000,7,2,,,,,,{ skilleffect "SL_ROGUE",0; sc_start4 SC_SPIRIT,350000,5,456,0,0; },{},{} 20511,Spirit_of_Assassin,Spirit of Assassin,2,2,,10,,,,,0x00001000,7,2,,,,,,{ skilleffect "SL_ASSASIN",0; sc_start4 SC_SPIRIT,350000,5,457,0,0; },{},{} 20512,Spirit_of_Blacksmith,Spirit of Blacksmith,2,2,,10,,,,,0x00000400,7,2,,,,,,{ skilleffect "SL_BLACKSMITH",0; sc_start4 SC_SPIRIT,350000,5,458,0,0; },{},{} 20513,Spirit_of_Hunter,Spirit of Hunter,2,2,,10,,,,,0x00000800,7,2,,,,,,{ skilleffect "SL_HUNTER",0; sc_start4 SC_SPIRIT,350000,5,460,0,0; },{},{} 20514,Spirit_of_Soul_Linker,Spirit of Soul Linker,2,2,,10,,,,,0x00800000,7,2,,,,,,{ skilleffect "SL_SOULLINKER",0; sc_start4 SC_SPIRIT,350000,5,461,0,0; },{},{} Thanks! Edited December 29, 2017 by NightJar Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted December 29, 2017 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Yesterday at 01:17 PM Share Posted December 29, 2017 Soul link scroll is just activating the soul link skill effect. so adding an effect to it would need an src change for the soul link skill itself :)) Quote Link to comment Share on other sites More sharing options...
0 NightJar Posted December 30, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 12/24/17 Last Seen: December 26, 2024 Author Share Posted December 30, 2017 Thanks @crazyarashi. But how would i do that? Were to change link effects ? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
0 NightJar Posted January 2, 2018 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 51 Reputation: 0 Joined: 12/24/17 Last Seen: December 26, 2024 Author Share Posted January 2, 2018 bump Quote Link to comment Share on other sites More sharing options...
Question
NightJar
Hi,
Can i request how to add custom effect on soul link scrolls?
Example:
Increase 10% Damage on BOWLING BASH,ARROW VULCAN, ACID DEMO, like that.
Here's the script.
// SOUL LINK SCROLLS //
20500,Spirit_of_Alchemist,Spirit of Alchemist,2,2,,10,,,,,0x00040000,7,2,,,,,,{ skilleffect "SL_ALCHEMIST",0; sc_start4 SC_SPIRIT,350000,5,445,0,0; },{},{}
20501,Spirit_of_Monk,Spirit of Monk,2,2,,10,,,,,0x00008000,7,2,,,,,,{ skilleffect "SL_MONK",0; sc_start4 SC_SPIRIT,350000,5,447,0,0; },{},{}
20502,Spirit_of_Star_Gladiator,Spirit of Star Gladiator,2,2,,10,,,,,0x00400000,7,2,,,,,,{ skilleffect "SL_STAR",0; sc_start4 SC_SPIRIT,350000,5,448,0,0; },{},{}
20503,Spirit_of_Sage,Spirit of Sage,2,2,,10,,,,,0x00010000,7,2,,,,,,{ skilleffect "SL_SAGE",0; sc_start4 SC_SPIRIT,350000,5,449,0,0; },{},{}
20504,Spirit_of_Crusader,Spirit of Crusader,2,2,,10,,,,,0x00004000,7,2,,,,,,{ skilleffect "SL_CRUSADER",0; sc_start4 SC_SPIRIT,350000,5,450,0,0; },{},{}
20505,Spirit_of_Super_Novice,Spirit of Super Novice,2,2,,10,,,,,0x00000001,7,2,,,,,,{ skilleffect "SL_SUPERNOVICE",0; sc_start4 SC_SPIRIT,350000,5,451,0,0; },{},{}
20506,Spirit_of_Knight,Spirit of Knight,2,2,,10,,,,,0x00000080,7,2,,,,,,{ skilleffect "SL_KNIGHT",0; sc_start4 SC_SPIRIT,350000,5,452,0,0; },{},{}
20507,Spirit_of_Wizard,Spirit of Wizard,2,2,,10,,,,,0x00000200,7,2,,,,,,{ skilleffect "SL_WIZARD",0; sc_start4 SC_SPIRIT,350000,5,453,0,0; },{},{}
20508,Spirit_of_Priest,Spirit of Priest,2,2,,10,,,,,0x00000100,7,2,,,,,,{ skilleffect "SL_PRIEST",0; sc_start4 SC_SPIRIT,350000,5,454,0,0; },{},{}
20509,Spirit_of_Artist,Spirit of Artist,2,2,,10,,,,,0x00080000,7,2,,,,,,{ skilleffect "SL_BARDDANCER",0; sc_start4 SC_SPIRIT,350000,5,455,0,0; },{},{}
20510,Spirit_of_Rogue,Spirit of Rogue,2,2,,10,,,,,0x00020000,7,2,,,,,,{ skilleffect "SL_ROGUE",0; sc_start4 SC_SPIRIT,350000,5,456,0,0; },{},{}
20511,Spirit_of_Assassin,Spirit of Assassin,2,2,,10,,,,,0x00001000,7,2,,,,,,{ skilleffect "SL_ASSASIN",0; sc_start4 SC_SPIRIT,350000,5,457,0,0; },{},{}
20512,Spirit_of_Blacksmith,Spirit of Blacksmith,2,2,,10,,,,,0x00000400,7,2,,,,,,{ skilleffect "SL_BLACKSMITH",0; sc_start4 SC_SPIRIT,350000,5,458,0,0; },{},{}
20513,Spirit_of_Hunter,Spirit of Hunter,2,2,,10,,,,,0x00000800,7,2,,,,,,{ skilleffect "SL_HUNTER",0; sc_start4 SC_SPIRIT,350000,5,460,0,0; },{},{}
20514,Spirit_of_Soul_Linker,Spirit of Soul Linker,2,2,,10,,,,,0x00800000,7,2,,,,,,{ skilleffect "SL_SOULLINKER",0; sc_start4 SC_SPIRIT,350000,5,461,0,0; },{},{}
Thanks!
Edited by NightJarLink to comment
Share on other sites
3 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.