Jump to content
  • 0

Third Job Skills


Elsa Mist

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

Hello rA,

 

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

 

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

 

im using 17704, client is 2012-10-04

 

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

//Creator
4019,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 before hand....

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  05/31/14
  • Last Seen:  

On 11/5/2014 at 7:37 PM, Elsa Mist said:

Hihi, Kichi thank you for the reply....

 

i manage to make it work now....

 

i have thinking what you suggest above. but for an example not everyone use creamy card.

 

Yeah what the most im afraid is messing up my server :P but im already backup all necessary files.... hehehe

 

5hlyflqd7f.png

Hello how did you do it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

if you plan to add 3rdjob skill to your 2ndjob don't make any changes to client or skill
just add it by using an item like creamy_card
if it work, the skill would be appear at Misc Tab
if you failed from this step, don't go too far, you will mess up your server

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  

Hihi, Kichi thank you for the reply....

 

i manage to make it work now....

 

i have thinking what you suggest above. but for an example not everyone use creamy card.

 

Yeah what the most im afraid is messing up my server :P but im already backup all necessary files.... hehehe

 

5hlyflqd7f.png

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