iSkiddo Posted February 6, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 94 Reputation: 0 Joined: 11/26/11 Last Seen: January 14, 2020 Share Posted February 6, 2012 (edited) Hi everyone . i got question about adding some of 3rd job skill into 2nd Job trans. I figure out before that i only need to edit the Skilltree.txt inside trunk/db/skilltree.txt However when using this latest SVN , those skill still not added at the skilltree . should be change the skilltree.txt then @reloadskilldb / restart server . those 3rd Job skill were there . Any ideas about this ? Thanks in advance . P/s : Sorry i didnt really sure this thread are posted in right sections . Regrads , Skiddo Edited February 6, 2012 by iSkiddo Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted February 6, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted February 6, 2012 It's all good to update the skilltree, however, you still have to edit the LUA if you want to see those skill where players can use them. Try that and get back to me. Quote Link to comment Share on other sites More sharing options...
iSkiddo Posted February 6, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 94 Reputation: 0 Joined: 11/26/11 Last Seen: January 14, 2020 Author Share Posted February 6, 2012 which files do i need to edit ? can anyone explain me please ? Thanks . Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted February 7, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted February 7, 2012 You CAN'T edit LUB files. When you update the LUA files the LUB files are updated automatically from them. LUA files are not hard, but they are very annoying! Download notebook ++ (I think thats the name). Keep in mind there are several LUA files to update within the skillinfo and skillinfoz folders. skillinfo/skilltreeview.lua controls the skilltree for each class. skillinfoz/skilldescript.lua modified what your client sees for skill info. skillinfoz/skillinfolist.lua gives the max level, sp use, skill name, and again controls the skilltree for each class. skillinfoz/skilltreeview.lua yet again controls the skilltree for each class. Each of those four files has to be updated for it to work properly! I wish you could sprite NPC's I would do it for you as a trade off, lol. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
iSkiddo Posted February 8, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 94 Reputation: 0 Joined: 11/26/11 Last Seen: January 14, 2020 Author Share Posted February 8, 2012 @peopleperson49 : actually , i have try to add something on the skilltree.txt .. however there is nothing happen . except the assassin cross job . its appear like this . but other job , nothing changed .. i attached my skilltree.txt already . maybe someone can help me check on it ? thanks . skill_tree.txt Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted February 8, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted February 8, 2012 Let me know exactly what skills you want to add and to which class. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
iSkiddo Posted February 8, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 94 Reputation: 0 Joined: 11/26/11 Last Seen: January 14, 2020 Author Share Posted February 8, 2012 (edited) Champion - Earth Shaker sniper - - Fear Breeze - Severe Rainstorm - Electric Shocker Lord knight - - Varetyr Spear Whitesmith - Axe Boomerang - Axe Tornado - Research Fire/Earth assassin cross - Phantom Menace - Venom Impress paladin - Earth Drive - Force of Vanguard - Reflect Damage professor - Striking stalker - Reproduce - Body Painting - Masquerade - Enervation - Masquerade - Gloomy creator - Earth Strain - Reverberation - Dominion Impulse clown - Windmill Rush Attack - Harmonize gypsy - Moonlit Serenade ninja - Lightning Walk high wizard - Drain Life high priest - Clearance soul linker - Chain Lightning stargladiator - Tiger Cannon - Fallen Empire - Howling Of Lion gunslinger - Cloaking Exceed Edited February 8, 2012 by iSkiddo Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted February 8, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted February 8, 2012 (edited) Okay man, here is your problem... You gave your job classes the skill in the skilltree to perform the skill. However, you didn't change the other skills in the tree for them to unlock it. Just take the skill you gave the champion below. The skill id is 2328. However, inorder to learn it you have to have level 1 2326 and level 1 2334. You didn't give the champion those other two skills to unlock the one you want. I didn't look at anybody except the first one on your list, but I suspect they are all them same way. Make sure you read and understand what your updating. I hope this helps. Peopleperson49 //JobNo,Skill-ID,MaxLV{,JobLV},Prerequisite Skill-ID-1,Prerequisite Skill-ID-1-Lv... 4016,2328,5,2326,1,2334,1,0,0,0,0,0,0 //SR_EARTHSHAKER#Earth Shaker# Edited February 8, 2012 by peopleperson49 Quote Link to comment Share on other sites More sharing options...
iSkiddo Posted February 8, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 94 Reputation: 0 Joined: 11/26/11 Last Seen: January 14, 2020 Author Share Posted February 8, 2012 well i have tried to remove the 2326,1 and also the 2334,1.. but the 3rd job skill still not there . is there any where that i need to activated the 3rd job skill 1st ? since my server is currently 2nd job only . Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted February 8, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted February 8, 2012 If you don't have the updated files for the classes then they won't work no matter what you do. What version (rAthena,eAthena,etc...) and revision are you using? Stable or trunk..? Whatever info you can give me. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
iSkiddo Posted February 8, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 94 Reputation: 0 Joined: 11/26/11 Last Seen: January 14, 2020 Author Share Posted February 8, 2012 Its Eathena Version SVN r657M Trunk Quote Link to comment Share on other sites More sharing options...
iSkiddo Posted March 29, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 94 Reputation: 0 Joined: 11/26/11 Last Seen: January 14, 2020 Author Share Posted March 29, 2012 Guys need help on certain classes . i added 3rd job skill on my 2nd trans job . Unfortunally , for ninja / soul linker / stargladiator cannot add any other skill . is there any limit for those job ? maybe someone can give me guide please ? how do i add 3rd job skill or any custom skill on ninja / star gladiator / soul linker ? thanks Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted April 20, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted April 20, 2012 You can always give ninja/soul linker/star gladiator normal skills. Such as giving soul linker firebolt, coldbolt, and lightningbolt. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted March 5, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Share Posted March 5, 2013 You can always give ninja/soul linker/star gladiator normal skills. Such as giving soul linker firebolt, coldbolt, and lightningbolt. Peopleperson49 How about putting EDP to Gunslinger? Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted March 6, 2013 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: Tuesday at 02:28 AM Share Posted March 6, 2013 Adding any skill to a character is very simple. Until you get to modifying lua files for it. I can do it no problem, but its annoying for me to teach so you need to figure that out from somebody else. Find this in the skill_tree: //Gunslinger 24,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill# 24,142,1,0,0,0,0,0,0,0,0,0,0 //NV_FIRSTAID#First Aid# 24,500,5,0,0,0,0,0,0,0,0,0,0 //GS_GLITTERING#Flip the Coin# 24,501,1,500,1,0,0,0,0,0,0,0,0 //GS_FLING#Fling# 24,502,1,500,1,511,10,0,0,0,0,0,0 //GS_TRIPLEACTION#Triple Action# 24,503,1,500,5,512,10,0,0,0,0,0,0 //GS_BULLSEYE#Bulls Eye# 24,504,1,500,4,517,10,0,0,0,0,0,0 //GS_MADNESSCANCEL#Madness Canceler# 24,505,1,500,4,513,5,0,0,0,0,0,0 //GS_ADJUSTMENT#AdJustment# 24,506,1,500,2,510,10,0,0,0,0,0,0 //GS_INCREASING#Increasing Accuracy# 24,507,1,500,1,0,0,0,0,0,0,0,0 //GS_MAGICALBULLET#Magical Bullet# 24,508,1,500,1,0,0,0,0,0,0,0,0 //GS_CRACKER#Cracker# 24,509,10,0,0,0,0,0,0,0,0,0,0 //GS_SINGLEACTION#Single Action# 24,510,10,0,0,0,0,0,0,0,0,0,0 //GS_SNAKEEYE#Snake Eye# 24,511,10,509,1,0,0,0,0,0,0,0,0 //GS_CHAINACTION#Chain Action# 24,512,10,509,5,0,0,0,0,0,0,0,0 //GS_TRACKING#Tracking# 24,513,5,512,7,0,0,0,0,0,0,0,0 //GS_DISARM#Disarm# 24,514,5,512,5,0,0,0,0,0,0,0,0 //GS_PIERCINGSHOT#Piercing Shot# 24,515,10,511,3,0,0,0,0,0,0,0,0 //GS_RAPIDSHOWER#Rapid Shower# 24,516,10,515,5,0,0,0,0,0,0,0,0 //GS_DESPERADO#Desperado# 24,517,10,515,7,516,5,0,0,0,0,0,0 //GS_GATLINGFEVER#Gatling Fever# 24,518,10,509,5,0,0,0,0,0,0,0,0 //GS_DUST#Dust# 24,519,10,518,3,0,0,0,0,0,0,0,0 //GS_FULLBUSTER#Full Buster# 24,520,10,519,5,0,0,0,0,0,0,0,0 //GS_SPREADATTACK#Spread Attack# 24,521,10,520,7,0,0,0,0,0,0,0,0 //GS_GROUNDDRIFT#Ground Drift# 24,410,1,0,0,0,0,0,0,0,0,0,0 //WE_CALLBABY#Call Baby# 24,681,1,0,0,0,0,0,0,0,0,0,0 //ALL_INCCARRY#Enlarge Weight Limit R# Modify and add this to the end of above pasted stuff. Replace 4013 (ASC job id) with 24 (Gunslinger job id). The column that contains 407 is the first skill id required to unlock the EDP and the next column is the reqiured level for it. If you don't want any prerequiste skills then replace those with "0" other wise put in what skills you want to have first to unlock it. 4013,378,5,407,1,0,0,0,0,0,0,0,0 //ASC_EDP#Deadly Poison Enchantment# I hope all this helps. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted March 6, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Share Posted March 6, 2013 Adding any skill to a character is very simple. Until you get to modifying lua files for it. I can do it no problem, but its annoying for me to teach so you need to figure that out from somebody else. Find this in the skill_tree: //Gunslinger 24,1,9,0,0,0,0,0,0,0,0,0,0 //NV_BASIC#Basic Skill# 24,142,1,0,0,0,0,0,0,0,0,0,0 //NV_FIRSTAID#First Aid# 24,500,5,0,0,0,0,0,0,0,0,0,0 //GS_GLITTERING#Flip the Coin# 24,501,1,500,1,0,0,0,0,0,0,0,0 //GS_FLING#Fling# 24,502,1,500,1,511,10,0,0,0,0,0,0 //GS_TRIPLEACTION#Triple Action# 24,503,1,500,5,512,10,0,0,0,0,0,0 //GS_BULLSEYE#Bulls Eye# 24,504,1,500,4,517,10,0,0,0,0,0,0 //GS_MADNESSCANCEL#Madness Canceler# 24,505,1,500,4,513,5,0,0,0,0,0,0 //GS_ADJUSTMENT#AdJustment# 24,506,1,500,2,510,10,0,0,0,0,0,0 //GS_INCREASING#Increasing Accuracy# 24,507,1,500,1,0,0,0,0,0,0,0,0 //GS_MAGICALBULLET#Magical Bullet# 24,508,1,500,1,0,0,0,0,0,0,0,0 //GS_CRACKER#Cracker# 24,509,10,0,0,0,0,0,0,0,0,0,0 //GS_SINGLEACTION#Single Action# 24,510,10,0,0,0,0,0,0,0,0,0,0 //GS_SNAKEEYE#Snake Eye# 24,511,10,509,1,0,0,0,0,0,0,0,0 //GS_CHAINACTION#Chain Action# 24,512,10,509,5,0,0,0,0,0,0,0,0 //GS_TRACKING#Tracking# 24,513,5,512,7,0,0,0,0,0,0,0,0 //GS_DISARM#Disarm# 24,514,5,512,5,0,0,0,0,0,0,0,0 //GS_PIERCINGSHOT#Piercing Shot# 24,515,10,511,3,0,0,0,0,0,0,0,0 //GS_RAPIDSHOWER#Rapid Shower# 24,516,10,515,5,0,0,0,0,0,0,0,0 //GS_DESPERADO#Desperado# 24,517,10,515,7,516,5,0,0,0,0,0,0 //GS_GATLINGFEVER#Gatling Fever# 24,518,10,509,5,0,0,0,0,0,0,0,0 //GS_DUST#Dust# 24,519,10,518,3,0,0,0,0,0,0,0,0 //GS_FULLBUSTER#Full Buster# 24,520,10,519,5,0,0,0,0,0,0,0,0 //GS_SPREADATTACK#Spread Attack# 24,521,10,520,7,0,0,0,0,0,0,0,0 //GS_GROUNDDRIFT#Ground Drift# 24,410,1,0,0,0,0,0,0,0,0,0,0 //WE_CALLBABY#Call Baby# 24,681,1,0,0,0,0,0,0,0,0,0,0 //ALL_INCCARRY#Enlarge Weight Limit R# Modify and add this to the end of above pasted stuff. Replace 4013 (ASC job id) with 24 (Gunslinger job id). The column that contains 407 is the first skill id required to unlock the EDP and the next column is the reqiured level for it. If you don't want any prerequiste skills then replace those with "0" other wise put in what skills you want to have first to unlock it. 4013,378,5,407,1,0,0,0,0,0,0,0,0 //ASC_EDP#Deadly Poison Enchantment# I hope all this helps. Peopleperson49 No more client side? Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted March 8, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Share Posted March 8, 2013 Doesn't work. lol Quote Link to comment Share on other sites More sharing options...
Nash Posted April 26, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 174 Reputation: 0 Joined: 02/17/12 Last Seen: May 8, 2014 Share Posted April 26, 2013 Thx Alot i wanted to remove 3rd Trance Skill Tree Quote Link to comment Share on other sites More sharing options...
Question
iSkiddo
Hi everyone .
i got question about adding some of 3rd job skill into 2nd Job trans.
I figure out before that i only need to edit the Skilltree.txt inside trunk/db/skilltree.txt
However when using this latest SVN , those skill still not added at the skilltree .
should be change the skilltree.txt then @reloadskilldb / restart server . those 3rd Job skill were there .
Any ideas about this ? Thanks in advance .
P/s :
Sorry i didnt really sure this thread are posted in right sections .
Regrads ,
Skiddo
Edited by iSkiddoLink to comment
Share on other sites
17 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.