Littlefoot Posted March 20, 2016 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 203 Reputation: 1 Joined: 05/11/12 Last Seen: July 30, 2016 Share Posted March 20, 2016 My teleport skill is reaching Skill Level 100 and doesn't cap at level 2. What should i do? Quote Link to comment Share on other sites More sharing options...
0 PandaLovesHamster Posted March 20, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 35 Joined: 12/18/14 Last Seen: May 30, 2016 Share Posted March 20, 2016 Lmao, you can check your lua files for that. Wonder what can a teleport of that level do. Probably teleports you to the next server. Quote Link to comment Share on other sites More sharing options...
0 Littlefoot Posted March 20, 2016 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 203 Reputation: 1 Joined: 05/11/12 Last Seen: July 30, 2016 Author Share Posted March 20, 2016 Lmao, you can check your lua files for that. Wonder what can a teleport of that level do. Probably teleports you to the next server. I have checked and the question now is, how can i put all characters to have teleport level 2? Quote Link to comment Share on other sites More sharing options...
0 PandaLovesHamster Posted March 21, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 35 Joined: 12/18/14 Last Seen: May 30, 2016 Share Posted March 21, 2016 You want all characters to have teleport? You'll have to edit some database files for that I think. Quote Link to comment Share on other sites More sharing options...
0 Littlefoot Posted March 21, 2016 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 203 Reputation: 1 Joined: 05/11/12 Last Seen: July 30, 2016 Author Share Posted March 21, 2016 You want all characters to have teleport? You'll have to edit some database files for that I think. Which part Quote Link to comment Share on other sites More sharing options...
0 Antares Posted April 11, 2016 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 420 Reputation: 89 Joined: 01/30/12 Last Seen: April 29, 2023 Share Posted April 11, 2016 If you use MySQL just write an update statement that replaces every skill level that is >2 with 2 if the skill id is teleport in the characters skillstore. Something like: UPDATE `skill` SET `lv`=2 WHERE `id`=26 AND `lv`>2; Quote Link to comment Share on other sites More sharing options...
Question
Littlefoot
My teleport skill is reaching Skill Level 100 and doesn't cap at level 2. What should i do?
Link to comment
Share on other sites
5 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.