Jump to content
  • 0

Skill Not Changeable (Lvl)


Techno

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  07/02/12
  • Last Seen:  

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

44874315.png

bump

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  07/02/12
  • Last Seen:  

Well other then that is there a way to change either way ??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  07/02/12
  • Last Seen:  

I do but its complicated when hunting the box just pops up etc

bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  224
  • Reputation:   22
  • Joined:  03/23/12
  • Last Seen:  

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 by F0xxy
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...