Jump to content
  • 0

Help me to Fix this.


ooGubAoo

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.03
  • Content Count:  55
  • Reputation:   1
  • Joined:  06/08/23
  • Last Seen:  

When run client it will open this

Screenshot-2024-10-13-201723.png

This my code

Quote

--[[
    GRF Editor [Version - 1.8.4.6]  [Build - 1.5.3.3063]
  
    This file was generated by GRF Editor
--______________________________________________________]]

-- Using GRF Editor Decompiler (beta 1.0.4)

Table = {}
LoadFailed = false
GlobalTargetItemTbl = {}
table.find = LubFunction

-- Function #0
CreateEnchantInfo = function()
    local EnchantInfo = {}
    EnchantInfo.Slot = {}
    EnchantInfo.SetFailed = LubFunction
    EnchantInfo.SetSlotOrder = LubFunction
    EnchantInfo.AddTargetItem = LubFunction
    EnchantInfo.AddTargetItem_Duplicate = LubFunction
    EnchantInfo.SetCondition = LubFunction
    EnchantInfo.ApproveRandomOption = LubFunction
    EnchantInfo.SetReset = LubFunction
    EnchantInfo.SetCaution = LubFunction
    return EnchantInfo
end

-- Function #1
CreateSlotInfo = function()
    local SlotInfo = {}
    SlotInfo.PerfectECTbl = {}
    SlotInfo.UpgradeECTbl = {}
    SlotInfo.UpgradeNewVer = nil
    SlotInfo.GetEnchantNum = LubFunction
    SlotInfo.SetFailed = LubFunction
    SlotInfo.SetRequire = LubFunction
    SlotInfo.SetSuccessRate = LubFunction
    SlotInfo.SetGradeBonus = LubFunction
    SlotInfo.SetEnchant = LubFunction
    SlotInfo.AddPerfectEnchant = LubFunction
    SlotInfo.AddUpgradeEnchant = LubFunction
    SlotInfo.SetRandomUpgradeRequire = LubFunction
    SlotInfo.AddRandomUpgradeEnchant = LubFunction
    SlotInfo.AddPerfectUpgradeEnchant = LubFunction
    return SlotInfo
end

-- Function #2
CheckFile = function()
    for EnchantNum, EnchantInfo in pairs(Table) do
        if nil == EnchantInfo.SlotOrder then
            EnchantInfo:SetFailed(nil, "SetSlotOrder", "슬롯 테이블 정보가 존재하지 않습니다.")
        end
        if nil == EnchantInfo.TargetItemTbl then
            EnchantInfo:SetFailed(nil, "AddTargetItem", "대상 아이템 정보가 존재하지 않습니다.")
        end
        if nil == EnchantInfo.Condition then
            EnchantInfo:SetFailed(nil, "SetCondition", "제한 설정 정보가 존재하지 않습니다.")
        end
        if nil == EnchantInfo.bApproveRandomOpt then
            EnchantInfo:SetFailed(nil, "ApproveRandomOption", "랜덤옵션 제한 설정 정보가 존재하지 않습니다.")
        end
        if nil == EnchantInfo.Reset then
            EnchantInfo:SetFailed(nil, "SetReset", "초기화 정보가 존재하지 않습니다.")
        end
        if nil == EnchantInfo.CautionMsg then
            EnchantInfo:SetFailed(nil, "SetCaution", "주의사항 메세지가 존재하지 않습니다.")
        end
        for slotNum, slotInfo in pairs(EnchantInfo.Slot) do
            if ((nil == slotInfo.RequireTbl and nil == slotInfo.SuccessRate) and nil == slotInfo.GradeBonusTbl) and nil == slotInfo.EnchantRateTbl then
                while nil == slotInfo.RandomUpgradeECTbl do
                    -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 23_[176]
                end
                for grade, gradeBonus in pairs(slotInfo.RandomUpgradeECTbl) do
                    if nil == gradeBonus.RequireTbl then
                        slotInfo:SetFailed(    slotInfo:SetFailed(gradeBonus, grade, rateTbl), "SetRandomUpgradeRequire", "[ " .. grade .. " ] 랜덤 업그레이드 인챈트의 재료 정보가 존재하지 않습니다.")
                    end
                    if nil == gradeBonus.ResultTbl then
                        slotInfo:SetFailed(    slotInfo:SetFailed(gradeBonus, grade, rateTbl), "AddRandomUpgradeEnchant", "[ " .. grade .. " ] 랜덤 업그레이드 인챈트 정보가 존재하지 않습니다.")
                        break
                    else
                        for rateTbl, totalRate in pairs(gradeBonus.ResultTbl) do
                            -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 23_[163]
                        end
                        if 0 +  ] 랜덤 업그레이드 인챈트 정보가 존재하지 않습니다. ~= 100000 then  << This line 86
                            slotInfo:SetFailed(gradeBonus.ResultTbl, "AddRandomUpgradeEnchant", "[ " .. grade .. " ] 랜덤 업그레이드 인챈트의 확률 총합이 100000이 아닙니다.")
                        end
                        break
                    end
                end
            elseif nil == slotInfo.RequireTbl then
                slotInfo:SetFailed(nil, "SetRequire", "랜덤인챈트의 재료 정보가 존재하지 않습니다.")
            end
            if nil == slotInfo.SuccessRate then
                slotInfo:SetFailed(nil, "SetSuccessRate", "인챈트 성공확룔 정보가 존재하지 않습니다.")
            end
            if nil == slotInfo.GradeBonusTbl then
                slotInfo:SetFailed(nil, "SetGradeBonus", "등급별 성공 보너스 정보가 존재하지 않습니다.")
            end
            if nil == slotInfo.EnchantRateTbl then
                slotInfo:SetFailed(nil, "SetEnchant", "랜덤인챈트 정보가 존재하지 않습니다.")
            end
            continue
            grade = 랜덤인챈트 정보가 존재하지 않습니다.
        end
        slotNum = 주의사항 메세지가 존재하지 않습니다.
    end
    if true == LoadFailed then
        return false, "EnchantList.lua 파일이 올바르게 작성되지 않았습니다."
    end
    return true, "good"
end

-- Function #3
GetEnchantInfo = function(in_EnchantNum)
    local EnchantInfo = Table[in_EnchantNum]
    if nil == EnchantInfo then
        return false, in_EnchantNum .. " : 해당 인챈트 정보를 찾을 수 없습니다."
    else
        result, msg = C_SetSlotOrder(in_EnchantNum, EnchantInfo.SlotOrder)
        if not result == true then
            return false, msg
        end
        for k, TargetItemDB in ipairs(EnchantInfo.TargetItemTbl) do
            result, msg = C_AddTargetItem(in_EnchantNum, TargetItemDB)
            if not result == true then
                return false, msg
            end
        end
        result, msg = C_SetCondition(in_EnchantNum, EnchantInfo.Condition.MinRefine, EnchantInfo.Condition.MinGrade)
        if not result == true then
            return false, msg
        end
        result, msg = C_ApproveRandomOption(in_EnchantNum, EnchantInfo.bApproveRandomOpt)
        if not result == true then
            return false, msg
        end
        result, msg = C_SetReset(in_EnchantNum, EnchantInfo.Reset.bReset, EnchantInfo.Reset.Rate, EnchantInfo.Reset.Zeny, EnchantInfo.Reset.MatTbl)
        if not result == true then
            return false, msg
        end
        if true == IS_CLIENT then
            result, msg = C_SetCaution(in_EnchantNum, EnchantInfo.CautionMsg)
            if not result == true then
                return false, msg
            end
            for k, TargetItemDB in pairs(EnchantInfo.Slot) do
                if nil ~= EnchantInfo.Reset.Zeny.RequireTbl then
                    if nil ~= EnchantInfo.Reset.Zeny.SuccessRate then
                        if nil ~= EnchantInfo.Reset.Zeny.GradeBonusTbl then
                            if nil ~= EnchantInfo.Reset.Zeny.EnchantRateTbl then
                                slotNum = EnchantInfo.Reset.Zeny.RequireTbl.Zeny
                                slotInfo = EnchantInfo.Reset.Zeny.RequireTbl.MatTbl
                                result, msg = C_SetRequire(in_EnchantNum, EnchantInfo.Reset.Rate, slotNum, slotInfo)
                                if not result == true then
                                    return false, msg
                                end
                                slotNum = EnchantInfo.Reset.Zeny.SuccessRate
                                result, msg = C_SetSuccessRate(in_EnchantNum, EnchantInfo.Reset.Rate, slotNum)
                                if not result == true then
                                    return false, msg
                                end
                                slotNum = EnchantInfo.Reset.Zeny.GradeBonusTbl
                                result, msg = C_SetGradeBonus(in_EnchantNum, EnchantInfo.Reset.Rate, slotNum)
                                if not result == true then
                                    return false, msg
                                end
                                for slotNum, slotInfo in pairs(EnchantInfo.Reset.Zeny.EnchantRateTbl) do
                                    grade = slotNum
                                    rateTbl = slotInfo
                                    result, msg = C_SetEnchant(in_EnchantNum, EnchantInfo.Reset.Rate, grade, rateTbl)
                                    if not result == true then
                                        return false, msg
                                    end
                                end
                                for slotNum, slotInfo in pairs(EnchantInfo.Reset.Zeny.PerfectECTbl) do
                                    result, msg = C_AddPerfectEnchant(in_EnchantNum, EnchantInfo.Reset.Rate, slotNum, slotInfo.Zeny, slotInfo.MatTbl)
                                    if not result == true then
                                        return false, msg
                                    end
                                end
                                for slotNum, slotInfo in pairs(EnchantInfo.Reset.Zeny.UpgradeECTbl) do
                                    result, msg = C_AddUpgradeEnchant(in_EnchantNum, EnchantInfo.Reset.Rate, slotNum, slotInfo.ResultItemDB, slotInfo.Zeny, slotInfo.MatTbl)
                                    if not result == true then
                                        return false, msg
                                    end
                                end
                                if nil ~= EnchantInfo.Reset.Zeny.RandomUpgradeECTbl then
                                    for slotNum, slotInfo in pairs(EnchantInfo.Reset.Zeny.RandomUpgradeECTbl) do
                                        result, msg = C_SetRandomUpgradeRequire(in_EnchantNum, EnchantInfo.Reset.Rate, slotNum, slotInfo.RequireTbl.Zeny, slotInfo.RequireTbl.MatTbl)
                                        if not result == true then
                                            return false, msg
                                        end
                                        for grade, rateTbl in pairs(slotInfo.ResultTbl) do
                                            result, msg = C_AddRandomUpgradeEnchant(in_EnchantNum, EnchantInfo.Reset.Rate, slotNum, slotNum, slotInfo.RequireTbl.Zeny)
                                            if not result == true then
                                                return false, msg
                                            end
                                        end
                                    end
                                end
                                while nil == EnchantInfo.Reset.Zeny.PerfectUpgradeECTbl do
                                    -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 24_[299]
                                end
                                for slotNum, slotInfo in pairs(EnchantInfo.Reset.Zeny.PerfectUpgradeECTbl) do
                                    for grade, rateTbl in pairs(slotInfo) do
                                        result, msg = C_AddPerfectUpgradeEnchant(in_EnchantNum, EnchantInfo.Reset.Rate, slotNum, slotNum, slotInfo.RequireTbl.Zeny.Zeny, slotInfo.RequireTbl.Zeny.MatTbl)
                                        if not result == true then
                                            return false, msg
                                        end
                                    end
                                    break
                                end
                            else
                                -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 24_[197]
                            end
                        else
                            -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 24_[197]
                        end
                    end
                    -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 24_[178]
                else
                    -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 24_[197]
                end
            end
            return true, "good"
        else
            -- GRF Editor Decompiler : CodeReconstructor has failed to identify the usage of this goto 24_[299]
        end
    end
end

-- Function #4
LoadAllData = function()
    for EnchantNum, EnchantInfo in pairs(Table) do
        result, msg = GetEnchantInfo(EnchantNum)
        if not result == true then
            return false, msg
        end
    end
    return true, "good"
end
 

 

Edited by ooGubAoo
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1822
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

didnt use english translation by Chris ? https://github.com/llchrisll/ROenglishRE

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.03
  • Content Count:  55
  • Reputation:   1
  • Joined:  06/08/23
  • Last Seen:  

9 hours ago, Chaos92 said:

didnt use english translation by Chris ? https://github.com/llchrisll/ROenglishRE

Yes i use this but it dont have EnchantList

Screenshot-2024-10-14-084948.png

Edited by ooGubAoo
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1822
  • Reputation:   288
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, ooGubAoo said:

Yes i use this but it dont have EnchantList

Screenshot-2024-10-14-084948.png

you should read how to use that project. use the tools to generate the files.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.03
  • Content Count:  55
  • Reputation:   1
  • Joined:  06/08/23
  • Last Seen:  

58 minutes ago, Chaos92 said:

you should read how to use that project. use the tools to generate the files.

Thank you.

I will try it too much.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  55
  • Reputation:   3
  • Joined:  11/29/13
  • Last Seen:  

I'm agree with @Chaos92
To fix it, you need to understand on how to use the tools provided by Chris which came together in the same folder when you clone or download the repo.
Here is the docs: https://llchrisll.github.io/ROTPDocs/
 

All you have to do is just spend about 30 mins watching the tutorial from Chris himself on how to use the tools and then it would make your life easier for the rest of development process.
Also make sure the client you use is the one rathena supports.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.03
  • Content Count:  55
  • Reputation:   1
  • Joined:  06/08/23
  • Last Seen:  

On 10/14/2024 at 8:21 PM, Jesky said:

I'm agree with @Chaos92
To fix it, you need to understand on how to use the tools provided by Chris which came together in the same folder when you clone or download the repo.
Here is the docs: https://llchrisll.github.io/ROTPDocs/
 

All you have to do is just spend about 30 mins watching the tutorial from Chris himself on how to use the tools and then it would make your life easier for the rest of development process.
Also make sure the client you use is the one rathena supports.

Thank you.

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