Worst Posted June 20, 2014 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 57 Reputation: 1 Joined: 12/07/13 Last Seen: December 15, 2024 Share Posted June 20, 2014 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: http://rathena.org/board/topic/72734-guidecustom-wings-at-robe-place/ Download the files you modified, what went wrong: https://www.mediafire.com/?8aol1nwxbnxvrrl 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", } Quote Link to comment Share on other sites More sharing options...
Question
Worst
data/idnum2itemresnametable.txt
data/luafiles514/lua files/datainfo/spriterobeid.lua
data/luafiles514/lua files/datainfo/spriterobename.lua
Link to comment
Share on other sites
0 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.