crazyarashi Posted December 9, 2020 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 238 Joined: 02/11/17 Last Seen: 3 hours ago Share Posted December 9, 2020 View File Compendium Compendium - A levelable battle pass inspired majority of games out there. Feature : Easy customizable settings. Three types of selectable daily quest. Daily quest requirements are randomized. Daily quest count resets everyday. Compendium resets on the first day of the month. Rewards are sent via mail. '@compendium' command to access the compendium Settings : Adding a reward on the compendium Rewards : "Level | Reward ID, Amount, Reward ID, Amount,... ==| Level order doesn't matter but 'duplicates' will bug out the script. setarray .compendium_reward$, "1|501:10,502:20", "10|501:20,502:30", "5|501:100,502:500"; Adding a monster/item/mvp to hunt or collect Just add the ID on the following line. setarray .mvp_list setarray .hunt_list setarray .gather_list Changing EXP given on the quest types. .gathering_exp = 50; .hunt_exp = 50; .mvp_hunt_exp = 100; Submitter crazyarashi Submitted 12/09/2020 Category Utilities Video Content Author crazyarashi 1 4 Quote Link to comment Share on other sites More sharing options...
fusqueta Posted December 9, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 32 Reputation: 0 Joined: 10/26/20 Last Seen: February 13, 2021 Share Posted December 9, 2020 (edited) wow, I was thinking about that, compendiuns got very popular lately on games, it's a way to tax for new contents monthly. Good work! Certainly I'm going to use this. @edit I'll try to improve to have free and vip rewards Edited December 9, 2020 by fusqueta Quote Link to comment Share on other sites More sharing options...
Gidz Cross Posted December 10, 2020 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 682 Reputation: 89 Joined: 04/07/14 Last Seen: 47 minutes ago Share Posted December 10, 2020 thank you for keeping bringing gems to rathena community. ♥ Quote Link to comment Share on other sites More sharing options...
Akkarin Posted December 10, 2020 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: Monday at 02:17 PM Share Posted December 10, 2020 @crazyarashi your file description could do with a little more.. description. I.e What is it, how do you use it, why should I use it, who benefits from it, your inspiration for creating it, etc. Quote Link to comment Share on other sites More sharing options...
crazyarashi Posted December 12, 2020 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 238 Joined: 02/11/17 Last Seen: 3 hours ago Author Share Posted December 12, 2020 Changed it. Thanks Akkarin ^^ Quote Link to comment Share on other sites More sharing options...
celeron0134 Posted December 29, 2020 Group: Members Topic Count: 66 Topics Per Day: 0.02 Content Count: 194 Reputation: 1 Joined: 12/13/16 Last Seen: February 14, 2023 Share Posted December 29, 2020 got an error.. pasted your script on npc/custom/quests/Compendium.c am i doing it right? why does it says needs ';'? Quote Link to comment Share on other sites More sharing options...
Rook1es Posted January 16, 2021 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 January 16, 2021 Hello @crazyarashi can you help me about error on your compendium? Quote Link to comment Share on other sites More sharing options...
mawjustin Posted March 24, 2021 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 124 Reputation: 6 Joined: 09/26/14 Last Seen: August 20, 2024 Share Posted March 24, 2021 On 1/7/2021 at 8:40 PM, celeron0134 said: why does it says needs ';'? any fix on this? are we installing it right? Quote Link to comment Share on other sites More sharing options...
Snaehild Posted May 17, 2021 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 72 Reputation: 7 Joined: 06/23/14 Last Seen: November 13, 2022 Share Posted May 17, 2021 Where do we normally install .c scripts? Do they go under npc folder as well? Quote Link to comment Share on other sites More sharing options...
kennykiro Posted June 25, 2021 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 75 Reputation: 1 Joined: 05/22/15 Last Seen: April 17, 2024 Share Posted June 25, 2021 (edited) Em 17/05/2021 às 12h19, Snaehild disse: Onde normalmente instalamos scripts .c? Eles vão para a pasta npc também? você precisa renomear o arquivo para .txt Compêndio 1.1.c para Compêndio 1.1.txt it goes to npc folder Edited June 25, 2021 by kennykiro Quote Link to comment Share on other sites More sharing options...
nobodyelse Posted June 27, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 7 Reputation: 0 Joined: 11/30/19 Last Seen: Yesterday at 11:53 AM Share Posted June 27, 2021 On 12/30/2020 at 1:24 AM, celeron0134 said: got an error.. pasted your script on npc/custom/quests/Compendium.c am i doing it right? why does it says needs ';'? i think its a typo, try use strnpcinfo(0) instead of strnpcnfo(0) Quote Link to comment Share on other sites More sharing options...
Gouki Posted August 2, 2021 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Share Posted August 2, 2021 Hi all, Does anyone have fix for this? Quote Link to comment Share on other sites More sharing options...
reidouraidou Posted March 29, 2023 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 11 Reputation: 7 Joined: 03/20/23 Last Seen: August 11, 2023 Share Posted March 29, 2023 On 6/27/2021 at 8:57 AM, nobodyelse said: i think its a typo, try use strnpcinfo(0) instead of strnpcnfo(0) That fixed that but now this one shows up script error on npc/custom/etc/Compendium.txt line 366 parse_simpleexpr: unmatched ')' 361 : OnHour00: 362 : if(gettime(DT_DAYOFMONTH) == 1){ 363 : query_sql("TRUNCATE `compendium`"); 364 : end; 365 : } * 366 : query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count'"''"); 367 : end; 368 : 369 : function compendium_getexp { 370 : .@exp_value = getarg(0); 371 : .@account_id = getcharid(3); Anyone got this one working? Quote Link to comment Share on other sites More sharing options...
Mael Posted April 5, 2023 Group: Forum Moderator Topic Count: 25 Topics Per Day: 0.01 Content Count: 837 Reputation: 321 Joined: 02/11/19 Last Seen: 3 hours ago Share Posted April 5, 2023 On 3/29/2023 at 12:49 PM, reidouraidou said: That fixed that but now this one shows up script error on npc/custom/etc/Compendium.txt line 366 parse_simpleexpr: unmatched ')' 361 : OnHour00: 362 : if(gettime(DT_DAYOFMONTH) == 1){ 363 : query_sql("TRUNCATE `compendium`"); 364 : end; 365 : } * 366 : query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count'"''"); 367 : end; 368 : 369 : function compendium_getexp { 370 : .@exp_value = getarg(0); 371 : .@account_id = getcharid(3); Anyone got this one working? query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count+"'"); Quote Link to comment Share on other sites More sharing options...
KaizenRO Posted July 9, 2023 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 04/19/23 Last Seen: Tuesday at 05:53 AM Share Posted July 9, 2023 On 8/2/2021 at 7:27 PM, Gouki said: Hi all, Does anyone have fix for this? hello how did you fix this? Quote Link to comment Share on other sites More sharing options...
Gouki Posted July 9, 2023 Group: Members Topic Count: 88 Topics Per Day: 0.05 Content Count: 261 Reputation: 13 Joined: 08/12/20 Last Seen: November 21, 2024 Share Posted July 9, 2023 1 hour ago, KaizenRO said: hello how did you fix this? No. Wasn't able to fix this.. Quote Link to comment Share on other sites More sharing options...
AinsLord Posted July 9, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted July 9, 2023 @crazyarashi got a bunch of questions 1. How does the daily quest resets is it 0000hrs or time of the all quest done 2. How can i modify from 100 exp needed to level to 1000exp 3. How can i modify from 3 DQ to 5 or more DQ thanks for the script Quote Link to comment Share on other sites More sharing options...
KaizenRO Posted July 9, 2023 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 04/19/23 Last Seen: Tuesday at 05:53 AM Share Posted July 9, 2023 13 hours ago, Gouki said: No. Wasn't able to fix this.. thanks for the response! Was this script working for you? We are encountering a problem when we choose a certain quest even if we dont do it and click submit it will automatically give an Experience. Quote Link to comment Share on other sites More sharing options...
AinsLord Posted July 10, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: March 23 Share Posted July 10, 2023 @crazyarashi how to fix this SQL error thanks Quote Link to comment Share on other sites More sharing options...
imat1 Posted July 11, 2023 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 100 Reputation: 20 Joined: 05/01/12 Last Seen: Wednesday at 08:49 PM Share Posted July 11, 2023 8 hours ago, AinsLord said: @crazyarashi how to fix this SQL error thanks Upon checking the query, I think there's just a missing + symbol. Find the line with: query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count"'"); Change to: query_sql("UPDATE `compendium` SET `quest` = '"+.quest_count+" WHERE `quest` < '"+.quest_count+"'"); Quote Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted August 30, 2023 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: March 27 Share Posted August 30, 2023 Quote Link to comment Share on other sites More sharing options...
Heartfelt Posted November 6, 2023 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 40 Reputation: 0 Joined: 01/09/16 Last Seen: March 13 Share Posted November 6, 2023 On 8/2/2021 at 6:27 PM, Gouki said: Hi all, Does anyone have fix for this? is there any way to fix this error sir? @crazyarashi Quote Link to comment Share on other sites More sharing options...
ReSp Posted November 13, 2024 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 47 Reputation: 0 Joined: 10/23/15 Last Seen: 23 hours ago Share Posted November 13, 2024 No errors BUT, when i do one mission i can complete all others missions without working.... Also is can do with all chars of account it is not good 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.