LatSo Posted August 1, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Share Posted August 1, 2013 [Warning]: pc_bonus: Reached max (10) number of add effects per character! I got tons of this warnings. Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 2, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted August 2, 2013 src/map/pc.h#L23 #define MAX_PC_BONUS 10 Quote Link to comment Share on other sites More sharing options...
Checkmate Posted August 2, 2013 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted August 2, 2013 Reached max (10) number of add effects per character! Its say that it was reached number 10 per 1 character. Which mean maybe you already put too more bonus item effect in a row example : 29813,Big_Angel_Wings,Big_Angel_Wings,5,20,,10,,10,,1,0xFFFFFFFF,7,2,1,,0,1,1912,{ bonus bAtkRate,3; bonus bMatkRate,3; bonus bAllStats,2; bonus bFlee,10; bonus bAspd,1; bonus bMdef,3; bonus2 bSkillAtk,"AL_HEAL",10; bonus2 bSkillHeal,"AL_HEAL",10; bonus2 bSkillHeal,"AM_POTIONPITCHER",10; bonus2 bAddItemHealRate,IG_Potion,10; },{},{} Mybe it look like this..... In my opinion... ^ ^ Try to reduce the effect bonus item.. ^ ^ Quote Link to comment Share on other sites More sharing options...
LatSo Posted August 3, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Author Share Posted August 3, 2013 src/map/pc.h#L23 #define MAX_PC_BONUS 10 increasing the number will harm the server or not? I mean, are there downsides? Quote Link to comment Share on other sites More sharing options...
Evelynn Posted August 3, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 93 Reputation: 14 Joined: 12/12/11 Last Seen: October 25, 2015 Share Posted August 3, 2013 Of course there are downsides on increasing the numbers. The higher the number, the more memory slots you are creating and storing. Don't let this stop you from achieving what you want though. Quote Link to comment Share on other sites More sharing options...
LatSo Posted August 3, 2013 Group: Members Topic Count: 69 Topics Per Day: 0.02 Content Count: 296 Reputation: 2 Joined: 04/11/13 Last Seen: December 22, 2020 Author Share Posted August 3, 2013 Thanks again Quote Link to comment Share on other sites More sharing options...
Question
LatSo
Link to comment
Share on other sites
5 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.