Littlefoot Posted March 20, 2016 Posted March 20, 2016 My teleport skill is reaching Skill Level 100 and doesn't cap at level 2. What should i do? Quote
0 PandaLovesHamster Posted March 20, 2016 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
0 Littlefoot Posted March 20, 2016 Author 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
0 PandaLovesHamster Posted March 21, 2016 Posted March 21, 2016 You want all characters to have teleport? You'll have to edit some database files for that I think. Quote
0 Littlefoot Posted March 21, 2016 Author 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
0 Antares Posted April 11, 2016 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
Question
Littlefoot
My teleport skill is reaching Skill Level 100 and doesn't cap at level 2. What should i do?
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.