Secrets Posted April 1, 2018 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
Radian Posted April 1, 2018 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
Secrets Posted April 2, 2018 Author 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
Quesooo Posted April 2, 2018 Posted April 2, 2018 @Secrets any way to fix this? or this is normal? Quote
Radian Posted April 2, 2018 Posted April 2, 2018 8 hours ago, Secrets said: This will add, not override the old bonuses. Thats cool.. thanks! Quote
Radian Posted April 2, 2018 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
Huggies Posted April 14, 2018 Posted April 14, 2018 so can u use @reloaditemdb command to reload the scripts for this soul link mod? Quote
sotf Posted April 14, 2018 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
Quesooo Posted April 20, 2018 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
iamkevin Posted September 16, 2018 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
Haikenz Posted September 16, 2018 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
iamkevin Posted September 16, 2018 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
dantemustdie Posted September 20, 2018 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
Myth Posted October 12, 2018 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
idLaZ Posted January 26, 2019 Posted January 26, 2019 Very nice update and it is working! Is this possible to reload when the server is currently up? Quote
Forshaken Posted June 14, 2019 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
Takuyakii Posted October 7, 2019 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
Ice Bear Posted November 1, 2019 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
Zeiyan Posted November 21, 2019 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
Mabuhay Posted December 14, 2019 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
Takuyakii Posted February 21, 2020 Posted February 21, 2020 Any update about this? getting error on latest rev. Quote
Rook1es Posted February 22, 2020 Posted February 22, 2020 20 hours ago, Takuyakii said: Any update about this? getting error on latest rev. SAME ERROR HERE. ANY UPDATES? Quote
Takuyakii Posted March 3, 2020 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
Zayn Anthony Posted March 8, 2020 Posted March 8, 2020 On 3/3/2020 at 2:33 PM, Takuyakii said: Solved how did you fixed it? Quote
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.