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

    • what pack you use  send me on discord for it
    • package custom.events.RandomZoneEvent; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.concurrent.ScheduledFuture; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.l2jmobius.commons.threads.ThreadPool; import org.l2jmobius.commons.time.SchedulingPattern; import org.l2jmobius.commons.time.TimeUtil; import org.l2jmobius.commons.util.IXmlReader; import org.l2jmobius.gameserver.managers.ZoneManager; import org.l2jmobius.gameserver.model.StatSet; import org.l2jmobius.gameserver.model.actor.Creature; import org.l2jmobius.gameserver.model.actor.Npc; import org.l2jmobius.gameserver.model.actor.Player; import org.l2jmobius.gameserver.model.quest.Event; import org.l2jmobius.gameserver.model.zone.ZoneId; import org.l2jmobius.gameserver.model.zone.ZoneType; import org.l2jmobius.gameserver.model.zone.type.RandomZone; import org.l2jmobius.gameserver.util.Broadcast; /** * Random Zone Event - Activates one random PvP zone temporarily. No modifica la clase de la zona: usa flags PvP en runtime. * @author Juan */ public class RandomZoneEvent extends Event { private static final String CONFIG_FILE = "data/scripts/custom/events/RandomZoneEvent/config.xml"; private static int EVENT_DURATION_MINUTES = 15; private static boolean _isActive = false; private ScheduledFuture<?> _eventTask = null; private final List<ZoneType> _availableZones = new ArrayList<>(); private ZoneType _activeZone = null; public RandomZoneEvent() { loadConfig(); loadZones(); registerZoneListeners(); } /** * Registra listeners a TODAS LAS ZONAS random */ private void registerZoneListeners() { for (ZoneType zone : _availableZones) { addEnterZoneId(zone.getId()); addExitZoneId(zone.getId()); LOGGER.info("[RandomZoneEvent] Registered listener for zone: " + zone.getName()); } } private void loadConfig() { new IXmlReader() { @Override public void load() { parseDatapackFile(CONFIG_FILE); } @Override public void parseDocument(Document doc, File file) { forEach(doc, "event", eventNode -> { final StatSet att = new StatSet(parseAttributes(eventNode)); final String name = att.getString("name"); for (Node node = eventNode.getFirstChild(); node != null; node = node.getNextSibling()) { if ("schedule".equals(node.getNodeName())) { final StatSet attributes = new StatSet(parseAttributes(node)); final String pattern = attributes.getString("pattern"); final SchedulingPattern schedulingPattern = new SchedulingPattern(pattern); final StatSet params = new StatSet(); params.set("Name", name); params.set("SchedulingPattern", pattern); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer("Schedule_" + name, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Event " + name + " scheduled at " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } }); } }.load(); } private void loadZones() { for (ZoneType zone : ZoneManager.getInstance().getAllZones(RandomZone.class)) { if ((zone.getName() != null) && zone.getName().toLowerCase().startsWith("random_zone")) { _availableZones.add(zone); LOGGER.info("[RandomZoneEvent] Loaded zone: " + zone.getName() + " (id=" + zone.getId() + ")"); } } LOGGER.info("[RandomZoneEvent] Total random zones loaded: " + _availableZones.size()); } @Override public void onTimerEvent(String event, StatSet params, Npc npc, Player player) { if (event.startsWith("Schedule_")) { eventStart(null); final SchedulingPattern schedulingPattern = new SchedulingPattern(params.getString("SchedulingPattern")); final long delay = schedulingPattern.getDelayToNextFromNow(); getTimers().addTimer(event, params, delay + 5000, null, null); LOGGER.info("[RandomZoneEvent] Rescheduled for " + TimeUtil.getDateTimeString(System.currentTimeMillis() + delay)); } } @Override public boolean eventStart(Player eventMaker) { if (_isActive) { if (eventMaker != null) { eventMaker.sendMessage("RandomZoneEvent already active."); } return false; } if (_availableZones.isEmpty()) { Broadcast.toAllOnlinePlayers("[RandomZoneEvent] No zones configured."); return false; } _isActive = true; Broadcast.toAllOnlinePlayers("⚔️ Random Zone Event has started!"); _eventTask = ThreadPool.schedule(this::activateRandomZone, 5_000); return true; } private void activateRandomZone() { _activeZone = _availableZones.get(new Random().nextInt(_availableZones.size())); _activeZone.setEnabled(true); Broadcast.toAllOnlinePlayers("🔥 Random Zone Event: " + _activeZone.getName() + " is now PvP for " + EVENT_DURATION_MINUTES + " minutes!"); _eventTask = ThreadPool.schedule(this::eventStop, EVENT_DURATION_MINUTES * 60 * 1000L); } @Override public boolean eventStop() { if (!_isActive) { return false; } _isActive = false; if (_eventTask != null) { _eventTask.cancel(true); _eventTask = null; } if (_activeZone != null) { _activeZone.setEnabled(false); Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended. " + _activeZone.getName() + " is back to normal."); _activeZone = null; } else { Broadcast.toAllOnlinePlayers("🏁 Random Zone Event ended."); } return true; } @Override public void onEnterZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, true); if (creature.isPlayer()) { creature.sendMessage("Esta zona está en modo PvP temporalmente."); } } } @Override public void onExitZone(Creature creature, ZoneType zone) { if (!_isActive || (_activeZone == null)) { return; } if ((zone == _activeZone) && creature.isPlayable()) { creature.setInsideZone(ZoneId.PVP, false); if (creature.isPlayer()) { creature.sendMessage("Abandonaste la zona PvP temporal."); } } } @Override public boolean eventBypass(Player player, String bypass) { return true; } @Override public String onEvent(String event, Npc npc, Player player) { return super.onEvent(event, npc, player); } @Override public String onFirstTalk(Npc npc, Player player) { return null; } public static void main(String[] args) { new RandomZoneEvent(); } } i have this but its not working
    • ZonePvPSpawnBossRadio=0 ZonePvPSpawnBossBarakiel=0 at the Customs.ini in L2Server folder. Im prety sure this is it because i had the same problem with you in cruma 1 floor for example and i couldn't fix it but i fixed it finally by changing these 2 lines
    • Siege Reward Start PM Msg Rework Config root BossDieAnnounce and BossDieSound in the L24Team.properties and Config.java files for global raid boss death notifications and sounds. Adds a new reward_list table to the DB.sql file to track castle rewards. Improves character creation logic for thread safety and validation. Adds extensive state checks to the RequestEnchantItem method to prevent enchantments during inappropriate player states. Fixed auto-attack animation bug (there was no attack animation, only damage animation) Clean Code Other fixes I forgot to list! Java 14 Fixed issue where deleting a character would prevent it from leaving the screen or being removed, or even after a delete CD (it would only exit when re-logging in or creating a new character). Added Premium System from the other C2 project (Needs testing and improvement). Added the "Improved" Community Board (incomplete).
  • 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