Jump to content
  • 0

Some equip doesn't work...


jigsam

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  09/21/13
  • Last Seen:  

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
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   11
  • Joined:  10/17/13
  • Last Seen:  

ya, I got this problem too, someone help us please!!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  61
  • Topics Per Day:  0.01
  • Content Count:  227
  • Reputation:   6
  • Joined:  01/18/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  09/21/13
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  09/21/13
  • Last Seen:  

Bump, Somebody? 

 

I already try to compile the lua to lub, but no luck /hmm

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  09/21/13
  • Last Seen:  

Bump...

Last bump... I guess...

Link to comment
Share on other sites

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.

×
×
  • Create New...