Jump to content
  • 0

Part of custom items are working, part are not


Triplus

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

Hello

 

I know this question has probably been asked over and over again, but i don't know why 3 of my custom wings are working, and then 6 others i tried adding today suddenly crash my client...

 

I'm using 20120410. Renaming the .lua to .lub works (or it did for the first 3 wings so i dosn't see why it wouldn't now)

 

I'm using these wings http://kamishi.ragnawork.com/?page_id=5

First 3 are from vindicate, not working wings are butterfly

 

The butterfly wings crash client, the first 3 don't

 

Here are the files:

 

item_db:

31001,Wings_of_the_caster,Wings of the Caster,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,99,1,1001,{ bonus bFixedCastrate,-100; bonus bDelayRate,-15; },{},{}
31002,Wings_of_swiftness,Wings of swiftness,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,99,1,1002,{ bonus bAspdRate,200; bonus bSpeedAddRate,20; },{},{}
31003,Wings_of_vitality,Wings of vitality,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,99,1,1003,{ bonus bMaxHPrate,15; },{},{}
31007,Butterfly_Wings,Butterfly wings,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1007,{},{},{}
31008,Butterfly_Wings_Green,Butterfly wings (Green),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1008,{},{},{}
31009,Butterfly_Wings_NightBlue,Butterfly wings (Night Blue),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1009,{},{},{}
31010,Butterfly_Wings_Purple,Butterfly wings (Purple),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1010,{},{},{}
31011,Butterfly_Wings_Red,Butterfly wings (Red),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1011,{},{},{}
31012,Butterfly_Wings_SkyBlue,Butterfly wings (Sky Blue),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1012,{},{},{}

accname.lub

	[ACCESSORY_IDs.ACCESSORY_WINGS_CASTER] = "_Vindicated_Wing_Gold",
	[ACCESSORY_IDs.ACCESSORY_WINGS_SWIFTNESS] = "_Vindicated_Wing",
	[ACCESSORY_IDs.ACCESSORY_WINGS_VITALITY] = "_Vindicated_Wing_Red",
	[ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY] = "_Butterfly_Wings",
	[ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_GREEN] = "_Butterfly_Wings_Green",
	[ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_NIGHTBLUE] = "_Butterfly_Wings_NightBlue",
	[ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_PURPLE] = "_Butterfly_Wings_Purple",
	[ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_RED] = "_Butterfly_Wings_Red",
	[ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_SKYBLUE] = "_Butterfly_Wings_SkyBlue"

accessoryid.lub

	ACCESSORY_WINGS_CASTER = 1001,
	ACCESSORY_WINGS_SWIFTNESS = 1002,
	ACCESSORY_WINGS_VITALITY = 1003,
	ACCESSORY_WINGS_BUTTERFLY = 1007,
	ACCESSORY_WINGS_BUTTERFLY_GREEN = 1008,
	ACCESSORY_WINGS_BUTTERFLY_NIGHTBLUE = 1009,
	ACCESSORY_WINGS_BUTTERFLY_PURPLE = 1010,
	ACCESSORY_WINGS_BUTTERFLY_RED = 1011,
	ACCESSORY_WINGS_BUTTERFLY_SKYBLUE = 1012

idnum2itemdesctable.txt

31001#
A pair of beautiful wings form an unknown source.
Depending on the wings, certain stats will be boosted
Weight : ^77777710^000000
#

31002#
A pair of beautiful wings form an unknown source.
Depending on the wings, certain stats will be boosted
Weight : ^77777710^000000
#

31003#
A pair of beautiful wings form an unknown source.
Depending on the wings, certain stats will be boosted
Weight : ^77777710^000000
#

31007#
Beautiful wings available for the most lovely and beautiful girl on the server <3
Weight : ^77777710^000000
#

31008#
Beautiful wings available for the most lovely and beautiful girl on the server <3
Weight : ^77777710^000000
#

31009#
Beautiful wings available for the most lovely and beautiful girl on the server <3
Weight : ^77777710^000000
#

31010#
Beautiful wings available for the most lovely and beautiful girl on the server <3
Weight : ^77777710^000000
#

31011#
Beautiful wings available for the most lovely and beautiful girl on the server <3
Weight : ^77777710^000000
#

31012#
Beautiful wings available for the most lovely and beautiful girl on the server <3
Weight : ^77777710^000000
#

idnum2itemdisplaynametable.txt

31001#Wings_of_the_caster#
31002#Wings_of_swiftness#
31003#Wings_of_vitality#
31007#Butterfly_Wings#
31008#Butterfly_Wings_Green#
31009#Butterfly_Wings_NightBlue#
31010#Butterfly_Wings_Purple#
31011#Butterfly_Wings_Red#
31012#Butterfly_Wings_SkyBlue#

idnum2itemresnametable.txt

31001#Vindicated_Wing_Gold#
31002#Vindicated_Wing#
31003#Vindicated_Wing_Red#
31007#Butterfly_Wings#
31008#Butterfly_Wings_Green#
31009#Butterfly_Wings_NightBlue#
31010#Butterfly_Wings_Purple#
31011#Butterfly_Wings_Red#
31012#Butterfly_Wings_SkyBlue#

itemslotcounttable.txt

31001#3#
31002#3#
31003#3#
31007#3#
31008#3#
31009#3#
31010#3#
31011#3#
31012#3#
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

Other wings are working, seems to be the sprites

SOLVED

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

I am really not fond of lua due to me being a caveman with new clients. But basing from what you've said that the first 3 wings work, I think it the reason is that you jumped the sprite ID after 1003?

 

Why did you jumped to 1007 right away?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

i jumped because there are 3 more vindicate wings that i yet need to implement, but i don't need htem right now.

ACCESSORY_AEGIR_HELM = 870,
	ACCESSORY_MVP_BASKETHAT = 871,
	ACCESSORY_CRITURA_HAT = 872,
	ACCESSORY_MAGICAL_BOOSTER = 873,
	ACCESSORY_WINGS_CASTER = 1001,
	ACCESSORY_WINGS_SWIFTNESS = 1002,
	ACCESSORY_WINGS_VITALITY = 1003,
	ACCESSORY_WINGS_BUTTERFLY = 1007,
	ACCESSORY_WINGS_BUTTERFLY_GREEN = 1008,
	ACCESSORY_WINGS_BUTTERFLY_NIGHTBLUE = 1009,
	ACCESSORY_WINGS_BUTTERFLY_PURPLE = 1010,
	ACCESSORY_WINGS_BUTTERFLY_RED = 1011,
	ACCESSORY_WINGS_BUTTERFLY_SKYBLUE = 1012

Skipping is allowed as far as i know, as seen here

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Oh yeah, apologies, I just checked mine and it skipped like to 5000.. Do they crash whenever you equip them? Might wanna check the files are placed and named correctly.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   0
  • Joined:  12/28/13
  • Last Seen:  

Yes they crash the moment i equip them. I do see the item in my inventory with the correct name, description, image, ... Only they crash the moment i equip them.


Also i read somewhere that the sprites might be corrupted but i loaded them into actor2 and it kinda worked. Got some errors but they loaded so... And the same errors popped up with the vindicate wings so that shouldn't be the problem as far as i know


BUMP: Anyone know what could be the cause?

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