Sesomaru Posted April 23, 2015 Posted April 23, 2015 Hello, I have some problems with creating the costume items from renewal. I have found them in the item_db_re.sql REPLACE INTO `item_db_re` VALUES (19509,'Butterfly_Wing_Ears','Butterfly Wing Ears',4,0,NULL,0,NULL,0,NULL,0,0xFFFFFFFF,63,2,2048,NULL,'1',0,695,'bonus bUnbreakableHelm,0;',NULL,NULL); i tried it first with directly put the in my item_db.sql dont work so I have edited it by myself REPLACE INTO `item_db` VALUES (19509,'Butterfly_Wing_Ears','Butterfly Wing Ears',4,0,NULL,0,'0',NULL,0,0,0xFFFFFFFF,7,2,2048,0,1,0,695,NULL,NULL,NULL); this is created with rathena database editor from scratsh but even this dont work everytime i try to create these items with @item it just says @item failed. then I tried to edit renewal.h to renewal my server tada item works I have no clue why these items wont work if the server is PRE RENEWAL. Is there something special I have to obay? Or is it somwhere in the client are those view IDs just for Renewal? I tried it now the whole day maby somone knows more than me. Quote
Terrinigma Posted April 23, 2015 Posted April 23, 2015 Have you tried replacing an item temporarily that's lower in the table to see if that makes a difference? Almost seems like you have a client limitation being invoked by having the server run pre renewal, like the code isn't update for item id's...I'll look into it some more when I get home! Quote
Sesomaru Posted April 24, 2015 Author Posted April 24, 2015 (edited) So maby it is really a clientside thing and not db or server relatedI will try it after I came home from work EDIT: So i´ve edited now an other item seems to work... I created a new item with an free item id 18400 thought this will fix it but it seems like its the used view ID if I go over view ID 654 Clear Sun Costume item that is in PRE Renewal my item want show up.. There must be a way to insert Custom items without replaycing other sprites... Edited April 24, 2015 by Sesomaru Quote
Sehrentos Posted April 24, 2015 Posted April 24, 2015 I think costumes are more like normal hats, just in different location. So you need to edit iteminfo.lub to make them work for clients ? https://rathena.org/wiki/Custom_Items Quote
Sesomaru Posted April 24, 2015 Author Posted April 24, 2015 I used this guide but it dont help me here to find the error I did Quote
Terrinigma Posted April 24, 2015 Posted April 24, 2015 Might be a long shot, but have you made sure to expand headgear view in your client diffed with; *Increase Headgear ViewID*? Quote
Sesomaru Posted April 25, 2015 Author Posted April 25, 2015 thats a good question i use the client I got from ragnahost I think I will ask the Support there^^ Quote
0 Elsa Mist Posted April 25, 2015 Posted April 25, 2015 (edited) thats a good question i use the client I got from ragnahost I think I will ask the Support there^^ Ask ragnahost to assist you. They are easy to approach. By default i believe ragnahost is already setup u diff for the best setup like view ID and etc... Dont worry about that. Have u try this? = If u want to use costume from renewal, make sure that you've copy costumes ID in /rathena/db/re/item_db.txt to rathena/db/pre/item_db.txt to make it work. I dont know what is the effect for the item_db sql since i am never edit the sql thingy... but its work for me without editing the sql item_db. for the latest luafiles u can take it from translation project. Edited April 25, 2015 by Elsa Mist Quote
Sesomaru Posted April 25, 2015 Author Posted April 25, 2015 (edited) I will try it thank you Elsa EDIT: OH MY GOT ELSA LET ME KISS YOU THATS IT, IT WORKS. Edited April 25, 2015 by Sesomaru Quote
Elsa Mist Posted April 26, 2015 Posted April 26, 2015 I will try it thank you Elsa EDIT: OH MY GOT ELSA LET ME KISS YOU THATS IT, IT WORKS. Glad its work Quote
Question
Sesomaru
Hello, I have some problems with creating the costume items from renewal.
I have found them in the item_db_re.sql
i tried it first with directly put the in my item_db.sql
dont work
so I have edited it by myself
this is created with rathena database editor from scratsh
but even this dont work
everytime i try to create these items with @item it just says @item failed.
then I tried to edit renewal.h to renewal my server
tada item works
I have no clue why these items wont work if the server is PRE RENEWAL.
Is there something special I have to obay?
Or is it somwhere in the client are those view IDs just for Renewal?
I tried it now the whole day maby somone knows more than me.
9 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.