Adding items

05/27/2015 20:59 freez00#1
OK, I want to add the immortality bracelets to my A9 server. I added new shape entries with new unique indexes. The mesh, tpack files are all there too. I added the items to the itemarmor and in the shoplist_armor in the article folder. I try to drop the item and nothing, nada. Does this have anything to do with the scriptprocess.dll again where the A9 client doesn't support that item? Just need to know so I don't rack my brain trying to make something work that just won't.
05/27/2015 21:14 guesswho-.-#2
It's not scriptprocess.dll

But I'm not a csv guy so I can't help you further. Just wanted to let you know that it's possible to add them and they should work correctly.
05/27/2015 21:33 freez00#3
ok cool. Now to see why it won't work, unless it's the client.
05/30/2015 01:08 Decima#4
what index are u using? - your index may be bad, either already exists somewhere, or its a number the client or server doesnt support

have you tried putting the shape entries on an existing item just to check to see if it will show up? - this could tell you if one of the shape objects are messed up

have you tried putting it in a different item file, like itemarmor_share? - could be some kind of limitation of the item file you are trying to put it in

are you sure all your object exist in the client? - you could have something misspelled or you could be missing a folder name in the path, or even not have the object at all

theres literally a dozen things it can be, but what it will not be is an exe/dll issue, as they only load what they are told to load, obviously if they could judge the placement of an item based on its shape objects there would be no need for the shape file in the first place, your troubleshooting skills are weak padiwan. . . .
05/31/2015 16:09 freez00#5
Quote:
Originally Posted by Decima View Post
what index are u using? - your index may be bad, either already exists somewhere, or its a number the client or server doesnt support

have you tried putting the shape entries on an existing item just to check to see if it will show up? - this could tell you if one of the shape objects are messed up

have you tried putting it in a different item file, like itemarmor_share? - could be some kind of limitation of the item file you are trying to put it in

are you sure all your object exist in the client? - you could have something misspelled or you could be missing a folder name in the path, or even not have the object at all

theres literally a dozen things it can be, but what it will not be is an exe/dll issue, as they only load what they are told to load, obviously if they could judge the placement of an item based on its shape objects there would be no need for the shape file in the first place, your troubleshooting skills are weak padiwan. . . .
Thanks Decima. I'm going through the troubleshooting process and figuring out where the break in the chain was. It's easy to make mistakes going through these files.
05/31/2015 22:37 Decima#6
yes it is, one letter, one comma, and it all gets fuct
06/01/2015 08:10 elfulll#7
Quote:
Originally Posted by freez00 View Post
Thanks Decima. I'm going through the troubleshooting process and figuring out where the break in the chain was. It's easy to make mistakes going through these files.
make sure you add the files in itemarmor.csv, itemarmor_share.csv and itemshape.csv these 3 files should work 100%
06/03/2015 01:28 freez00#8
Quote:
Originally Posted by elfulll View Post
make sure you added the files in itemarmor.csv, itemarmor_share.csv and itemshape.csv these 3 files should work 100%
Thanks. I know I added it to itemarmor and item_shape. I didn't add it to itemarmor_share. that's what did it.