grandsaga Posted June 18, 2012 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 01/22/12 Last Seen: July 15, 2015 Share 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 Link to comment Share on other sites More sharing options...
spiritualkid Posted June 24, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 06/14/12 Last Seen: July 12, 2024 Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.