Techno Posted July 24, 2012 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
Mystery Posted July 24, 2012 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
Techno Posted July 24, 2012 Author Posted July 24, 2012 Well other then that is there a way to change either way ?? Quote
Mystery Posted July 24, 2012 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
Techno Posted July 24, 2012 Author Posted July 24, 2012 I do but its complicated when hunting the box just pops up etc bump Quote
F0xxy Posted July 24, 2012 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
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
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.