"Description: ^777777Increase damage with One Handed",
"Axe.^000000",
"[Lv 1]: ^777777Atk +100^000000",
"[Lv 2]: ^777777Atk +200^000000",
"[Lv 3]: ^777777Atk +300^000000",
"[Lv 4]: ^777777Atk +400^000000",
"[Lv 5]: ^777777Atk +500^000000",
"[Lv 6]: ^777777Atk +600^000000",
"[Lv 7]: ^777777Atk +700^000000",
"[Lv 8]: ^777777Atk +800^000000",
"[Lv 9]: ^777777Atk +900^000000",
"[Lv 10]: ^777777Atk +1000^000000"
},
[sKID.PS_TWOAXE] = {
"Two Handed Axe Mastery",
"MAX Lv : 10",
"^777777Requirement : Axe Mastery 1^000000",
"Skill Form: ^000099Passive^000000",
"Description: ^777777Increase damage with Two Handed Axe Class Weapons.^000000",
"[Lv 1]: ^777777Atk +150^000000",
"[Lv 2]: ^777777Atk +300^000000",
"[Lv 3]: ^777777Atk +450^000000",
"[Lv 4]: ^777777Atk +600^000000",
"[Lv 5]: ^777777Atk +750^000000",
"[Lv 6]: ^777777Atk +900^000000",
"[Lv 7]: ^777777Atk +1050^000000",
"[Lv 8]: ^777777Atk +1200^000000",
"[Lv 9]: ^777777Atk +1350^000000",
"[Lv 10]: ^777777Atk +1500^000000"
},
lua filesskillinfozskillinfolist.lub
[sKID.PS_ONEAXE] = {
"PS_ONEAXE";
SkillName = "One-Handed Axe Mastery",
MaxLv = 10,
SpAmount = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
bSeperateLv = false,
AttackRange = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 },
},
[sKID.PS_TWOAXE] = {
"PS_TWOAXE";
SkillName = "Two-Handed Axe Mastery",
MaxLv = 10,
SpAmount = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
bSeperateLv = false,
AttackRange = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 },
},
lua filesskillinfozskilltreeview.lub
[JOBID.JT_SWORDMAN] = {
[1] = SKID.SM_SWORD,
[2] = SKID.SM_RECOVERY,
[3] = SKID.SM_BASH,
[4] = SKID.SM_PROVOKE,
[5] = SKID.SM_AUTOBERSERK,
[6] = SKID.SM_MOVINGRECOVERY,
[8] = SKID.SM_TWOHAND,
[10] = SKID.SM_MAGNUM,
[11] = SKID.SM_ENDURE,
[12] = SKID.SM_FATALBLOW,
[15] = SKID.PS_ONEAXE,
[22] = SKID.PS_TWOAXE
},
------- okay so i have already seen the passive skill in the skill window. but i cannot put any skill points in it.
can anyone tell me what i did wrong or is there anything i need to do that i havent done yet
Edit: The Damage Calculation is working fine when i use @allskill but it still isnt giving any skill points on the skill Edit: when i check the sql it is saving my skills and it's level. when i manually put skill points on these two, it uses the skill points and give the effects but it is still in gray color.
Edit: i just found out that when i log out my mapserver is giving me a warning
mmo_char_fromsql: ignoring invalid skill (id=8444, lvl=10) of character Test (AID=2000000, CID=150000)
okay, so i tried to make new passive skill for my swordsman job
here's my code
srcmapskill.h
srcmapbattle.c
in my db
dbpre-reskill_db.txt
dbpre-reskill_tree.conf
in my grf
lua filesskillinfozskillid.lub
lua filesskillinfozskilldescript.lub
lua filesskillinfozskillinfolist.lub
lua filesskillinfozskilltreeview.lub
-------
okay so i have already seen the passive skill in the skill window. but i cannot put any skill points in it.
can anyone tell me what i did wrong or is there anything i need to do that i havent done yet
Edit: The Damage Calculation is working fine when i use @allskill but it still isnt giving any skill points on the skill
Edit: when i check the sql it is saving my skills and it's level. when i manually put skill points on these two, it uses the skill points and give the effects but it is still in gray color.
Edit: i just found out that when i log out my mapserver is giving me a warning
Edited by roygbivany help on this?
Share this post
Link to post
Share on other sites