Jump to content
  • 0

Question

Posted

Hey guys, its been awhile since ive added in customs, just wanna see what im doing wrong.

Alright, i adjust my accessoryid.lua and my accname.lua

ACCESSORY_starter_butterfly_wings = 1001,

[ACCESSORY_IDs.ACCESSORY_starter_butterfly_wings] = "_starter_butterfly_wings",

I added in my .spr/.act and ¿©/³²

Added in my textures

and i edited my..

idnum2itemdesctable

idnum2itemdisplaynametable

idnum2itemresnametable

num2itemdesctable

num2itemdisplaynametable

num2itemresnametable

made my thor patch and the rest and all im seeing is a apple... any input?

thanks peoples.

Josh

13 answers to this question

Recommended Posts

Posted

what about the values in item_db.txt ? double check those as well (especially the view id .. needs to be 1001) - 1 missing comma can make your life miserable!!!

Posted

Ive checked it all, my lua/lub files, do they have to be in the laufiles514 or whatever it is or does that depend on ur client packetversion?

i got everything perfect but im still getting a apple...

Posted
ACCESSORY_starter_butterfly_wings = 1001,

[ACCESSORY_IDs.ACCESSORY_starter_butterfly_wings] = "_starter_butterfly_wings",

change to

ACCESSORY_STARTER_BUTTERFLY_WINGS = 1001,

[ACCESSORY_IDS.ACCESSORY_STARTER_BUTTERFLY_WINGS] = "_STARTER_BUTTERFLY_WINGS",

2011 clients are still using Lua Files v.5.0.2. Therefore, luafiles514 folder is not used. No, it doesn't depend on your client packetversion.

try fixing data\lua files\datainfo\accname.lua (or lub) and data\lua files\datainfo\accessoryid.lua (or lub).

Also, try configuring datainfo\spriterobename.lua (or lub). someone got his problem fixed by this file. (I don't edit this one, my client is 2011-03-15 working perfectly with customs)

Posted

nope.. oh sorry, I made it wrong.

[ACCESSORY_IDS.ACCESSORY_STARTER_BUTTERFLY_WINGS] = "_starter_butterfly_wings",

see the modifications? use the first you typed, but make uppercase with the bold one..

Posted (edited)

Yeah thats where i went wrong wrong this time

Alright im still getting apples, im also getting this error

itemdb_search: Item ID 3392 does not exisit in the item_db. using dummy data.

Does that mean i gotta put the custom into the itemdb? not the itemdb2?

is the id too high?

200000,PURPLE_DRAGON_HELM,purple dragon helm,5,20,,0,,5,,4,0xFFFFFFFF,7,2,256,,0,1,1000,{},{},{}

Edited by DarkWhoteva
Posted

heh, it's 200.000? it might be.. what's your max_item_db?

you can put it on either item_db or item_db2.txt. only one of them..

try using 20.000 but, why is it 3392 ItemID and 200.000 on the db?

Posted (edited)

il try a lower id, its just whatever a standard rathena server max is.

Just changed the id down and its giving me another random id in the error. ive never had this problem before.. they normally work easily

Got it to work :3 must have been the id was too big, i put it to 20000 and it worked fine (i forgot to change my 1000 down the end to 2000)

thanks for ur help :D much appricated

Edited by DarkWhoteva

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