Jump to content
  • 0

using renewal costume items in pre-re item DB


Question

Posted

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.

 

9 answers to this question

Recommended Posts

Posted

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!

Posted (edited)

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
  • 0
Posted (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...  :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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...