jigsam Posted November 2, 2013 Posted November 2, 2013 (edited) Is there any difference in renewal and pre renewal? I tried to put some new items, but some of them doesn't work properly. No errors or anything but no display... I already check the spr and act file at Data\sprite\¾Ç¼¼»ç¸®\¿©\¿©_TransparentGoldenButterflyWings.act Data\sprite\¾Ç¼¼»ç¸®\¿©\¿©_TransparentGoldenButterflyWings.spr Data\sprite\¾Ç¼¼»ç¸®\³²\³²_TransparentSilverButterflyWings.act Data\sprite\¾Ç¼¼»ç¸®\³²\³²_TransparentSilverButterflyWings.spr check the data at accessories.lua ACCESSORY_TransparentGoldenButterflyWings = 1379, check the data at accname.lua [ACCESSORY_IDs.ACCESSORY_TransparentGoldenButterflyWings] = "_TransparentGoldenButterflyWings", check the database (I'm using mysql)25420 TransparentGoldenButterflyWings Transparentgoldenbutterflywings 5 20 NULL 100 NULL 13 NULL 0 4294967295 63 2 1 NULL 0 0 1379 bonus bSpeedRate,25; NULL NULL check the iteminfo.lua [25420] = { unidentifiedDisplayName = "Transparentgoldenbutterflywings", unidentifiedResourceName = "TransparentGoldenButterflyWings", unidentifiedDescriptionName = { "Unidentified item, can be identified with [Magnifier]." }, identifiedDisplayName = "Transparentgoldenbutterflywings", identifiedResourceName = "TransparentGoldenButterflyWings", identifiedDescriptionName = { "Item Not Implemented", "desc", "desc.", "", "^777777^000000" }, slotCount = 1, ClassNum = 1379 No luck... Edited November 2, 2013 by jigsam Quote
Chiaki Posted November 2, 2013 Posted November 2, 2013 ya, I got this problem too, someone help us please!!! Quote
NexusXVI Posted November 2, 2013 Posted November 2, 2013 Can I see how you add them on item.db2, and did you check if the spr and act file in the male and female folder works? Quote
jigsam Posted November 2, 2013 Author Posted November 2, 2013 (edited) I put them on item_db_re, since i use renewal. I'm using query tho... INSERT INTO `ragnarok`.`item_db_re` ( `id` , `name_english` , `name_japanese` , `type` , `price_buy` , `price_sell` , `weight` , `atk:matk` , `defence` , `range` , `slots` , `equip_jobs` , `equip_upper` , `equip_genders` , `equip_locations` , `weapon_level` , `equip_level` , `refineable` , `view` , `script` , `equip_script` , `unequip_script` ) VALUES ( '25420', 'TransparentGoldenButterflyWings', 'Transparentgoldenbutterflywings', '5', '20', NULL , '100', NULL , '13', NULL , '0', '4294967295', '63', '2', '1', NULL , '0', '0', '1379', 'bonus bSpeedRate,25;', NULL , NULL ); Edited November 2, 2013 by jigsam Quote
jigsam Posted November 9, 2013 Author Posted November 9, 2013 Bump, Somebody? I already try to compile the lua to lub, but no luck Quote
jigsam Posted December 11, 2013 Author Posted December 11, 2013 Bump... Last bump... I guess... Quote
Question
jigsam
Is there any difference in renewal and pre renewal? I tried to put some new items, but some of them doesn't work properly.
No errors or anything but no display...
I already check the spr and act file at
Data\sprite\¾Ç¼¼»ç¸®\¿©\¿©_TransparentGoldenButterflyWings.act
Data\sprite\¾Ç¼¼»ç¸®\¿©\¿©_TransparentGoldenButterflyWings.spr
Data\sprite\¾Ç¼¼»ç¸®\³²\³²_TransparentSilverButterflyWings.act
Data\sprite\¾Ç¼¼»ç¸®\³²\³²_TransparentSilverButterflyWings.spr
check the data at accessories.lua
ACCESSORY_TransparentGoldenButterflyWings = 1379,
check the data at accname.lua
[ACCESSORY_IDs.ACCESSORY_TransparentGoldenButterflyWings] = "_TransparentGoldenButterflyWings",
check the database (I'm using mysql)
25420 TransparentGoldenButterflyWings Transparentgoldenbutterflywings 5 20 NULL 100 NULL 13 NULL 0 4294967295 63 2 1 NULL 0 0 1379 bonus bSpeedRate,25; NULL NULL5 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.