Techno Posted July 24, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 07/02/12 Last Seen: December 21, 2012 Share Posted July 24, 2012 Does anyone know why in my server "Teleport" Skill probably some other are not switchable Heres an example like lvl's 1-2 Yeah this is a big problem if anyone can help thanks in advance bump Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 24, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 24, 2012 For example, this: [media=] [/media]3:09 minutes in, you can see you don't need to switch between levels of the Teleport skill because once you use it, you get a box stating: Random Area or <saved map>. Which in other words, Level 1 Teleport warps you to a Random Location and with Level 2 Teleport skill, you can warp back to your saved map. Thus, it's combined. Also, // Allows players to skip menu when casting Teleport level 1 // Menu contains two options. "Random" and "Cancel" skip_teleport_lv1_menu: no https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/skill.conf Quote Link to comment Share on other sites More sharing options...
Techno Posted July 24, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 07/02/12 Last Seen: December 21, 2012 Author Share Posted July 24, 2012 Well other then that is there a way to change either way ?? Quote Link to comment Share on other sites More sharing options...
Mystery Posted July 24, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted July 24, 2012 As I mentioned, there's no point adding selected level arrows for the skill because by level 2, level 1's option is combined with 2 in a menu. If you don't want Level 2's option, make the max level be 1. Quote Link to comment Share on other sites More sharing options...
Techno Posted July 24, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 07/02/12 Last Seen: December 21, 2012 Author Share Posted July 24, 2012 I do but its complicated when hunting the box just pops up etc bump Quote Link to comment Share on other sites More sharing options...
F0xxy Posted July 24, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 224 Reputation: 22 Joined: 03/23/12 Last Seen: April 21, 2020 Share Posted July 24, 2012 (edited) I do but its complicated when hunting the box just pops up etc bump go to data/lua files/skillinfoz/skillinfo_f.lua and find line 167, with a comment -- Function #8 and select the line 167 down to line 177 and replace it with the code below. -- Function #8 IsLevelUseSkill = function(SkillID) local obj = SKILL_INFO_LIST[skillID] if obj ~= nil then obj = SKILL_INFO_LIST[skillID].SpAmount end if obj ~= nil then return 1 end return 0 end Edited July 24, 2012 by F0xxy Quote Link to comment Share on other sites More sharing options...
Question
Techno
Does anyone know why in my server "Teleport" Skill probably some other are not switchable
Heres an example like lvl's 1-2
Yeah this is a big problem if anyone can help thanks in advance
bump
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.