grandsaga Posted June 18, 2012 Posted June 18, 2012 Some skills allow you to toggle which level it's used at. Where in the src or where ever do I determine wether this is doable with a skill? Btw where should I have posted this question? Quote
spiritualkid Posted June 24, 2012 Posted June 24, 2012 Considering this is a client sided edit, you are asking in the right place. What you want to edit is skillinfolist.lua (lua files/skillinfoz/) Simply add SpAmount = { }, In the brackets, add the sp cost of each levels seperated by a comma and it should work. This is an example for Teleport which is useful to have the toggle option for lv 1 without the menu pop up and level 2 for both options : [sKID.AL_TELEPORT] = { "AL_TELEPORT"; SkillName = "Teleportation", MaxLv = 2, SpAmount = { 10, 9 }, _NeedSkillList = { { SKID.AL_RUWACH,1 } } }, Quote
Question
grandsaga
Some skills allow you to toggle which level it's used at. Where in the src or where ever do I determine wether this is doable with a skill?
Btw where should I have posted this question?
1 answer 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.