I tried to follow a tutorial on how to add custom items in the game and I am sure that I followed it well. I got the custom item Arch-Angel_wings here. But it seems like I did something wrong because of instead showing the custom item in my inventory it shows an unknown item.
Question
mixeeplikstick
I tried to follow a tutorial on how to add custom items in the game and I am sure that I followed it well. I got the custom item Arch-Angel_wings here. But it seems like I did something wrong because of instead showing the custom item in my inventory it shows an unknown item.
I placed the texture files on both the À¯ÀúÀÎÅÍÆäÀ̽º/item and /collection folders on the client side. And I placed the .spr and .act files on both the sprite/¾ÆÀÌÅÛ , sprite/¾Ç¼¼»ç¸®/¿© , sprite/¾Ç¼¼»ç¸®/³² folders.
here are the scripts that I added below the existing scripts on the text files.
server-side
db/item_db2.txt
30000,Arch_Angel_Wings,Arch Angel Wings,5,30000,10,10,,,,1,0xFFFFFFFE,2,2,1,,,0,833,{ bonus bDex,5; bonus bInt,5; },{},{}
client-side
data/idnum2itemdesctable.txt
30000#
Pretty angel wings for your character.
#
idnum2itemdisplaynametable.txt
30000#Arch_Angel_Wings#
idnum2itemresnametable.txt
30000#Arch_Angel_Wings#
itemslotcounttable.txt
30000#1#
num2itemdesctable.txt
30000#
An Unidentified pair of wings. You know they are wings, but aren't sure what kind they are.
#
num2itemdisplaynametable.txt
30000#Unidentified_Wings#
num2itemresnametable.txt
30000#Arch_Angel_Wings#
I need help guys. I am new in this. Thanks in advance! I've included a screenshot so you'll have an idea of what i am talking about.
ADDITIONAL INFO: I am using a 2011-03-15aRagexeRE.exe patcher that was also used by Sharpienero on his tutorial video.

Edited by mixeeplikstick3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.