Jump to content
  • 0

Custom Wing not appear


Worst

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  57
  • Reputation:   1
  • Joined:  12/07/13
  • Last Seen:  

Someone help me please
 
Well I'm trying to put the Wings Archangel Color that found a pack with some colors. 
The icon of the item, the item's image appears but when equipped it as if he had nothing.
 
Hexed 2012-04-10
 
I follow the tutorial and unable:
 
Download the files you modified, what went wrong:
 
 
Mvz6QfL.png
 
data/idnum2itemdisplaynametable.txt
21999#Gold Wing#
22000#Blue Wing#
22001#Dark Gold Wing#
22002#Green Wing#
22003#Purple Wing#
22004#Red Wing# 

data/idnum2itemresnametable.txt

21999#arch_gold#
22000#arch_blue#
22001#arch_dark_gold#
22002#arch_green#
22003#arch_purple#
22004#arch_red#

data/luafiles514/lua files/datainfo/spriterobeid.lua

SPRITE_ROBE_IDs = {
	ROBE_WINGS = 1,
	ROBE_BAG_OF_ADVENTURER = 2,
	ROBE_WINGS_OF_FALLEN_ANGEL = 3,
	ROBE_arch_gold = 4,
	ROBE_arch_blue = 5,
	ROBE_arch_dark_gold = 6,
	ROBE_arch_green = 7,
	ROBE_arch_purple = 8,
	ROBE_arch_red = 9
}

data/luafiles514/lua files/datainfo/spriterobename.lua

RobeNameTable = {
	[SPRITE_ROBE_IDs.ROBE_WINGS] = "천사날개",
	[SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = "모험가배낭",
	[SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = "타락천사의날개",
	[SPRITE_ROBE_IDs.ROBE_arch_gold] = "arch_gold",
	[SPRITE_ROBE_IDs.ROBE_arch_blue] = "arch_blue",
	[SPRITE_ROBE_IDs.ROBE_arch_dark_gold] = "arch_dark_gold",
	[SPRITE_ROBE_IDs.ROBE_arch_green] = "arch_green",
	[SPRITE_ROBE_IDs.ROBE_arch_purple] = "arch_purple",
	[SPRITE_ROBE_IDs.ROBE_arch_red] = "arch_red",
}

RobeNameTable_Eng = {
	[SPRITE_ROBE_IDs.ROBE_WINGS] = "ANGEL_WINGS",
	[SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = "BAG_OF_ADVENTURER",
	[SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = "WINGS_OF_FALLEN_ANGEL",
	[SPRITE_ROBE_IDs.ROBE_arch_gold] = "arch_gold",
	[SPRITE_ROBE_IDs.ROBE_arch_blue] = "arch_blue",
	[SPRITE_ROBE_IDs.ROBE_arch_dark_gold] = "arch_dark_gold",
	[SPRITE_ROBE_IDs.ROBE_arch_green] = "arch_green",
	[SPRITE_ROBE_IDs.ROBE_arch_purple] = "arch_purple",
	[SPRITE_ROBE_IDs.ROBE_arch_red] = "arch_red",
}
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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