Jump to content
  • 0

error my custom items please help.


Hatake Kakashi

Question


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

i include here screenshot and my data.rar

 

error and no image at inventory.when i click this.

what's wrong with my script?

 

i tried to @changelook then i saw saiyan headgear and it's ok if @changelook but when i summon that item there's no image and when i click its error.

 

please help i need your help pls. pls pls....

 

check custom item and item_db and system folder

 

and here's my client date April 9, 2012 i view it using PE Viewer.

 

 

post-329-0-28118200-1379335324_thumb.png

custom item database.rar

Edited by Hatake Kakashi
Link to comment
Share on other sites

15 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

in idnum2itemdisplaynametable.txt

 

25024#_saiyan#
 
should be something like:
25024#Saiyan_Hair#   <----since its a display name
 
 
other than that i think all files were correct,
 
oh and if you merge that through a patcher, specifically thor, you might want to check whether its gibberish or not, if your computer detects korean text as gibberish use unbollox.exe to convert it to something like "[][][][][]" or korean, then proceed with patching
Edited by chowking
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

25024#_saiyan#

 
should be something like:

25024#Saiyan_Hair#   <----since its a display name

 

are you sure with that? coz i should put the right name ryt?

at my texture item and collection folder name is _saiyan.

so why should i put saiyan_hair? but there's no hair word on it?

 

correct me if im wrong.

 

sorry for my english grammar.

Edited by Hatake Kakashi
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

What's the client date you're using?

 

are you sure with that? coz i should put the right name ryt?

at my texture item and collection folder name is _saiyan.

so why should i put saiyan_hair? but there's no hair word on it?

 

correct me if im wrong.

 

sorry for my english grammar.

 

if its in idnum2itemdisplaynametable.txt,, then you need to put what name it has to have or has to show in client, yours have
 

25024#_saiyan#

 

so " saiyan" will appear on item name client side, just like in your attached screenshot

Edited by chowking
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

here i tried this iteminfo.lua

i already change _saiyan at displaynametable i tried Saiyan Hair

but still error...

please how to fix this..

 

 

    [25024] = {
        identifiedDisplayName = "Saiyan Hair",
        identifiedResourceName = "_saiyan",
        identifiedDescriptionName = {
            "A Headgear comes from legendary saiyan",
            "Str + 3, Dex + 3, Int + 2",
            "Class :^777777 Costume^000000",
            "Defense :^777777 30^000000",
            "Equipped on :^777777 Upper^000000",
            "Weight :^777777 10^000000",
            "Applicable Job :^777777 Every Job^000000",
        },
        slotCount = 1,
        ClassNum = 888
    },


please help me...



help sir chowking or to others.

 

help me thru facebook. its to hard to reply here. thanks.



i think my problem solved if i downgraded my client into 2011... haiz...

im going to be crazy. damn...



who can help me i will give 5usd paypal..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

dont make 2012 or 2013 client date if there's a lot of bug on it...

 

damn, can't make custom items.. haiz..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  231
  • Reputation:   24
  • Joined:  12/18/11
  • Last Seen:  

What is the name of your custom item (saiyan hair) can you say to me in detail how you add your custom item because if you want to see your item Edit your item_db or if its correct try to recheck your accname.lub/lub and accessoryid.lua/lub or check your view id if it matches your lua and db other way arround diff your client viewid change to 30000

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

@sir lakasmonk 

 

i already reupload i inclue item_db etc. on it.

 

http://rathena.org/board/index.php?app=core&module=attach&section=attach&attach_id=8398



and i already try to diff it again and change to 30000 view id still error.

 

i hope you can help me sir.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

compile your system/iteminfo.lua to lub and other lua with luac.5.1.4 not 5.0.2


2012 and higher needs 5.1.4

 

Also fix the data structure of lua files,

data/luafiles514/lua files/datainfo.. again looking at the picture attached really think only problem is either the system/Iteminfo.lua or idnum2resnametable.txt, since item name shows properly,, only display is missing,

Edited by chowking
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

so what do i need to do sir?



and where can i download it?



i download notepad++ and i convert lua into lub by changing at save as then change lua into lua name. so still can't fix my problem..



I mean lua into lub.

Coz i read those other post for recompiling lua into lub. Can compile via save as at notepad++ ryt?
I already try it again at system and luafiles514 and still error...
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  178
  • Reputation:   16
  • Joined:  06/25/12
  • Last Seen:  

i'll test this in a offline server later on , if ever i get it to work i'll link you the client files with saiyan

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  231
  • Reputation:   24
  • Joined:  12/18/11
  • Last Seen:  

Try this find the item folder in your data/texture/item folder then find if you put your saiyan item there

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

Are u sure after texture is item folder? Or after texture has a korean folder?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

Please read the wiki http://rathena.org/wiki/Custom_Items

I updated it few months ago. If you still dont find your answers there then let me know.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

thank sir neomind

 

but sir chowking give me idea to fix my problem..

 

problem fixed

 

he recommend to change or download data v4 by. alexandria

 

and yes!~ it's work like a charm..

 

thank you all~

 

thank you sir chowking...

 

pm me your paypal account so that i will give you for your kindness..

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...