Jump to content
  • 0

Custom Skills Cannot Use


Question

Posted

i'm having a problem w/ my custom skills i try to create a new backsliding skills named "Yellow Flash" but i cant use it or cant lvl up it?

heres the pic

df2f3878c5bdc1563b625f988558fc0c.png

and i cant use it by using @useskill command

can someone help me?

11 answers to this question

Recommended Posts

Posted

thank for the reply sir.. i want to ask what is the available skill id? i just remove the yellowflash and just make the earthbolt skill and the skill works fine but i want to work for yellowflash skill and i want to know what are the available skill id cuz i already use the 545 skill id .

Posted

sir whats wrong with my Yellow Flash i cant lvl up it.. but i can now use @useskill command..

heres my lua..

lua files/skillinfo/skilltreeview.lua


[15] = {
{"MO_IRONHAND", 259; Pos = 0, MaxLv = 10, NeedSkillList = {}},
{"MO_CALLSPIRITS", 261; Pos = 1, MaxLv = 5, NeedSkillList = {0}},
{"MO_DODGE", 265; Pos = 2, MaxLv = 10, NeedSkillList = {0, 1}},
{"MO_TRIPLEATTACK", 263; Pos = 3, MaxLv = 10, NeedSkillList = {2}},
{"MO_KITRANSLATION", 1015; Pos = 5, MaxLv = 1, NeedSkillList = {}},
{"MO_ABSORBSPIRITS", 262; Pos = 7, MaxLv = 1, NeedSkillList = {1}},
{"MO_INVESTIGATE", 266; Pos = 8, MaxLv = 5, NeedSkillList = {1}},
{"MO_BLADESTOP", 269; Pos = 9, MaxLv = 5, NeedSkillList = {2}},
{"MO_CHAINCOMBO", 272; Pos = 10, MaxLv = 5, NeedSkillList = {3}},
{"MO_BALKYOUNG", 1016; Pos = 12, MaxLv = 1, NeedSkillList = {}},
{"MO_EXPLOSIONSPIRITS", 270; Pos = 14, MaxLv = 5, NeedSkillList = {7}},
{"MO_FINGEROFFENSIVE", 267; Pos = 15, MaxLv = 5, NeedSkillList = {8}},
{"MO_SPIRITSRECOVERY", 260; Pos = 16, MaxLv = 5, NeedSkillList = {9}},
{"MO_COMBOFINISH", 273; Pos = 17, MaxLv = 5, NeedSkillList = {10}},
{"MO_EXTREMITYFIST", 271; Pos = 22, MaxLv = 5, NeedSkillList = {14, 15}},
{"MO_STEELBODY", 268; Pos = 24, MaxLv = 5, NeedSkillList = {17}},
{"MO_BODYRELOCATION", 264; Pos = 30, MaxLv = 1, NeedSkillList = {16, 22, 24}},
{"MO_YELLOWFLASH", 546; Pos = 30, MaxLv = 1, NeedSkillList = {}}
},

lua files/skillinfoz/skilldescript.lua


[sKID.MO_YELLOWFLASH] = {
"Yellow Flash",
"Max Level:^777777 1 ^00000",
"Type:^33cc00 Active ^00000",
"SP Cost:^777777 20 + 5*SkillLV ^000000",
"Duration:^777777 Instant ^000000",
"Effect: ^777777 Teleports your in place you desired.^000000",
}

lua files/skillinfoz/skillinfolist.lua

[sKID.MO_YELLOWFLASH] = {
"MO_YELLOWFLASH";
SkillNmae = "Yellow Flash",
MaxLv = 1,
}

lua files/skillinfoz/skilltreeview.lua


[22] = SKID.MO_EXTREMITYFIST,
[24] = SKID.MO_STEELBODY,
[30] = SKID.MO_BODYRELOCATION,
[31] = SKID.MO_YELLOWFLASH

whats the problem w/ that sir?

Posted

here sir

skill_db.txt


272,-2,8,4,-1,0,0,5,-4,no,0,0x200,0,weapon,0, MO_CHAINCOMBO,Raging Quadruple Blow
273,-2,6,4,-1,0x2,2,5,1,no,0,0x200,0,weapon,0, MO_COMBOFINISH,Raging Thrust
546,18,6,2,0,0x1,0,1,1,no,0,0,0,none,0, MO_YELLOWFLASH,Yellow Flash

skill_nocast_db.txt

546,8 //YELLOWFLASH

skill_require_db.txt

546,0,0,14,0,0,0,0,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0   //YELLOWFLASH

skill_tree.txt

15,546,1,271,3,260,2,268,3,0,0,0,0 //YELLOWFLASH

there sir

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