Dolphin86 Posted April 2, 2020 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Share Posted April 2, 2020 (edited) as title say, i did search on forum and found this https://rathena.org/board/topic/92226-r-mvp-card-announcement/#comment-243036 but there is no link aviable for see the post or download it, i want it to announce no matter wht rate i put in my server Edited April 2, 2020 by dolphincute Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted April 2, 2020 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 1 hour ago Share Posted April 2, 2020 31 minutes ago, dolphincute said: as title say, i did search on forum and found this https://rathena.org/board/topic/92226-r-mvp-card-announcement/#comment-243036 but there is no link aviable for see the post or download it https://github.com/rathena/rathena/blob/4f11020a4e59704f1909ec615857b6af098b3683/conf/battle/drops.conf#L143 // Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) *** // This can be set to any value between 0~10000. // Note: It also announces STEAL skill usage with rare items // 0 = don't show announces at all // 1 = show announces for 0.01% drop chance items // 333 = show announces for 3.33% or lower drop chance items // 10000 = show announces for all items rare_drop_announce: 0 This isnt suitable for your setup ? Quote Link to comment Share on other sites More sharing options...
0 Gladius Posted April 2, 2020 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 235 Reputation: 64 Joined: 04/29/19 Last Seen: April 16 Share Posted April 2, 2020 48 minutes ago, dolphincute said: as title say, i did search on forum and found this https://rathena.org/board/topic/92226-r-mvp-card-announcement/#comment-243036 but there is no link aviable for see the post or download it Hey I recommend that you use: db/impot/item_flag.txt Exemple: 4399,16 // Thanatos Card And and change broadcast_hide_name: for 0 in /conf/battle/items.conf Quote Link to comment Share on other sites More sharing options...
0 Dolphin86 Posted April 2, 2020 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 757 Reputation: 17 Joined: 01/07/12 Last Seen: December 18, 2024 Author Share Posted April 2, 2020 On 4/3/2020 at 2:12 AM, Amir Azman said: https://github.com/rathena/rathena/blob/4f11020a4e59704f1909ec615857b6af098b3683/conf/battle/drops.conf#L143 // Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) *** // This can be set to any value between 0~10000. // Note: It also announces STEAL skill usage with rare items // 0 = don't show announces at all // 1 = show announces for 0.01% drop chance items // 333 = show announces for 3.33% or lower drop chance items // 10000 = show announces for all items rare_drop_announce: 0 This isnt suitable for your setup ? i meant like even the drop rate different On 4/3/2020 at 2:34 AM, Gladius said: Hey I recommend that you use: db/impot/item_flag.txt Exemple: 4399,16 // Thanatos Card And and change broadcast_hide_name: for 0 in /conf/battle/items.conf means i had to edit 1 by 1 for each monster? Quote Link to comment Share on other sites More sharing options...
0 Gladius Posted April 2, 2020 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 235 Reputation: 64 Joined: 04/29/19 Last Seen: April 16 Share Posted April 2, 2020 40 minutes ago, dolphincute said: means i had to edit 1 by 1 for each monster? So yes ... You select only the ids of the items that will be announced when dropping... I use shapeshifters to avoid unnecessary advertisements. Some drops of mob_db items are buggy (too high, or too low), so it's best to select only what you need. If you want to advertise any item with a drop greater than or equal to% use the system that Amir Azman said that: https://github.com/rathena/rathena/blob/4f11020a4e59704f1909ec615857b6af098b3683/conf/battle/drops.conf#L143 to advertise items with 1% drop use: 100, 10% = 1000 ... Quote Link to comment Share on other sites More sharing options...
0 Ruhn Posted February 25, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 72 Reputation: 1 Joined: 04/15/20 Last Seen: 7 hours ago Share Posted February 25, 2021 On 4/3/2020 at 4:10 AM, Gladius said: So yes ... You select only the ids of the items that will be announced when dropping... I use shapeshifters to avoid unnecessary advertisements. Some drops of mob_db items are buggy (too high, or too low), so it's best to select only what you need. If you want to advertise any item with a drop greater than or equal to% use the system that Amir Azman said that: https://github.com/rathena/rathena/blob/4f11020a4e59704f1909ec615857b6af098b3683/conf/battle/drops.conf#L143 to advertise items with 1% drop use: 100, 10% = 1000 ... sorry for bumping old topic, but where do I edit the lines thats being announced ? eg. Citizens of Midgard, Lady Luck blah blah Quote Link to comment Share on other sites More sharing options...
0 Gladius Posted February 25, 2021 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 235 Reputation: 64 Joined: 04/29/19 Last Seen: April 16 Share Posted February 25, 2021 24 minutes ago, Ruhn said: sorry for bumping old topic, but where do I edit the lines thats being announced ? eg. Citizens of Midgard, Lady Luck blah blah 1 Quote Link to comment Share on other sites More sharing options...
0 Ruhn Posted February 25, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 72 Reputation: 1 Joined: 04/15/20 Last Seen: 7 hours ago Share Posted February 25, 2021 5 minutes ago, Gladius said: thank you so much Quote Link to comment Share on other sites More sharing options...
0 Gouki Posted July 8, 2022 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 8, 2022 @Gladius on the latest rathena, item_flag is no longer available, hence maybe it was already added on the yml -> flags: dropAnnounce, do you happen to know how to use this? when I set to true and kill the monster who drops it, no announcement was made.. Quote Link to comment Share on other sites More sharing options...
Question
Dolphin86
as title say, i did search on forum and found this
https://rathena.org/board/topic/92226-r-mvp-card-announcement/#comment-243036
but there is no link aviable for see the post or download it, i want it to announce no matter wht rate i put in my server
Edited by dolphincuteLink to comment
Share on other sites
8 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.