Jump to content
  • 0

Custom skill


Cardinale

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   1
  • Joined:  05/22/14
  • Last Seen:  

Good night, I'm working on creating a new skill for a class ninja.
do all the procedures, but when it comes to distributing the points it just doesn't open. 
follows as settings if anyone can help me I will be grateful. (I'm a layman in creating new skills).
points are distributed but not saved

 

----Skill_tree.conf

NJ_SENBON:{
           MaxLevel: 1
           NJ_KUNAI: 1
        } 
        
---skilltreeview.lub

[38] = SKID.KO_BAKURETSU,
[40] = SKID.NJ_SENBON

---skilltreeview_web.lub

[38] = SKID.KO_BAKURETSU,
[40] = SKID.NJ_SENBON

---skillinfolist.lub

[SKID.NJ_SENBON] = {
        "NJ_SENBON",
        SkillName = "Senbon",
        MaxLv = 1,
        SpAmount = { 2 },
        bSeperateLv = true,
        AttackRange = { 9 },
        
        _NeedSkillList = {
            { SKID.NJ_KUNAI, 1 }
        }
    },
  

----skill_id.lub 

NJ_SENBON = 8443


----skill_db.conf

{
    Id: 8443
    Name: "NJ_SENBON"
    Description: "Senbon"
    MaxLevel: 1
    Range: 9
    Hit: "BDT_MULTIHIT"
    NumberOfHits: {
        Lv1: 2
    }
    SkillType: {
        Enemy: true
    }
    AttackType: "Weapon"
    Element: "Ele_Weapon"
    DamageType: {
        IgnoreFlee: true
    }
    Requirements: {
        SPCost: 2
    }
},

Bug_skill.png.c54ba0dd5abce7c8b2857a1370ce0f91.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  40
  • Reputation:   7
  • Joined:  10/25/18
  • Last Seen:  

your skill_db and skill_tree look like Hercules not rAthena

 

---skillinfolist.lub

[SKID.NJ_SENBON] = {
        "NJ_SENBON",
        SkillName = "Senbon",
        MaxLv = 1,
        SpAmount = { 2 },
        bSeperateLv = true, <- change to false
        AttackRange = { 9 },
        
        _NeedSkillList = {
            { SKID.NJ_KUNAI, 1 }
        }
    },

----skill_id.lub 

NJ_SENBON = 8443

for Hercules custom skill range you can use only 900 - 999

for rAthena custom skill range you can use only 800 - 999

GOOD LUCK!!!

 

  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  11/16/14
  • Last Seen:  

X-Eec, I don't think thats the issue, to be honest. I am having the same problem myself, using 800-999 range.

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...