Path: gameserver\data\residences\
Format: XML
For example, lets take the file gameserver\data\residences\[1] gludio_castle.xml
Working parameter for Castle:
<skills>
</skills>
Now, for example, we add a skill that will be given to the clan while he owns it:
<skills>
<skill id="100500" level="1" />
<skill id="100501" level="1" />
<skill id="100502" level ="1" />
</skills>
Format: XML
For example, lets take the file gameserver\data\residences\[1] gludio_castle.xml
Working parameter for Castle:
<skills>
</skills>
Now, for example, we add a skill that will be given to the clan while he owns it:
<skills>
<skill id="100500" level="1" />
<skill id="100501" level="1" />
<skill id="100502" level ="1" />
</skills>