Jump to content
  • 0

Some equip doesn't work...


Question

Posted (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.

 

2vmv5lh.jpg

 

No errors or anything but no display...

 

29zr6zs.jpg

 

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... /hmm
Edited by jigsam

5 answers to this question

Recommended Posts

Posted (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 by jigsam

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...