Radian Posted October 25, 2014 Posted October 25, 2014 I have a suggestion since, we are not perfect. but please when something like this happens its kinda annoying. I know it's my fault but im just a concern citizen. please make a solution for this. and i am willing to pay for it if its required. why not display what is the ID# of the item thats causing this warning. setting the server on pre renewal mechanics some item effect on the pre_renewal database are based on renewal. Example [Warning]: pc_bonus: the Item Name(ID#) got an unknown type 0 -5 ! 1 Quote
a91323 Posted October 26, 2014 Posted October 26, 2014 (edited) I agreeThis warning is particularly troublesome to find Edited October 26, 2014 by a91323 Quote
UprisingValkyrie Posted October 26, 2014 Posted October 26, 2014 I agree This warning is particularly troublesome to find I feel you. Quote
Checkmate Posted October 26, 2014 Posted October 26, 2014 I have a suggestion since, we are not perfect. but please when something like this happens its kinda annoying. I know it's my fault but im just a concern citizen. please make a solution for this. and i am willing to pay for it if its required. why not display what is the ID# of the item thats causing this warning. setting the server on pre renewal mechanics some item effect on the pre_renewal database are based on renewal. Example [Warning]: pc_bonus: the Item Name(ID#) got an unknown type 0 -5 ! In my offline server also got this error sometime and it was because my custom item description.. Try to look into that if you have custom item... Quote
Radian Posted October 26, 2014 Author Posted October 26, 2014 I have a suggestion since, we are not perfect. but please when something like this happens its kinda annoying. I know it's my fault but im just a concern citizen. please make a solution for this. and i am willing to pay for it if its required. why not display what is the ID# of the item thats causing this warning. setting the server on pre renewal mechanics some item effect on the pre_renewal database are based on renewal. Example [Warning]: pc_bonus: the Item Name(ID#) got an unknown type 0 -5 ! In my offline server also got this error sometime and it was because my custom item description.. Try to look into that if you have custom item... That's the problem. i dont have a alot of custom items. I search for it on my db2 and nothing. everything is fine. And it will make easy for us owners to solve this warning if it will specifically show what is the ID# of causing this error. Quote
Cydh Posted November 6, 2014 Posted November 6, 2014 anyone has the diff for this? or maybe can try [paste=4tslzukpq1hu] (not tested, but seems will works) Quote
Radian Posted November 7, 2014 Author Posted November 7, 2014 anyone has the diff for this? or maybe can try [paste=4tslzukpq1hu] (not tested, but seems will works) thanks for the response. i will test this anyone has the diff for this? or maybe can try [paste=4tslzukpq1hu] (not tested, but seems will works) Hello I tested it. and how is it possible to test if this one works? i tried to put an effect on my custom items like this bonus2 bSubRace,RC_Monster,5; but nothings appears. It seems that it didn't work now this warning shows up. Quote
Radian Posted November 7, 2014 Author Posted November 7, 2014 seems I missed a thing is it possible to fix this? :3 Quote
a91323 Posted November 13, 2014 Posted November 13, 2014 oh here is it [paste=38cv7if4gd5u] seems not working Quote
Cydh Posted November 13, 2014 Posted November 13, 2014 hmm, seems that paste has auto-mess feature. pc_bonus_warnings.diff Quote
a91323 Posted November 13, 2014 Posted November 13, 2014 hmm, seems that paste has auto-mess feature. thanks! great!! Quote
samurai.rukasu Posted November 13, 2014 Posted November 13, 2014 I hope this mod can be added to the official proyect Quote
Radian Posted November 13, 2014 Author Posted November 13, 2014 hmm, seems that paste has auto-mess feature. Yea this works! 1 Quote
chriser Posted January 3, 2015 Posted January 3, 2015 (edited) I have a slightly easier implementation, but it is not always correct. ShowWarning("pc_bonus: unknown type %d %d, possible item %d or card %d !\n",type,val,sd->inventory_data[current_equip_item_index]->nameid, current_equip_card_id); you only need to change one line of code, but yeah, it's not perfect (of couse, change the implemetation for pc_bonus(2/3/4/5) as well ) Edited January 3, 2015 by chriser 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.