HappyMan Posted October 11, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Share Posted October 11, 2016 all soul link effects increase hp by 20% anyone? Quote Link to comment Share on other sites More sharing options...
-1 Emistry Posted October 15, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 22 hours ago Share Posted October 15, 2016 since you post this at script request section... - script sample_soullink_hp -1,{ OnPCStatCalcEvent: if ( getstatus( SC_SOULLINK ) ) { bonus bMaxHPrate,20; } end; } Quote Link to comment Share on other sites More sharing options...
0 HappyMan Posted October 20, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Author Share Posted October 20, 2016 since you post this at script request section... - script sample_soullink_hp -1,{ OnPCStatCalcEvent: if ( getstatus( SC_SOULLINK ) ) { bonus bMaxHPrate,20; } end; } sir its not working Quote Link to comment Share on other sites More sharing options...
0 TiMz Posted October 20, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 192 Reputation: 9 Joined: 05/08/13 Last Seen: August 23, 2024 Share Posted October 20, 2016 Can you provide the error that shows up on your console? Quote Link to comment Share on other sites More sharing options...
0 HappyMan Posted October 21, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Author Share Posted October 21, 2016 Can you provide the error that shows up on your console? theres no error in putty. i put the script and restart my server and i use knight soul link nothing happen.. bump Quote Link to comment Share on other sites More sharing options...
1 TiMz Posted October 21, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 192 Reputation: 9 Joined: 05/08/13 Last Seen: August 23, 2024 Share Posted October 21, 2016 Can you provide the error that shows up on your console? theres no error in putty. i put the script and restart my server and i use knight soul link nothing happen.. bump Try this. - script sample_soullink_hp -1,{ OnPCStatCalcEvent: if ( getstatus( SC_SPIRIT ) ) { bonus bMaxHPrate,20; } end; } 1 Quote Link to comment Share on other sites More sharing options...
-1 HappyMan Posted October 23, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Author Share Posted October 23, 2016 (edited) On 10/21/2016 at 10:07 AM, TiMz said: On 10/21/2016 at 8:09 AM, HappyMan said: On 10/20/2016 at 10:07 AM, TiMz said: Can you provide the error that shows up on your console? theres no error in putty. i put the script and restart my server and i use knight soul link nothing happen.. bump Try this. - script sample_soullink_hp -1,{OnPCStatCalcEvent: if ( getstatus( SC_SPIRIT ) ) { bonus bMaxHPrate,20; } end; } still nothing happen. bump bump bump bump up Edited November 15, 2016 by HappyMan Quote Link to comment Share on other sites More sharing options...
0 HappyMan Posted December 28, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Author Share Posted December 28, 2016 On 10/21/2016 at 10:07 AM, TiMz said: Try this. - script sample_soullink_hp -1,{ OnPCStatCalcEvent: if ( getstatus( SC_SPIRIT ) ) { bonus bMaxHPrate,20; } end; } thank you its working. Quote Link to comment Share on other sites More sharing options...
0 HappyMan Posted December 30, 2016 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Author Share Posted December 30, 2016 @TiMz, @Emistry i create item for soul link but +20% hp not working? but if i used soul linker to soul link them its working.. 20580,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;},{},{} Quote Link to comment Share on other sites More sharing options...
0 n0tttt Posted December 31, 2016 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 303 Reputation: 118 Joined: 12/10/16 Last Seen: Friday at 02:39 AM Share Posted December 31, 2016 use TiMz script and change the item to 20580,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; doevent "sample_soullink_hp::OnPCStatCalcEvent";},{},{} Quote Link to comment Share on other sites More sharing options...
0 HappyMan Posted January 1, 2017 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Author Share Posted January 1, 2017 12 hours ago, n0tttt said: use TiMz script and change the item to 20580,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; doevent "sample_soullink_hp::OnPCStatCalcEvent";},{},{} not working Quote Link to comment Share on other sites More sharing options...
0 n0tttt Posted January 5, 2017 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 303 Reputation: 118 Joined: 12/10/16 Last Seen: Friday at 02:39 AM Share Posted January 5, 2017 Did you change the script name? Quote Link to comment Share on other sites More sharing options...
0 HappyMan Posted January 11, 2017 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 191 Reputation: 25 Joined: 07/19/14 Last Seen: June 26, 2019 Author Share Posted January 11, 2017 On 1/6/2017 at 2:58 AM, n0tttt said: Did you change the script name? i use your code.. Quote Link to comment Share on other sites More sharing options...
Question
HappyMan
all soul link effects
increase hp by 20%
anyone?
Link to comment
Share on other sites
12 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.