It supposed to read texture\effect\efst_MagiccircleRainbow\\mc.str
But its reading texture\effect\efst_mstone\stoneofint2 right now, they are completely different item.
My hateffectinfo.lob info:
HAT_EF_MagiccircleRainbow = 90
[HatEFID.HAT_EF_MagiccircleRainbow] = {resourceFileName = "efst_MagiccircleRainbow\\mc.str", hatEffectPos = -12, hatEffectPosX = 0, isRenderBeforeCharacter = true, isIgnoreRiding = true}
As you can see, the resource file name is right, but its just not read this path.
So here is what I exactly did to install this item, hopeful someone can help me.
Server side:
Item db: 48133,C_Magic_Circle_Rainbow,Magic_Circle_Rainbow,4,0,,0,,,,0,0xFFFFFFFF,63,2,8192,,1,0,,{ hateffect HAT_EF_MAGICCIRCLERAINBOW,true; },{},{ hateffect HAT_EF_MAGICCIRCLERAINBOW,false; }
added effect into scr both script.hpp and script_constants.hpp: HAT_EF_MAGICCIRCLERAINBOW,
Client saide:
extract all the file from JRO, added into: Data\texture\effect\efst_MagiccircleRainbow (including drop, collection, and item)
hateffectinfo.lub: HAT_EF_MagiccircleRainbow = 90; [HatEFID.HAT_EF_MagiccircleRainbow] = {resourceFileName = "efst_MagiccircleRainbow\\mc.str", hatEffectPos = -12, hatEffectPosX = 0, isRenderBeforeCharacter = true, isIgnoreRiding = true}
Till this point, I launch the game, it gave me error as shown in the attached picture above, so I found this file in the kro client, extracted, added into client.
I launch the game again, it showed a totally different effect. I attached a picture.
Really can not figure what is wrong.
No one knows how to solve this issue? Is this consider a bug?
solved.