Jump to content
  • 0

using renewal costume items in pre-re item DB


Sesomaru

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  10/29/12
  • Last Seen:  

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.

 

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

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...  :P  but its work for me without editing the sql item_db.

for the latest luafiles u can take it from translation project. ;)

Edited by Elsa Mist
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   19
  • Joined:  04/11/15
  • Last Seen:  

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!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  10/29/12
  • Last Seen:  

So maby it is really a clientside thing and not db or server related
I 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 by Sesomaru
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  91
  • Reputation:   22
  • Joined:  10/24/14
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  10/29/12
  • Last Seen:  

I used this guide

but it dont help me here to find the error I did

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  62
  • Reputation:   19
  • Joined:  04/11/15
  • Last Seen:  

Might be a long shot, but have you made sure to expand headgear view in your client diffed with;

 

*Increase Headgear ViewID*?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  10/29/12
  • Last Seen:  

thats a good question i use the client I got from ragnahost

I think I will ask the Support there^^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  10/29/12
  • Last Seen:  

I will try it thank you Elsa

 

EDIT:

OH MY GOT ELSA LET ME KISS YOU

THATS IT, IT WORKS.

Edited by Sesomaru
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

I will try it thank you Elsa

 

EDIT:

OH MY GOT ELSA LET ME KISS YOU

THATS IT, IT WORKS.

Glad its work  /no1

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...