Jump to content

Recommended Posts

  • 3 weeks later...
Posted

High Five Last Version

 

1: there is not anymore armors

2: there is a problem armor as you will see it in the photo

http://imgur.com/a/hMYkp

 

data\stats\armorsets

<set id="700">
	<chest id="88163" /> 
	<legs id="88166" /> 
	<head id="88160" /> 
	<gloves id="88169" /> 
	<feet id="88172" /> 
	<skill id="3006" level="1" /> 
	<skill id="99003" level="1" /> 
	<enchant6skill id="8461" level="1" /> 
</set>
<set id="701">
	<chest id="88164" /> 
	<legs id="88167" /> 
	<head id="88161" /> 
	<gloves id="88170" /> 
	<feet id="88173" /> 
	<skill id="3007" level="1" /> 
	<skill id="99004" level="1" /> 
	<enchant6skill id="8462" level="1" /> 
</set>
<set id="702">
	<chest id="88165" /> 
	<legs id="88168" /> 
	<head id="88162" /> 
	<gloves id="88171" /> 
	<feet id="88174" /> 
	<skill id="3008" level="1" /> 
	<skill id="99005" level="1" /> 
	<enchant6skill id="8463" level="1" /> 
</set>

 

 

Ixion_Skill

<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="skills.xsd">
<skill id="99001" levels="1" name="Back to town">
	<set name="magicLvl" val="40" />
	<set name="mpInitialConsume" val="22" />
	<set name="mpConsume" val="88" />
	<set name="target" val="TARGET_SELF" />
	<set name="reuseDelay" val="30000" />
	<set name="staticReuse" val="true" />
	<set name="hitTime" val="20000" />
	<set name="skillType" val="RECALL" />
	<set name="operateType" val="A2" />
	<set name="staticHitTime" val="true" />
</skill>
<skill id="99002" levels="1" name="Olympian Awakening">
	<table name="#mpInitialConsume"> 12 18 25 31 36 39 42 46 48 </table>
	<table name="#mpConsume"> 47 70 97 121 144 156 165 182 191 </table>
	<table name="#power"> 0 20 30 40 50 55 60 65 70 </table>
	<table name="#aggro"> 121 196 290 374 460 502 542 595 624 </table>
	<set name="mpInitialConsume" val="#mpInitialConsume" />
	<set name="mpConsume" val="#mpConsume" />
	<set name="power" val="#power" />
	<set name="target" val="TARGET_CORPSE_PLAYER" />
	<set name="reuseDelay" val="30000" />
	<set name="hitTime" val="6000" />
	<set name="skillType" val="RESURRECT" />
	<!-- set name="isMagic" val="true" -->
	<set name="operateType" val="A2" />
	<set name="castRange" val="400" />
	<set name="effectRange" val="900" />
	<set name="aggroPoints" val="#aggro" />
</skill>
<skill id="99003" levels="1" name="Olympus Heavy Armor Set">
	<!-- Confirmed CT2.5 & Updated to H5 -->
	<set name="magicLvl" val="85" />
	<set name="operateType" val="P" />
	<set name="skillType" val="BUFF" />
	<set name="target" val="TARGET_SELF" />
	<for>
		<sub order="0x10" stat="STR" val="2" /> <!-- STR -2 -->
		<add order="0x10" stat="CON" val="2" /> <!-- CON +2 -->
		<mul order="0x30" stat="pDef" val="1.0847" /> <!-- Def. Power +8.47% -->
		<mul order="0x30" stat="pAtk" val="1.0557" /> <!-- Atk. Power +5.57% -->
		<mul order="0x30" stat="magicDamVul" val="0.98" /> <!-- Resistance to Damage Magic +2% -->
		<add order="0x40" stat="maxHp" val="541" /> <!-- Max. HP +541 -->
		<sub order="0x40" stat="bleedVuln" val="50" /> <!-- Resistance to bleed attacks +50% -->
		<sub order="0x40" stat="rootVuln" val="50" /> <!-- Resistance to hold attacks +50% -->
		<sub order="0x40" stat="sleepVuln" val="50" /> <!-- Resistance to sleep attacks +50% -->
		<add order="0x40" stat="fireRes" val="5" /> <!-- Resistance to fire attributes +5 -->
		<add order="0x40" stat="waterRes" val="5" /> <!-- Resistance to water attributes +5 -->
		<add order="0x40" stat="windRes" val="5" /> <!-- Resistance to wind attributes +5 -->
		<add order="0x40" stat="earthRes" val="5" /> <!-- Resistance to earth attributes +5 -->
		<add order="0x40" stat="accCombat" val="4" /> <!-- Increases Accuracy by 4 -->
		<add order="0x40" stat="runSpd" val="7" /> <!-- Increases Speed by 7 -->
		<add order="0x10" stat="cloak" val="1" /> <!-- Opens cloak slot -->
	</for>
</skill>
<skill id="99004" levels="1" name="Olympus Leather Armor Set">
	<!-- Confirmed CT2.5 & Updated to H5 -->
	<set name="magicLvl" val="85" />
	<set name="operateType" val="P" />
	<set name="skillType" val="BUFF" />
	<set name="target" val="TARGET_SELF" />
	<for>
		<add order="0x10" stat="STR" val="1" /> <!-- STR +1 -->
		<add order="0x10" stat="DEX" val="2" /> <!-- DEX +2 -->
		<sub order="0x10" stat="CON" val="3" /> <!-- CON -3 -->
		<mul order="0x30" stat="pAtk" val="1.0557" /> <!-- Atk. Power + 5.57% -->
		<mul order="0x30" stat="pDef" val="1.0557" /> <!-- Def. Power + 5.57% -->
		<mul order="0x30" stat="pAtkSpd" val="1.05" /> <!-- Atk. Spd. +5% -->
		<mul order="0x30" stat="runSpd" val="1.03" /> <!-- Moving Spd. +3% -->
		<sub order="0x40" stat="stunVuln" val="50" /> <!-- Resistance to Stun +50% -->
		<add order="0x40" stat="fireRes" val="5" /> <!-- Resistance to fire attributes +5 -->
		<add order="0x40" stat="waterRes" val="5" /> <!-- Resistance to water attributes +5 -->
		<add order="0x40" stat="windRes" val="5" /> <!-- Resistance to wind attributes +5 -->
		<add order="0x40" stat="earthRes" val="5" /> <!-- Resistance to earth attributes +5 -->
		<add order="0x40" stat="cAtkAdd" val="182" /> <!-- Increases Critical Damage by 182 -->
		<add order="0x40" stat="maxMp" val="360" /> <!-- Increases Max MP by 360 -->
		<add order="0x10" stat="cloak" val="1" /> <!-- Opens cloak slot -->
	</for>
</skill>
<skill id="99005" levels="1" name="Olympus Robe Set">
	<!-- Confirmed CT2.5 & Updated to H5 -->
	<set name="magicLvl" val="85" />
	<set name="operateType" val="P" />
	<set name="skillType" val="BUFF" />
	<set name="target" val="TARGET_SELF" />
	<for>
		<add order="0x10" stat="WIT" val="2" /> <!-- WIT +2 -->
		<sub order="0x10" stat="MEN" val="1" /> <!-- MEN -1 -->
		<sub order="0x10" stat="INT" val="1" /> <!-- INT -1 -->
		<mul order="0x30" stat="mAtk" val="1.087" /> <!-- M. Power +8.7% -->
		<mul order="0x30" stat="mAtkSpd" val="1.15" /> <!-- M. Spd. +15% -->
		<mul order="0x30" stat="regMp" val="1.05" /> <!-- MP Recovery Bonus +5% -->
		<sub order="0x40" stat="stunVuln" val="50" /> <!-- Resistance to Stun Atk. +50% -->
		<add order="0x40" stat="fireRes" val="5" /> <!-- Resistance to fire attributes +5 -->
		<add order="0x40" stat="waterRes" val="5" /> <!-- Resistance to water attributes +5 -->
		<add order="0x40" stat="windRes" val="5" /> <!-- Resistance to wind attributes +5 -->
		<add order="0x40" stat="earthRes" val="5" /> <!-- Resistance to earth attributes +5 -->
		<add order="0x40" stat="runSpd" val="7" /> <!-- Increases Speed by 7 -->
		<add order="0x40" stat="maxMp" val="92" /> <!-- Increases Max MP by 92 -->
		<add order="0x10" stat="cloak" val="1" /> <!-- Opens cloak slot -->
	</for>
</skill>
</list>

 

Posted

Very nice share! The only problem I have now and I can't figure out how to fix are the icons... (I am not good with .utx files)

 

This didn't work: http://maxcheaters.com/forum/index.php?topic=237738.0

 

Edit:

hmmm armorgrp.dat is fine written, I decrypted the Icons file, the Icons are fine...

 

FIXED!!

I will send the file to Dod when I fixed everything!

Posted

Very nice share! The only problem I have now and I can't figure out how to fix are the icons... (I am not good with .utx files)

 

This didn't work: http://maxcheaters.com/forum/index.php?topic=237738.0

 

Edit:

hmmm armorgrp.dat is fine written, I decrypted the Icons file, the Icons are fine...

 

FIXED!!

I will send the file to Dod when I fixed everything!

 

can u send me file to plz, i cant figure it out thanks

Posted

Icon fixed.  please download again the file Ixion Armor Set (updated) 9-28-2012.zip!!

special thanks to DeathSpank287 for fixing the armorgrp part.

  • 4 weeks later...
  • 1 month later...
  • 4 weeks later...
Guest
This topic is now closed to further replies.



  • Posts

    • From Salvation onwards I think you need a patched nwindow.dll that allows such modifications, try to see if you get what you need here: https://drive.google.com/drive/u/1/folders/1LLbQFGf8KlR-O0Iv5umfF-pwZgrDh9bd
    • hello everyone! I am wanting to save the files (Ini. - Data - ) of the EP5 Client: Salvation... But they generate the error "corrupt files"... I tried several versions of L2FileEditor without good results. I need help! Thank you!
    • Opening December 6th at 19:00 (GMT +3)! Open Beta Test from November 30th!   https://l2soe.com/   🌟 Introducing L2 Saga of Eternia: A Revolution in Lineage 2 High Five! 🌟   Dear Lineage 2 enthusiasts, Prepare to witness the future of private servers! L2 Saga of Eternia is not just another High Five project—it’s a game-changing experience designed to compete with the giants of the Lineage 2 private server scene. Built for the community, by the community, we’re here to raise the bar in quality, innovation, and longevity. What Sets Us Apart? 💎 No Wipes, Ever Say goodbye to the fear of losing your progress. Our server is built to last and will never close. Stability and consistency are our promises to you. ⚔️ Weekly New Content Our dedicated development team ensures fresh challenges, events, and updates every week. From custom quests to exclusive features, there will always be something exciting to explore. 💰 No Pay-to-Win Skill and strategy matter most here. Enjoy a balanced gameplay environment where your achievements come from effort, not your wallet. 🌍 A Massive Community With 2000+ players expected, join a vibrant and active community of like-minded adventurers ready to conquer the world of Aden. 🏆 Fair and Competitive Gameplay Our systems are designed to promote healthy competition while avoiding abusive mechanics and exploits. 🔧 Professional Development From advanced bug fixes to carefully curated content, we pride ourselves on smooth performance, no lag, and unparalleled server quality. Key Features Chronicle: High Five with unique interface Rate: Dynamic x10 rates Class Balance: Carefully fine-tuned for a fair experience PvP Focused: PvP Ranking & aura display effect for 3 Top PvPers every week Custom Events: Seasonal and permanent events to keep you engaged Additional Features:   Custom Endgame Content: Introduce unique dungeons, raids, or zones unavailable in other servers. Player-Driven Economy: Implement a strong market system and avoid overinflated drops or rewards. Epic Siege Battles: Announce special large-scale sieges and PvP events. Incentives for Streamers and Clans: Attract influencers and big clans to boost server publicity. Roadmap Transparency: Share a public roadmap of planned updates to build trust and excitemen   Here you can read all the features: https://l2soe.com/features   Video preview: Join the Revolution! This is your chance to be part of something legendary. L2 Saga of Eternia is not just a server; it’s a movement to redefine what Lineage 2 can be. Whether you’re a seasoned veteran or a newcomer to the world of Aden, we invite you to experience Lineage 2 at its finest.   Official Launch Date: December 6th 2024 Website: https://l2soe.com/ Facebook: https://www.facebook.com/l2soe Discord: https://discord.com/invite/l2eternia   Let’s build the ultimate Lineage 2 experience together. See you in-game! 🎮
    • That's like a tutorial on how to run l2 on MacOS Xd but good job for the investigation. 
  • Topics

×
×
  • Create New...