Problem can't see the sprite of my item

Asauske

New member
Messages
3
Points
0
Hello RO,

Today i try to put a new custom on my server, and my item is good in game i can see the little picture but i can't see it on my face, so i need help, i'm sorry for my english
Item_db2 :
{
Id: 32003
AegisName: "hollowmask"
Name: "Hollow Mask"
Type: 5
Buy: 20
Weight: 100
Def: 5
Loc: 256
Refine: false
View: 12001
Script: <" bonus2 bSubRace,RC_Brute,5; ">
},
accname.lub :
[ACCESSORY_IDs.ACCESSORY_HOLLOWMASK] = "_hollowmask"
accessoryid.lub:
ACCESSORY_hollowmask= 12001
the item name is : hollowmask 

Best regards,

Asauske

 
Have you diffed with Increase Headgear ViewID? If not, use it, and set number to really high (~30000) , so you can use view Id as 12001

 
i think that i found the error i have that : 
57e5dc3012c43ed5a31a46f2d238e9e5.png
i think when i will solve it will work, if you can help, cause there is the { and } on my file
default_sad.png


help plz

 
i think that i found the error i have that : 
57e5dc3012c43ed5a31a46f2d238e9e5.png
i think when i will solve it will work, if you can help, cause there is the { and } on my file
default_sad.png


help plz

The error tells you that you did a wrong input on line 1361, recheck it.

 
i think that i found the error i have that : 
57e5dc3012c43ed5a31a46f2d238e9e5.png
i think when i will solve it will work, if you can help, cause there is the { and } on my file
default_sad.png


help plz
can we see your accname at accessoryid so that we can solve the problem

sometimes you forgot to put a comma(,) before your custom item

 
In the first post;

accname: ACCESSORY_HOLLOWMASK

But in accessoryid its in lowercase, so that makes it error, both are case sensitive...

 
Back
Top