Hatake Kakashi Posted December 11, 2011 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Share Posted December 11, 2011 i have error in my map server. here Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted December 11, 2011 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted December 11, 2011 Read it. It's quite explanitory. The player triggering the event has too many subele bonuses being applied at the same time. Remove a few of them from some of your item scripts. 1 Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted December 11, 2011 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted December 11, 2011 what thus it mean? i cant understand. Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted December 11, 2011 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted December 11, 2011 Your. Item. DB. Contains. Items. With. Too. Many. bSubEle. Bonuses. A player on your server is using items that contain TOO MANY bonus2 bSubEle,n,x; or bonus3 bSubEle,n,x,t; Understand? 2 Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted December 12, 2011 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted December 12, 2011 here's my custom item w/ bsubele effects. 30095,Linux_Manteau,Linux Manteau,5,0,,400,,5,,1,0xFFFFFFFF,7,2,4,,94,0,1092,{ bonus bMdef,5; bonus3 bSubEle,Ele_Neutral,20,BF_SHORT; bonus3 bSubEle,Ele_Water,20,BF_SHORT; bonus3 bSubEle,Ele_Earth,20,BF_SHORT; bonus3 bSubEle,Ele_Fire,20,BF_SHORT; bonus3 bSubEle,Ele_Wind,20,BF_SHORT; bonus3 bSubEle,Ele_Poison,20,BF_SHORT; bonus3 bSubEle,Ele_Holy,20,BF_SHORT; bonus3 bSubEle,Ele_Dark,20,BF_SHORT; bonus3 bSubEle,Ele_Ghost,20,BF_SHORT; bonus3 bSubEle,Ele_Undead,20,BF_SHORT; bonus bFlee,50; bonus bUnbreakableGarment,0; },{},{} 30113,Cranial_Deaf_Oversoul,Cranial Deaf Oversoul,5,500,,300,,3,,0,0xFFFFFFFF,7,2,32,,0,1,1109,{ bonus2 bSubRace,RC_DemiHuman,32; bonus bNoMagicDamage,25; bonus bDef,10; bonus3 bSubEle,Ele_Neutral,20,BF_SHORT; bonus3 bSubEle,Ele_Water,20,BF_SHORT; bonus3 bSubEle,Ele_Earth,20,BF_SHORT; bonus3 bSubEle,Ele_Fire,20,BF_SHORT; bonus3 bSubEle,Ele_Wind,20,BF_SHORT; bonus3 bSubEle,Ele_Poison,20,BF_SHORT; bonus3 bSubEle,Ele_Holy,20,BF_SHORT; bonus3 bSubEle,Ele_Dark,20,BF_SHORT; bonus3 bSubEle,Ele_Ghost,20,BF_SHORT; bonus3 bSubEle,Ele_Undead,20,BF_SHORT; bonus bUnbreakableGarment,0; },{},{} 30114,Red_Valkyrie_Armor,Red Valkyrie Armor,5,0,,400,,10,,1,0xFFFFFFFF,7,2,16,,94,0,1110,{ bonus bDefEle,Ele_Fire; bonus2 bResEff,Eff_Freeze,10000; bonus bUnbreakableArmor,0; },{},{} 30115,Red_Valkyrie_Manteau,Red Valkyrie Manteau,5,0,,400,,5,,1,0xFFFFFFFF,7,2,4,,94,0,1111,{ bonus bMdef,5; bonus3 bSubEle,Ele_Neutral,20,BF_SHORT; bonus3 bSubEle,Ele_Water,20,BF_SHORT; bonus3 bSubEle,Ele_Earth,20,BF_SHORT; bonus3 bSubEle,Ele_Fire,20,BF_SHORT; bonus3 bSubEle,Ele_Wind,20,BF_SHORT; bonus3 bSubEle,Ele_Poison,20,BF_SHORT; bonus3 bSubEle,Ele_Holy,20,BF_SHORT; bonus3 bSubEle,Ele_Dark,20,BF_SHORT; bonus3 bSubEle,Ele_Ghost,20,BF_SHORT; bonus3 bSubEle,Ele_Undead,20,BF_SHORT; bonus bFlee,50; bonus bUnbreakableGarment,0; },{},{} Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted December 12, 2011 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted December 12, 2011 30095 has 10 bSubele effects. If a player equips THAT that item, and ANY OTHER item with a bsubele effect. The error will occur. Is it really that hard to understand? You cannot have more than 10 bSubele effects equipped on a player at any time, just like the screenshot says. 3 Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 13, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 10 hours ago Share Posted December 13, 2011 (edited) alternate way... Recompile it with higher value src/map/pc.h #define MAX_PC_BONUS 10 but i not sure will this be a good way for your server..... use at your own risks Edited December 13, 2011 by Emistry 1 Quote Link to comment Share on other sites More sharing options...
Hatake Kakashi Posted December 14, 2011 Group: Members Topic Count: 254 Topics Per Day: 0.05 Content Count: 825 Reputation: 3 Joined: 11/14/11 Last Seen: June 25, 2021 Author Share Posted December 14, 2011 are you sure with that sir emist? Quote Link to comment Share on other sites More sharing options...
KeiKun Posted December 14, 2011 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 967 Reputation: 53 Joined: 11/13/11 Last Seen: Friday at 08:18 AM Share Posted December 14, 2011 are you sure with that sir emist? Hi TS! instead of questioning what Emistry Said try to Test it. Quote Link to comment Share on other sites More sharing options...
Question
Hatake Kakashi
i have error in my map server. here
Link 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.