-- 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
Question
ooGubAoo
When run client it will open this
This my code
Link to comment
Share on other sites
6 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.