Third Job Skills

Elsa

New member
Messages
22
Points
0
Location
Heart of Europe
Emulator
Hello community,

i dont know if im posting this in a right section because its include both side, client and server.

ive got some problem, but i couldnt manage to make it work.

i try to add 3rd job skill to my 2nd job. the skill appear in-game but i cant use its, seem like it have something missing. it have been 2 days and im really tired.... trying to search on .com but nothing comes up....

a0051oj5ot.png


above is in-game, the skill appears but cant use it.

below is all my all .lua files...

skillinfo/skilltreeview.lua

[4019] = { {"CR_CULTIVATION", 491; Pos = 5, MaxLv = 2, NeedSkillList = {}}, {"CR_SLIMPITCHER", 478; Pos = 9, MaxLv = 10, NeedSkillList = {8}}, {"CR_ACIDDEMONSTRATION", 490; Pos = 23, MaxLv = 10, NeedSkillList = {15, 22}}, {"CR_FULLPROTECTION", 479; Pos = 31, MaxLv = 5, NeedSkillList = {3, 10, 17, 24}}, {"WL_EARTHSTRAIN", 2216; Pos = 32, MaxLv = 5, NeedSkillList = {}}, {"WM_REVERBERATION", 2414; Pos = 33, MaxLv = 5, NeedSkillList = {}}, {"WM_DOMINION_IMPULSE", 2417; Pos = 34, MaxLv = 1, NeedSkillList = {}} }, 

skillinfoz/skillinfolist.lua

[SKID.WL_EARTHSTRAIN] = { "WL_EARTHSTRAIN"; SkillName = "Earth Strain", MaxLv = 5, SpAmount = { 70, 78, 86, 94, 102 }, bSeperateLv = true, AttackRange = { 6, 6, 6, 6, 6 }, }, 

as you can see i already move skill require to unlock the skill.

skillinfoz/skilltreeview.lua

[JOBID.JT_ALCHEMIST_H] = { [5] = SKID.CR_CULTIVATION, [9] = SKID.CR_SLIMPITCHER, [23] = SKID.CR_ACIDDEMONSTRATION, [31] = SKID.CR_FULLPROTECTION, [32] = SKID.WL_EARTHSTRAIN, [33] = SKID.WM_REVERBERATION, [34] = SKID.WM_DOMINION_IMPULSE }


,

and below is my skill_db

//Creator4019,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill#4019,142,1,0,0,0,0,0,0,0,0,0,0 //NV_FIRSTAID#First Aid#4019,36,10,0,0,0,0,0,0,0,0,0,0 //MC_INCCARRY#Enlarge Weight Limit#4019,37,10,36,3,0,0,0,0,0,0,0,0 //MC_DISCOUNT#Discount#4019,38,10,37,3,0,0,0,0,0,0,0,0 //MC_OVERCHARGE#Overcharge#4019,39,10,36,5,0,0,0,0,0,0,0,0 //MC_PUSHCART#Pushcart#4019,40,1,0,0,0,0,0,0,0,0,0,0 //MC_IDENTIFY#Item Appraisal#4019,41,10,39,3,0,0,0,0,0,0,0,0 //MC_VENDING#Vending#4019,42,10,0,0,0,0,0,0,0,0,0,0 //MC_MAMMONITE#Mammonite#4019,153,1,0,0,0,0,0,0,0,0,0,0 //MC_CARTREVOLUTION#Cart Revolution#4019,154,1,0,0,0,0,0,0,0,0,0,0 //MC_CHANGECART#Change Cart#4019,155,1,0,0,0,0,0,0,0,0,0,0 //MC_LOUD#Crazy Uproar#4019,226,10,0,0,0,0,0,0,0,0,0,0 //AM_AXEMASTERY#Axe Mastery#4019,227,10,0,0,0,0,0,0,0,0,0,0 //AM_LEARNINGPOTION#Potion Research#4019,228,10,227,5,0,0,0,0,0,0,0,0 //AM_PHARMACY#Prepare Potion#4019,229,5,228,4,0,0,0,0,0,0,0,0 //AM_DEMONSTRATION#Bomb#4019,230,5,228,5,0,0,0,0,0,0,0,0 //AM_ACIDTERROR#Acid Terror#4019,231,5,228,3,0,0,0,0,0,0,0,0 //AM_POTIONPITCHER#Aid Potion#4019,232,5,228,6,0,0,0,0,0,0,0,0 //AM_CANNIBALIZE#Summon Flora#4019,233,5,228,2,0,0,0,0,0,0,0,0 //AM_SPHEREMINE#Summon Marine Sphere#4019,234,5,236,3,0,0,0,0,0,0,0,0 //AM_CP_WEAPON#Alchemical Weapon#4019,235,5,237,3,0,0,0,0,0,0,0,0 //AM_CP_SHIELD#Synthesized Shield#4019,236,5,235,3,0,0,0,0,0,0,0,0 //AM_CP_ARMOR#Synthetic Armor#4019,237,5,228,2,0,0,0,0,0,0,0,0 //AM_CP_HELM#Biochemical Helm#4019,238,1,0,0,0,0,0,0,0,0,0,0 //AM_BIOETHICS#Basis of Life#4019,243,1,244,1,0,0,0,0,0,0,0,0 //AM_CALLHOMUN#Call Homunculus#4019,244,1,238,1,0,0,0,0,0,0,0,0 //AM_REST#Peaceful Rest#4019,247,5,243,1,0,0,0,0,0,0,0,0 //AM_RESURRECTHOMUN#Ressurect Homunculus#//4019,392,5,228,5,0,0,0,0,0,0,0,0 //CR_ALCHEMY#Alchemy#//4019,393,5,228,6,390,2,0,0,0,0,0,0 //CR_SYNTHESISPOTION#Potion Synthesis#4019,478,10,231,5,0,0,0,0,0,0,0,0 //CR_SLIMPITCHER#Aid Condensed Potion#4019,479,5,234,5,235,5,236,5,237,5,0,0 //CR_FULLPROTECTION#Full Protection#4019,490,10,229,5,230,5,0,0,0,0,0,0 //CR_ACIDDEMONSTRATION#Acid Demonstration#4019,491,2,0,0,0,0,0,0,0,0,0,0 //CR_CULTIVATION#Cultivation#4019,410,1,0,0,0,0,0,0,0,0,0,0 //WE_CALLBABY#Call Baby#4019,446,1,0,0,0,0,0,0,0,0,0,0 //AM_BERSERKPITCHER#Berserk Pitcher#4019,496,1,228,10,0,0,0,0,0,0,0,0 //AM_TWILIGHT1#Twilight Alchemy 1#4019,497,1,228,10,0,0,0,0,0,0,0,0 //AM_TWILIGHT2#Twilight Alchemy 2#4019,498,1,228,10,229,5,230,5,0,0,0,0 //AM_TWILIGHT3#Twilight Alchemy 3#4019,2216,5,0,0,0,0,0,0,0,0,0,0 //WL_EARTHSTRAIN#Earth Strain#4019,2414,5,0,0,0,0,0,0,0,0,0,0 //WM_REVERBERATION#Reverberation#4019,2417,1,0,0,0,0,0,0,0,0,0,0 //WM_DOMINION_IMPULSE#Dominion Impulse# 

here i also remove the require skill to unlock the skill....

i hope there is someone could lend they hand on this.... thank you before hand....

 
Last edited by a moderator:
I suggest use hercules and make use of our cool db entry for skill_tree.conf

this will make Swordsman used a 3rd job skill Enchantblade and Sonicwave

Swordsman: {inherit: ( "Novice" );skills: {RK_ENCHANTBLADE: { MaxLevel: 5  }  RK_SONICWAVE: { MaxLevel: 5 RK_ENCHANTBLADE: 3  }  SM_SWORD: 10  SM_TWOHAND: { MaxLevel: 10 SM_SWORD: 1  }  SM_RECOVERY: 10  SM_BASH: 10  SM_PROVOKE: 10  SM_MAGNUM: { MaxLevel: 10 SM_BASH: 5  }  SM_ENDURE: { MaxLevel: 10 SM_PROVOKE: 5  }  SM_MOVINGRECOVERY: 1  SM_FATALBLOW: 1  SM_AUTOBERSERK: 1}} 
Preview:

34j95rp.jpg


default_ani_meow.gif


 
Last edited by a moderator:
nvm, someone from Hercules already help me without quering what emulator im use or should migrate from another emulator... 

btw, thanks alot...
default_wink.png
 

2pbgefg3ht.png


 
nvm, someone from Hercules already help me without quering what emulator im use or should migrate from another emulator... 

btw, thanks alot...
default_wink.png
 

2pbgefg3ht.png
we don't want to sound mean when asking which emulator you use, we ask it because there are different ways to solve the same problem depending on the emulator you use, I'm glad you got it solved
default_smile.png


 
I suggest use hercules and make use of our cool db entry for skill_tree.conf

this will make Swordsman used a 3rd job skill Enchantblade and Sonicwave

Swordsman: {inherit: ( "Novice" );skills: {RK_ENCHANTBLADE: { MaxLevel: 5  }  RK_SONICWAVE: { MaxLevel: 5 RK_ENCHANTBLADE: 3  }  SM_SWORD: 10  SM_TWOHAND: { MaxLevel: 10 SM_SWORD: 1  }  SM_RECOVERY: 10  SM_BASH: 10  SM_PROVOKE: 10  SM_MAGNUM: { MaxLevel: 10 SM_BASH: 5  }  SM_ENDURE: { MaxLevel: 10 SM_PROVOKE: 5  }  SM_MOVINGRECOVERY: 1  SM_FATALBLOW: 1  SM_AUTOBERSERK: 1}} 
Preview:

34j95rp.jpg


default_ani_meow.gif

nvm, someone from Hercules already help me without quering what emulator im use or should migrate from another emulator... 

btw, thanks alot...
default_wink.png
 

2pbgefg3ht.png
we don't want to sound mean when asking which emulator you use, we ask it because there are different ways to solve the same problem depending on the emulator you use, I'm glad you got it solved
default_smile.png
http://herc.ws/board/topic/4709-myzters-antibot-botkiller-6/?p=30815

 
Back
Top