Jump to content
  • 0

Question

Posted
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

2 answers to this question

Recommended Posts

  • 0
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...