Custom card problem

EriNa_KillerSoul

New member
Messages
118
Points
0
Age
37
Location
EFOM - The World Of Andelinia and Luminous
Github
EriN_KillerSoul
Emulator
3CeAM
Hello,

I make a custom card for my server. I got this error after view item compound with that custom card. Did I miss something? I use client 2013-03-20

PBUa1M1.jpg


 
you didn't posted what you've edited client side... so its hard to tell you what you did wrong
default_tongue.png


 
But maybe, its mostly iteminfo error, where you might not have properly defined your rescname.

We would be able to tell exact problem, if you show your clientside edits....

 
Oh sorry. My mistake. I already update all files. Did I miss something?

cardprefixnametable.txt

 31003#of Time Strike#
cardpostfixnametable.txt

iteminfo.lua

 [31003] = {


unidentifiedDisplayName = "",
unidentifiedResourceName  = "",
unidentifiedDescriptionName = {
},
identifiedDisplayName = "Donation Myst Case Card",
identifiedResourceName = "À̸§¾ø´ÂÄ«µå",
identifiedDescriptionName = {
"^FDD017[Donation Item]^000000",
"It is imposible to hunt this card, well known as Mystcase Card. ",
"This is one",
"of ^0000FF Donation Rewards.^000000",
"ATK + 50",
"Reduce Time Casting by",
"50%",
"Class :^777777 Card^000000",
"Compound on :^777777 Foot Gear^000000",
"Weight :^777777 1^000000",
},
slotCount = 0,
ClassNum = 0
},
item_db.txt

 31003,Mystcase_Card,Mystcase Card,6,20,,10,,,,,,,,64,,,,,{ bonus bBaseAtk,50;  bonus bVariableCastrate,-50; bonus bFixedCastrate,-50; },{},{}
 
I was right

unidentifiedResourceName  = "",

This shouldnt be empty, it should contain sprite name to show(copy the identifiedresourcename one here, too)

 
Back
Top