Jump to content
  • 0

Can't Lvup Custom Skill on Skill Tree


Vyserion

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.01
  • Content Count:  21
  • Reputation:   0
  • Joined:  06/25/20
  • Last Seen:  

Hi community,

  After following each of the steps of this guide: https://github.com/rathena/rathena/wiki/Adding_new_skills, and re-checking each step to make sure I'm not missing anything, I can't get to the result of upgrading skill level at all. The skill just grays out when I click on "Apply" to effect changes, as shown below:

It is important to mention that, whenever I use @useskill 8444 1 "Nickname", the skill effect actually triggers, however, I can't lvup the skill on the skill tree.

I'd very happy if you guys could give me a hand on this. I'm really tired of searching for a solution here.

Spoiler

image.png.ce631ce717c0a44d5f9a5fc0d2fc3ea4.png

image.png.d9a943f88bc664e96c0f6faec49b3923.png

 

 

  • rAthena version: I'm using the latest rAthena version on git.
  • Client version: 2018-06-20d (I've tried with 2018-06-21 and other 2018 versions already.)
  • Src Files
    • skill.cpp 
      Spoiler

      case BS_FUROR:

       

    • skill.hpp 
      Spoiler

      BS_FUROR = 8444,

       

    • status.hpp 
      Spoiler

      SC_FUROR,

       

    • status.cpp 
      Spoiler

      set_sc( BS_FUROR            , SC_FUROR        , EFST_SHOUT, SCB_STR );

      --------------------------------------------------------------------------

      if(sc->data[SC_FUROR])
          str += 3;

       

  • DB Files
    • skill_tree.txt 
      Spoiler

      10,8444,1,0,0,0,0,0,0,0,0,0,0 //BS_FUROR#Furor#

       

    • skill_db.yml 
      Spoiler

        - Id: 8444
          Name: BS_FUROR
          Description: Furor
          MaxLevel: 1
          Type: Weapon
          TargetType: Self
          DamageFlags:
            NoDamage: true
          Hit: Single
          HitCount: 1
          Duration1: 30000
          Cooldown: 30000
          Requires:
            SpCost: 1

       

  • Lua Files
    • skilldescript.lub 
      Spoiler

          [SKID.BS_FUROR] = {
              "Furor",
              "^CC3399Requirement: None^000000",
              "Skill Form: ^339900Supportive^000000",
              "Target: ^777777Caster^000000",
              "Description: ^777777Scream with battle vigor to add",
              "+8 STR for 5 minutes.^000000"
          },

       

    • skillinfolist.lub 
      Spoiler

          [SKID.BS_FUROR] = {
              "BS_FUROR",
              SkillName = "Furor",
              MaxLv = 1,
              SpAmount = { 8 },
              bSeperateLv = false,
              AttackRange = { 1 }
          },

       

    • skillid.lub
      Spoiler

      BS_FUROR = 8444,

       

    • skilltreview.lub 
      Spoiler

          [JOBID.JT_BLACKSMITH] = {
              [0] = SKID.BS_IRON,
              [1] = SKID.BS_HILTBINDING,
              [2] = SKID.BS_SKINTEMPER,
              [3] = SKID.BS_HAMMERFALL,
              [5] = SKID.BS_DAGGER,
              [7] = SKID.BS_STEEL,
              [8] = SKID.BS_ENCHANTEDSTONE,
              [9] = SKID.BS_WEAPONRESEARCH,
              [10] = SKID.BS_ADRENALINE,
              [11] = SKID.BS_SPEAR,
              [12] = SKID.BS_SWORD,
              [13] = SKID.BS_KNUCKLE,
              [14] = SKID.BS_FINDINGORE,
              [15] = SKID.BS_ORIDEOCON,
              [16] = SKID.BS_REPAIRWEAPON,
              [17] = SKID.BS_WEAPONPERFECT,
              [18] = SKID.BS_OVERTHRUST,
              [19] = SKID.BS_TWOHANDSWORD,
              [20] = SKID.BS_MACE,
              [24] = SKID.BS_MAXIMIZE,
              [26] = SKID.BS_AXE,
              [31] = SKID.BS_ADRENALINE2,
              [33] = SKID.BS_GREED,
              [34] = SKID.BS_UNFAIRLYTRICK,
              [32] = SKID.BS_FUROR
          },

       

 

Edited by Vyserion
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   0
  • Joined:  07/25/20
  • Last Seen:  

same problem here bump also, mine misses don't know why

found the solution for your problem, use another ID for your skill, also if you know how to put custom str into custom skills hit me up , cuz i don't know how to solve that problem

Edited by Volskis
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...