How to solve this problem, just add new function on luafile514\lua files\SkillInfoz\skillinfo_f.lub
GetSkillScale=function(in_SKID, in_Level)local obj = SKILL_INFO_LIST[in_SKID]local x =0local y =0ifnil~= obj then
obj = SKILL_INFO_LIST[in_SKID].SkillScaleendifnil~= obj then
obj = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level]endifnil~= obj then
x = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level].x
ifnil== x thenreturn0,0else
y = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level].y
ifnil== y thenreturn0,0endendendreturn x, y
end
Edit: problem solve
How to solve this problem, just add new function on luafile514\lua files\SkillInfoz\skillinfo_f.lub
Share this post
Link to post
Share on other sites