Secrets Posted April 1, 2018 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: Yesterday at 03:00 PM Share Posted April 1, 2018 (edited) View File Soul Link Modification - Script-based Information This source allows you to "script" additional bonuses on soul link buffs like an item script. See db/soul_link.yml for example. Q: Why this and not OnPCStatCalcEvent? A: PCStatCalc is known to be buggy. Alternate diff link: https://github.com/secretdataz/rathena/commit/6b91c4d18cc537e25a64f371ee3faf468b9dcc99.diff THIS RELEASE IS SUBJECT TO GPLv3 LICENSE Copyright © - Secrets <[email protected]> 2018 - All Rights Reserved Take a look at my premade script list if you like my works or want one of my premade scripts. or Submitter Secrets Submitted 04/02/2018 Category Source Modifications Video Content Author Secret Edited June 11, 2020 by Secrets 1 2 2 Quote Link to comment Share on other sites More sharing options...
Radian Posted April 1, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted April 1, 2018 (edited) Nice released @Secrets will this override the old soul link bonuses or its an additional bonus.? while compiling my files, warning in that part. status.cpp:14748:44: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] status_read_soullink_db("db/soul_link.yml"); Im using Ubuntu. Edited April 1, 2018 by Radian Quote Link to comment Share on other sites More sharing options...
Secrets Posted April 2, 2018 Group: Developer Topic Count: 36 Topics Per Day: 0.01 Content Count: 588 Reputation: 437 Joined: 01/26/16 Last Seen: Yesterday at 03:00 PM Author Share Posted April 2, 2018 6 hours ago, Radian said: Nice released @Secrets will this override the old soul link bonuses or its an additional bonus.? while compiling my files, warning in that part. status.cpp:14748:44: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] status_read_soullink_db("db/soul_link.yml"); Im using Ubuntu. This will add, not override the old bonuses. Quote Link to comment Share on other sites More sharing options...
Quesooo Posted April 2, 2018 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted April 2, 2018 @Secrets any way to fix this? or this is normal? Quote Link to comment Share on other sites More sharing options...
Radian Posted April 2, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted April 2, 2018 8 hours ago, Secrets said: This will add, not override the old bonuses. Thats cool.. thanks! Quote Link to comment Share on other sites More sharing options...
Radian Posted April 2, 2018 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted April 2, 2018 @Secrets There's a warning when, I use reloadstatus command [Warning]: status_read_soullink_db: Expected a constant with SL_ prefix, got Header. [Info]: status_read_soullink_db: Done reading 15 custom soul links. Quote Link to comment Share on other sites More sharing options...
Huggies Posted April 14, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 24 Reputation: 1 Joined: 03/20/17 Last Seen: September 4, 2024 Share Posted April 14, 2018 so can u use @reloaditemdb command to reload the scripts for this soul link mod? Quote Link to comment Share on other sites More sharing options...
sotf Posted April 14, 2018 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 173 Reputation: 9 Joined: 11/14/12 Last Seen: June 7, 2023 Share Posted April 14, 2018 Is it possible to add soul links for ninja and gunslingers using this? (of course they'll be buffed using an item since Ninja/Gunslinger Spirit skills are not available) ex: SL_NINJA: | { bonus bStr,1; } Quote Link to comment Share on other sites More sharing options...
Quesooo Posted April 20, 2018 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted April 20, 2018 On 4/2/2018 at 7:22 PM, Quesooo said: @Secrets any way to fix this? or this is normal? @Secrets how to solve this please Quote Link to comment Share on other sites More sharing options...
iamkevin Posted September 16, 2018 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 104 Reputation: 3 Joined: 09/15/16 Last Seen: July 20, 2024 Share Posted September 16, 2018 On 4/2/2018 at 7:22 PM, Quesooo said: @Secrets any way to fix this? or this is normal? @Secrets how to remove this warning in my server? tjanks Quote Link to comment Share on other sites More sharing options...
Haikenz Posted September 16, 2018 Group: Members Topic Count: 84 Topics Per Day: 0.02 Content Count: 309 Reputation: 82 Joined: 11/15/11 Last Seen: October 1, 2023 Share Posted September 16, 2018 3 hours ago, iamkevin said: @Secrets how to remove this warning in my server? tjanks Try In status.cpp find: void status_read_soullink_db(char* file_name) { change to: void status_read_soullink_db(const char* file_name) { 2 Quote Link to comment Share on other sites More sharing options...
iamkevin Posted September 16, 2018 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 104 Reputation: 3 Joined: 09/15/16 Last Seen: July 20, 2024 Share Posted September 16, 2018 3 hours ago, Haikenz said: Try In status.cpp find: void status_read_soullink_db(char* file_name) { change to: void status_read_soullink_db(const char* file_name) { thanks sir, i was able to removed the warning sign with your help but i got this warning: [Warning]: status_read_soullink_db: Expected a constant with SL_ prefix, got Header. [Info]: status_read_soullink_db: Done reading 15 custom soul links. Quote Link to comment Share on other sites More sharing options...
dantemustdie Posted September 20, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 2 Joined: 09/13/18 Last Seen: October 17, 2018 Share Posted September 20, 2018 hi, tried and it doesnt work on my latest downloaded rathena file? what else i am missing no error on recompile Quote Link to comment Share on other sites More sharing options...
Myth Posted October 12, 2018 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 225 Reputation: 5 Joined: 05/30/12 Last Seen: March 21 Share Posted October 12, 2018 On 9/20/2018 at 10:13 AM, dantemustdie said: hi, tried and it doesnt work on my latest downloaded rathena file? what else i am missing no error on recompile did you patch it to your server? Quote Link to comment Share on other sites More sharing options...
idLaZ Posted January 26, 2019 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 93 Reputation: 6 Joined: 12/10/11 Last Seen: September 28, 2024 Share Posted January 26, 2019 Very nice update and it is working! Is this possible to reload when the server is currently up? Quote Link to comment Share on other sites More sharing options...
Forshaken Posted June 14, 2019 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 152 Reputation: 21 Joined: 11/12/18 Last Seen: February 8 Share Posted June 14, 2019 I dont get what was the meaning of those directories.. I was doing manual source update.. how to embed these source scripts? On 6/15/2019 at 9:27 PM, DrKraken said: follow the instruction. but there's a error in the code got it working now On 6/16/2019 at 9:55 PM, DrKraken said: how? can you teach me? just follow the instructions On 6/17/2019 at 3:18 PM, DrKraken said: can you help me to solve the problem? what error you got? Quote Link to comment Share on other sites More sharing options...
Takuyakii Posted October 7, 2019 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: March 6 Share Posted October 7, 2019 i try this and got no error while re compiling but when i'm trying to put the effect and use the Soul link skill on character id does not apply the bonuses Quote Link to comment Share on other sites More sharing options...
Ice Bear Posted November 1, 2019 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 166 Reputation: 27 Joined: 11/20/11 Last Seen: 6 hours ago Share Posted November 1, 2019 @secrets how to remove bonuses when you die and revive at the same place, the bonus effects retain unless you get buff with another status. solved. solution lies in status.cpp and pc.cpp Quote Link to comment Share on other sites More sharing options...
Zeiyan Posted November 21, 2019 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 275 Reputation: 23 Joined: 01/06/13 Last Seen: September 1, 2024 Share Posted November 21, 2019 [Warning]: status_read_soullink_db: Expected a constant with SL_ prefix, got Header.[Info]: status_read_soullink_db: Done reading 15 custom soul links. Anyone manage to get rid of this warning? it's giving me Memory leaks. Quote Link to comment Share on other sites More sharing options...
Mabuhay Posted December 14, 2019 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 446 Reputation: 232 Joined: 03/20/12 Last Seen: October 22, 2020 Share Posted December 14, 2019 To get rid of the warning, just comment the header in db/soul_link.yml #Header: # Metadata for future use # Type: MOD_SECRET_SOUL_LINK # Version: 1 1 1 Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted January 30, 2020 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted January 30, 2020 Any updates on this? Quote Link to comment Share on other sites More sharing options...
Takuyakii Posted February 21, 2020 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: March 6 Share Posted February 21, 2020 Any update about this? getting error on latest rev. Quote Link to comment Share on other sites More sharing options...
Rook1es Posted February 22, 2020 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 97 Reputation: 5 Joined: 06/21/15 Last Seen: September 28, 2024 Share Posted February 22, 2020 20 hours ago, Takuyakii said: Any update about this? getting error on latest rev. SAME ERROR HERE. ANY UPDATES? Quote Link to comment Share on other sites More sharing options...
Takuyakii Posted March 3, 2020 Group: Members Topic Count: 41 Topics Per Day: 0.02 Content Count: 215 Reputation: 11 Joined: 08/30/19 Last Seen: March 6 Share Posted March 3, 2020 On 2/21/2020 at 5:20 PM, Takuyakii said: Any update about this? getting error on latest rev. Solved Quote Link to comment Share on other sites More sharing options...
Zayn Anthony Posted March 8, 2020 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 04/20/17 Last Seen: April 8, 2021 Share Posted March 8, 2020 On 3/3/2020 at 2:33 PM, Takuyakii said: Solved how did you fixed it? Quote Link to comment Share on other sites More sharing options...
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.