Skill lvl 81+ questions [.xml] [.htm] [skill_trees]

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Hofa
Posts: 3
Joined: Thu Apr 15, 2010 9:52 am

Skill lvl 81+ questions [.xml] [.htm] [skill_trees]

Post by Hofa »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4069
L2JDP Revision Number:7264

Hello, i'm new and my english is not much good, by the way i'll tray to explain my problem :)
First at all thanks for all the work of your team. In second, i'm searching through the forum every topic regarding skills at level 81+. Unfortunally i dont found anything.

My question is: there are implemented - in my revision, of course - skills of level 83?
I'm starting to see some .xml and .htm files under gameserver\data\stats\skills and in gameserver\data\html\admin\skills in search of all skill lvl 83. I found, for example, that H_Adventurer got Exciting Adventure, and H_Archmage dont have "Meteor Shower" (or like this, i dont remember the name of skill well) and, always for example, Golem Armor of class "Maestro" is added, but not skills lvl 83 for Grand Kavhatari. Obviously i know that \html\admin\skill refer to the in-game admin command for add skill, but more generally, i suppose that is a "map" for every class and which skill are associated to the class.

I know that for add this skills automatically i must associate in DB skill_trees the class_id, skill_id and others fields by class_id (which is the primary class got these skill) and skill_id (pretty equal in stats\skill file, under his ID).

So... i'm just asking why some skill lvl 81+ are implemented in stats\skill\ (0700-0799).xml, and why other skills still missing? :)


Thanks for advice.
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Skill lvl 81+ questions [.xml] [.htm] [skill_trees]

Post by Probe »

these skills are not automatically learned at their levels,
but are learned by using Forgotten Scrolls
that's why they are not in skill_trees
Hofa
Posts: 3
Joined: Thu Apr 15, 2010 9:52 am

Re: Skill lvl 81+ questions [.xml] [.htm] [skill_trees]

Post by Hofa »

thanks for the answer, and i see that forgotten scrolls are into the db in etcitem.sql table.
Whatever, i'm searching for directories, like in gameserver\data\stats\etcitem.
Seems to be missed file .xml from 10500 - 10599 IDs. Can i ask why, and where is - if exist - the corresponding file :?:

...And another question about skills: i see that in 0900-0999.xml some of these lvl 83 skill are in, with an ID. Which table, or file, got all these skill with IDs? i mean: if there are IDs, there are a table or a file that associate skill to scroll, or else. Mmmm :?

Last question about a single item: for clan change to lvl 5 i know that is needed "proof of aspiration" through a quest. I've search for this item into etcitem table, but i cant find it. If you know, where are it? xD Damn!

sorry for my newbie questions! :oops:
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Skill lvl 81+ questions [.xml] [.htm] [skill_trees]

Post by jurchiks »

Code: Select all

SELECT item_id,name,skill FROM etcitem WHERE name LIKE "%Forgotten scroll%"
helps?
It's Seal of Aspiration now, ID 3870
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Hofa
Posts: 3
Joined: Thu Apr 15, 2010 9:52 am

Re: Skill lvl 81+ questions [.xml] [.htm] [skill_trees]

Post by Hofa »

Great!
All works perfectly!
Thanks and good work at all! :mrgreen:
MDHouse
Posts: 8
Joined: Fri Apr 16, 2010 5:14 am

Re: Skill lvl 81+ questions [.xml] [.htm] [skill_trees]

Post by MDHouse »

jurchiks wrote:

Code: Select all

SELECT item_id,name,skill FROM etcitem WHERE name LIKE "%Forgotten scroll%"
helps?
It's Seal of Aspiration now, ID 3870
tnx i wondered how to do that you just answer befor i ask :mrgreen:
Post Reply