donkeyg Posted June 18, 2012 Posted June 18, 2012 (edited) 1350,TREASURE_BOX27,Treasure Chest,Treasure Chest,99,0,0,0,0,0,0,0,0,0,0,0,0,0,999,0,0,0,0,0,20,0x120,0,0,0,0,0,0,0,0,0,0,0,0,675,500,19901,100,19902,100,19903,100,19904,100,19905,100,19906,100,12246,500,0,0,0,0 this is my treasure chest drop with custom, why when i hit the treasure n then drop out the custom item my client would auto crash, wat happen? need the answer urgent Edited June 18, 2012 by donkeyg Quote
GM Zimtkeks Posted June 18, 2012 Posted June 18, 2012 Try this first: http://rathena.org/wiki/Custom_Items If you did everything right, pls post the Gravity Error Handle so I can look what went wrong Quote
donkeyg Posted June 18, 2012 Author Posted June 18, 2012 (edited) hi gm zimtkeks, i was not adding a new custom item into my server, im just modify the drops of treasure chest's drop. and the item 19901 ~ 19906 is my custom ring (put in accessory). how come it would come out error.. really don understand sorry my topic was wrong, it should be -> request guide to modify custom drop for treasure chest sorry. Edited June 18, 2012 by donkeyg Quote
GM Zimtkeks Posted June 18, 2012 Posted June 18, 2012 I still need to gravity error it gives out so I can analyze it. DId you add the custom to these lists as well: num2itemdesctable.txt num2itemdisplaynametable.txt num2itemresnametable.txt These Lists are used for unidentified objects. Somehow all equipment stuff like accessories and co are unidendified when they get droped by the TBox and therefor cause an Gravity if those Items are not in those files. Quote
donkeyg Posted June 18, 2012 Author Posted June 18, 2012 (edited) yeah, i typed @item 19901 it's doesnt error and i can wear it..the only problem is drop from treasure chest my client direct crash. Edited June 18, 2012 by donkeyg Quote
GM Zimtkeks Posted June 18, 2012 Posted June 18, 2012 I still need to gravity error it gives out so I can analyze it. DId you add the custom to these lists as well: num2itemdesctable.txt num2itemdisplaynametable.txt num2itemresnametable.txt These Lists are used for unidentified objects. Somehow all equipment stuff like accessories and co are unidendified when they get droped by the TBox and therefor cause an Gravity if those Items are not in those files. ^ I still think the item is not added in those 3 lists and therefor cause the trouble. If possible, please copy and paste the gravity error here ^^ Quote
donkeyg Posted June 18, 2012 Author Posted June 18, 2012 no, there's no any gravity error, when i spawn 100 treasure chest, and i type @killmonster , my client direct shut down, there's no any gravity error .. here is my custom ring Uploaded with ImageShack.us Quote
GM Zimtkeks Posted June 18, 2012 Posted June 18, 2012 Okay, so its this problem: Please check it and answer ---------- DId you add the custom to these lists as well: num2itemdesctable.txt num2itemdisplaynametable.txt num2itemresnametable.txt Quote
donkeyg Posted June 18, 2012 Author Posted June 18, 2012 (edited) this is my idnum2itemdesctable.txt 19901# Str +5 Class :^777777 Accessory^000000 Defense :^777777 0^000000 Weight :^777777 10^000000 Applicable Job :^777777 Every Job^000000 # by the way, u want num2itemdesctable.txt or idnum2itemdestable? because i didnt add it at num2itemdesctable.txt num2itemdisplaynametable.txt num2itemresnametable.txt , i just added idnum2itemdesctable.txt idnum2itemdisplaynametable.txt idnum2itemresnametable.txt , Edited June 18, 2012 by donkeyg Quote
GM Zimtkeks Posted June 18, 2012 Posted June 18, 2012 this is my idnum2itemdesctable.txt 19901# Str +5 Class :^777777 Accessory^000000 Defense :^777777 0^000000 Weight :^777777 10^000000 Applicable Job :^777777 Every Job^000000 # by the way, u want num2itemdesctable.txt or idnum2itemdestable? because i didnt add it at num2itemdesctable.txt num2itemdisplaynametable.txt num2itemresnametable.txt , i just added idnum2itemdesctable.txt idnum2itemdisplaynametable.txt idnum2itemresnametable.txt , That it the reason why you are getting errors (Your client just shuts down and not giving out an GError). Add the Item at those 3 Files and your problems are gone! Let me explain: A Monster (The Treasure Box is an regular Monster as well!) can not (usually) drop an identified Equipment. All regular and custom Equipments it drops are unidentified by systems default. So the Server is telling your client to desplay Str_Ring#unidentified which results in an GError cause your Client is not able to give out this sprite/ information. Quote
donkeyg Posted June 18, 2012 Author Posted June 18, 2012 Oh i see, THank You, GM Zimtesks, Problem solved! Quote
Question
donkeyg
this is my treasure chest drop with custom, why when i hit the treasure n then drop out the custom item my client would auto crash, wat happen? need the answer urgent
Edited by donkeyg10 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.