Jump to content
  • 0

Forgotten scrolls for Multiskill srv


Question

Posted

Hello i am trying to edit forgotten scrolls for my multiskill server but i dont know how to do it..... i want to allow to all characters learn all forgotten scrolls .... or add forgotten scrolls to NPC to learn by all chars..... thx    etc ( duelist can learn hawk icon from phoenix knight ) thx

3 answers to this question

Recommended Posts

  • 0
Posted

It's Easy !!

 

First go to Server\game\data\skillTrees\forgottenSkillTree.xml

 

Open this File " forgottenSkillTree "

 

And u will see Forgotten Skill Per Class

 

All u must need to do is

 

Search for ur class thats u want to add a skill !

 

Example. !

 

<!-- Phoenix Knight -->

<skillTree type="classSkillTree" classId="90">

<skill skillName="Fighters Will" skillId="758" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Archers Will" skillId="759" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Anti-magic Armor" skillId="760" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Sixth Sense" skillId="766" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Spirit of Phoenix" skillId="784" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Flame Icon" skillId="785" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Deflect Magic" skillId="913" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Protection of Rune" skillId="755" skillLvl="1" getLevel="82" learnedByFS="true" />

<skill skillName="Protection of Elemental" skillId="756" skillLvl="1" getLevel="82" learnedByFS="true" />

<skill skillName="Protection of Alignment" skillId="757" skillLvl="1" getLevel="82" learnedByFS="true" />

<skill skillName="Summon Imperial Phoenix" skillId="912" skillLvl="1" getLevel="83" learnedByFS="true" />

 

This Is Skill's for Phoenix Knight Class

 

if u want to add One skill u must do this Search for ur Forgootten Skill Learn Skill ID , Name and Level and then add this after the last one

 

Like u want to add Flame Hawk u do this

 

<skill skillName="Flame Hawk" skillId="771" skillLvl="1" getLevel="81" learnedByFS="true" />

 

<!-- Phoenix Knight -->

<skillTree type="classSkillTree" classId="90">

<skill skillName="Fighters Will" skillId="758" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Archers Will" skillId="759" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Anti-magic Armor" skillId="760" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Sixth Sense" skillId="766" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Spirit of Phoenix" skillId="784" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Flame Icon" skillId="785" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Deflect Magic" skillId="913" skillLvl="1" getLevel="81" learnedByFS="true" />

<skill skillName="Protection of Rune" skillId="755" skillLvl="1" getLevel="82" learnedByFS="true" />

<skill skillName="Protection of Elemental" skillId="756" skillLvl="1" getLevel="82" learnedByFS="true" />

<skill skillName="Protection of Alignment" skillId="757" skillLvl="1" getLevel="82" learnedByFS="true" />

<skill skillName="Summon Imperial Phoenix" skillId="912" skillLvl="1" getLevel="83" learnedByFS="true" />

<skill skillName="Flame Hawk" skillId="771" skillLvl="1" getLevel="81" learnedByFS="true" />

 

Save the file and u are done

Guest
This topic is now closed to further replies.


×
×
  • Create New...