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

    • it's great that you know who these files come from... you shouldn't forget vanganth too! now it is very easy, you take my last revision of svn and compare it against those files.... when you finish analyzing and comparing you should do the following... which will be very easy to check...   once everything is checked, analyze what did L2Devs do hahaha   I who give away the files, make me problem. L2Devs is SCAMMING people, selling something free and you don't say anything... It is something very strange what happens .... Besides you ripped me off 100usd, but I hope you got server to eat at least. PD: the day you take it back and return my 100usd I will forgive you and pretend that nothing ever happened 😉
    • 🔥 Apresentação I present to you a new fully customized DressMe system, developed for DreamV2, inspired by the best servers and enhanced with unique features that guarantee performance, customization and stunning visuals. ✨ Funcionalidades ✅ Aplicação de visual de armas e armaduras sem alterar o item real equipado. ✅ Compatível com qualquer tipo de arma/armadura (ex: skins de bow visíveis apenas com bows equipados). ✅ Remoção automática do visual quando parte do set real é desequipada. ✅ Efeitos visuais (skills) aplicados com suporte a: Aplicação única ou recorrente Intervalo configurável via XML Remoção automática ao desativar o visual ✅ Interface limpa e lógica modular, fácil de expandir com novos visuais ou efeitos.     <?xml version="1.0" encoding="UTF-8"?> <dressMeList> <dress skillId="9100" name="Draconic Armor" type="ARMOR" isVip="false" > <visualSet chest="6379" legs="0" gloves="6380" feet="6381" helmet="6841" /> <visualEffect skillId="445" level="1" recurring="true" interval="35" /> </dress> <dress skillId="9102" name="Cloak Style Armor" type="CLOAK" isVip="false"> <visualSet chest="7000" legs="0" gloves="0" feet="0" helmet="0" /> <visualEffect skillId="10005" level="1" recurring="false" /> </dress> <dress skillId="9103" name="Valakas Style Weapon" type="WEAPON" isVip="false"> <visualWep type="bow" rhand="7575" lhand="0" lrhand="0" /> <visualEffect skillId="10005" level="1" recurring="false" /> </dress> </dressMeList> 📸 Imagens & Vídeo 🛠️ Detalhes Técnicos Desenvolvido com base no L2J DreamV2 Integração direta com L2PcInstance, Inventory, ThreadPoolManager e SkillTable Sistema de gerenciamento central via DressMeEffectManager Agendamento e cancelamento seguro de efeitos recorrentes Totalmente thread-safe e compatível com jogadores offline 📂 Instalação A instalação é feita via patch e inclui: Classes: DressMeHolder, DressMeEffectManager, modificações em L2PcInstance XML de exemplo Suporte completo à expansão por armas, cloaks e visuais parciais 📎 Download https://pastebin.com/raw/7i843yKh 💬 Feedback & Sugestões Sinta-se à vontade para comentar abaixo com sugestões, dúvidas ou feedbacks. Toda contribuição é bem-vinda para futuras versões!
    • @Tinker123aa Guytis, I have nothing against you, but it's very clear to me who is behind this files. I'm talking about the one that came with the captcha anti-bot system. I personally bought it from the real owner, who was one of the administrators of L2Gold.cc. This can be confirmed by him if he wishes. 😊 Maybe you worked on the files, but they didn’t start from you.   To the people trying to buy the files I’m just advising you not to waste your money. This is 100% verified information.   I honestly don't know how people believe you. 🙂 I'll share the link to the guy's topic below.   ps  
    • Hello,  Anyone knows how I can communicate to purchase this emulator.  Nobody answered in the forum of eternity neither Kate neither lord winter.    Thanks in advance.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock