mt2de Posted December 29, 2023 Share Posted December 29, 2023 quest piedra_perfect begin state start begin when 50512.use begin table.foreachi(special.active_skill_list[pc.get_job()+1][pc.get_skill_group()],function(r,skill) pc.set_skill_level(skill,59) end) pc.setqf("iniciar", 1) local skills = {122,124,121,129,126,127,128,137,138,139,140,125,131} for i = 1, table.getn(skills) do pc.set_skill_level(skills[i], 59) item.remove() end end end end Quote Link to comment Share on other sites More sharing options...
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.