Ver Fonte

BETA: Implemented some H5 Items.
* Scroll: Valakas Call.
* Jewel of Valakas.
* Scroll: Antharas Call.
* Jewel of Antharas.
Also updated license of builder, and few other minor skill fixes.

MELERIX há 12 anos atrás
pai
commit
08bdd29840

+ 13 - 15
L2J_DataPack_BETA/build.xml

@@ -1,24 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project name="L2J_DataPack_BETA" default="build" basedir=".">
 	<description>
-		This script will build the L2J DataPack.
-
-		This program is free software; you can redistribute it and/or modify
+		Copyright (C) 2004-2013 L2J DataPack
+		
+		This file is part of L2J DataPack.
+		
+		L2J DataPack is free software: you can redistribute it and/or modify
 		it under the terms of the GNU General Public License as published by
-		the Free Software Foundation; either version 3, or (at your option)
-		any later version.
-
-		This program is distributed in the hope that it will be useful,
+		the Free Software Foundation, either version 3 of the License, or
+		(at your option) any later version.
+		
+		L2J DataPack is distributed in the hope that it will be useful,
 		but WITHOUT ANY WARRANTY; without even the implied warranty of
-		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-		GNU General Public License for more details.
-
+		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+		General Public License for more details.
+		
 		You should have received a copy of the GNU General Public License
-		along with this program; if not, write to the Free Software
-		Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-		02111-1307, USA.
-
-		http://www.gnu.org/copyleft/gpl.html
+		along with this program. If not, see "http://www.gnu.org/licenses/".
 	</description>
 
 	<property name="build" location="build" />

+ 26 - 0
L2J_DataPack_BETA/dist/game/data/stats/items/21800-21899.xml

@@ -1424,9 +1424,16 @@
 	<item id="21895" type="EtcItem" name="Scroll: Valakas Call">
 		<!-- Description: One-time use scroll that teleports you to Watcher of Valakas Klein in the Hall of Flames. -->
 		<set name="icon" val="BranchSys2.icon.call_of_fire_dragon" />
+		<set name="default_action" val="skill_reduce" />
 		<set name="material" val="paper" />
 		<set name="weight" val="10" />
 		<set name="is_stackable" val="true" />
+		<set name="is_oly_restricted" val="true" />
+		<set name="handler" val="ItemSkills" />
+		<set name="item_skill" val="22290-1" />
+		<cond msgId="113" addName="1">
+			<player flyMounted="false" />
+		</cond>
 	</item>
 	<item id="21896" type="EtcItem" name="Jewel of Valakas">
 		<!-- Description: Mysterious jewel that teleports you to Watcher of Valakas Klein in the Hall of Flames. Re-use time is 60 minutes. -->
@@ -1434,13 +1441,26 @@
 		<set name="material" val="paper" />
 		<set name="weight" val="10" />
 		<set name="is_stackable" val="true" />
+		<set name="is_oly_restricted" val="true" />
+		<set name="handler" val="ItemSkills" />
+		<set name="item_skill" val="22291-1" />
+		<cond msgId="113" addName="1">
+			<player flyMounted="false" />
+		</cond>
 	</item>
 	<item id="21897" type="EtcItem" name="Scroll: Antharas Call">
 		<!-- Description: One-time use scroll that teleports you to the entrance to Antharas's Lair. -->
 		<set name="icon" val="BranchSys2.icon.call_of_earth_dragon" />
+		<set name="default_action" val="skill_reduce" />
 		<set name="material" val="paper" />
 		<set name="weight" val="10" />
 		<set name="is_stackable" val="true" />
+		<set name="is_oly_restricted" val="true" />
+		<set name="handler" val="ItemSkills" />
+		<set name="item_skill" val="22292-1" />
+		<cond msgId="113" addName="1">
+			<player flyMounted="false" />
+		</cond>
 	</item>
 	<item id="21898" type="EtcItem" name="Jewel of Antharas">
 		<!-- Description: Mysterious jewel that teleports you to the entrance to Antharas's Lair. Re-use time is 60 minutes. -->
@@ -1448,6 +1468,12 @@
 		<set name="material" val="paper" />
 		<set name="weight" val="10" />
 		<set name="is_stackable" val="true" />
+		<set name="is_oly_restricted" val="true" />
+		<set name="handler" val="ItemSkills" />
+		<set name="item_skill" val="22293-1" />
+		<cond msgId="113" addName="1">
+			<player flyMounted="false" />
+		</cond>
 	</item>
 	<item id="21899" type="EtcItem" name="Totem of Body">
 		<!-- Description: Summons a totem that increases HP recovery speed by 30% and decreases damage from the topography by 80%. Totem duration is 30 minutes. Can only be used inside the lairs of Valakas and Antharas. Re-use time is 10 minutes. -->

+ 24 - 9
L2J_DataPack_BETA/dist/game/data/stats/skills/21200-21299.xml

@@ -425,32 +425,47 @@
 	<skill id="21242" levels="1" name="Zaken's Call">
 		<!-- Can move to near Zaken's Headquarters. Reuse delay 30 minutes. -->
 		<set name="hitTime" val="20000" />
-		<set name="operateType" val="A1" /> <!-- FIXME: value unconfirmed -->
+		<set name="isMagic" val="2" /> <!-- Static Skill -->
+		<set name="operateType" val="A1" />
+		<set name="reuseDelay" val="1800000" />
 		<set name="skillType" val="TELEPORT" />
 		<set name="target" val="TARGET_SELF" />
-		<set name="reuseDelay" val="1500000" />
-		<set name="staticReuse" val="true" />
 		<set name="teleCoords" val="52195,218787,-3231" />
+		<cond msgId="113" addName="1">
+			<not>
+				<player insideZoneId="10501, 10502, 10503" />
+			</not>
+		</cond>
 	</skill>
 	<skill id="21243" levels="1" name="Freya's Call">
 		<!-- Can move to near Freya's Headquarters. Reuse delay 30 minutes. -->
 		<set name="hitTime" val="20000" />
-		<set name="operateType" val="A1" /> <!-- FIXME: value unconfirmed -->
+		<set name="isMagic" val="2" /> <!-- Static Skill -->
+		<set name="operateType" val="A1" />
+		<set name="reuseDelay" val="1800000" />
 		<set name="skillType" val="TELEPORT" />
 		<set name="target" val="TARGET_SELF" />
-		<set name="reuseDelay" val="1500000" />
-		<set name="staticReuse" val="true" />
 		<set name="teleCoords" val="102728,-126242,-2840" />
+		<cond msgId="113" addName="1">
+			<not>
+				<player insideZoneId="10501, 10502, 10503" />
+			</not>
+		</cond>
 	</skill>
 	<skill id="21244" levels="1" name="Frintezza's Call">
 		<!-- Can move to near Frintezza's Headquarters. Reuse delay 30 minutes. -->
 		<set name="hitTime" val="20000" />
-		<set name="operateType" val="A1" /> <!-- FIXME: value unconfirmed -->
+		<set name="isMagic" val="2" /> <!-- Static Skill -->
+		<set name="operateType" val="A1" />
+		<set name="reuseDelay" val="1800000" />
 		<set name="skillType" val="TELEPORT" />
 		<set name="target" val="TARGET_SELF" />
-		<set name="reuseDelay" val="1500000" />
-		<set name="staticReuse" val="true" />
 		<set name="teleCoords" val="181378,-80915,-2731" />
+		<cond msgId="113" addName="1">
+			<not>
+				<player insideZoneId="10501, 10502, 10503" />
+			</not>
+		</cond>
 	</skill>
 	<skill id="21245" levels="1" name="Release Seal on Agathion - Rudolph">
 		<!-- High Five Skill -->

+ 52 - 16
L2J_DataPack_BETA/dist/game/data/stats/skills/22200-22299.xml

@@ -565,28 +565,64 @@
 		<set name="operateType" val="P" />
 	</skill>
 	<skill id="22290" levels="1" name="Scroll: Valakas Call">
-		<!-- none -->
-		<set name="target" val="TARGET_NONE" />
-		<set name="skillType" val="NOTDONE" />
-		<set name="operateType" val="P" />
+		<!-- One-time use scroll that teleports you to Watcher of Valakas Klein in the Hall of Flames. -->
+		<set name="hitTime" val="3000" />
+		<set name="isMagic" val="2" /> <!-- Static Skill -->
+		<set name="itemConsumeCount" val="1" />
+		<set name="operateType" val="A1" />
+		<set name="skillType" val="TELEPORT" />
+		<set name="target" val="TARGET_SELF" />
+		<set name="teleCoords" val="183624,-114891,-3340" />
+		<cond msgId="113" addName="1">
+			<not>
+				<player insideZoneId="10501, 10502, 10503" />
+			</not>
+		</cond>
 	</skill>
 	<skill id="22291" levels="1" name="Jewel of Valakas">
-		<!-- none -->
-		<set name="target" val="TARGET_NONE" />
-		<set name="skillType" val="NOTDONE" />
-		<set name="operateType" val="P" />
+		<!-- Mysterious jewel that teleports you to Watcher of Valakas Klein in the Hall of Flames. Re-use time is 60 minutes. -->
+		<set name="hitTime" val="3000" />
+		<set name="isMagic" val="2" /> <!-- Static Skill -->
+		<set name="operateType" val="A1" />
+		<set name="reuseDelay" val="3600000" />
+		<set name="skillType" val="TELEPORT" />
+		<set name="target" val="TARGET_SELF" />
+		<set name="teleCoords" val="183624,-114891,-3340" />
+		<cond msgId="113" addName="1">
+			<not>
+				<player insideZoneId="10501, 10502, 10503" />
+			</not>
+		</cond>
 	</skill>
 	<skill id="22292" levels="1" name="Scroll: Antharas Call">
-		<!-- none -->
-		<set name="target" val="TARGET_NONE" />
-		<set name="skillType" val="NOTDONE" />
-		<set name="operateType" val="P" />
+		<!-- One-time use scroll that teleports you to the entrance to Antharas's Lair. -->
+		<set name="hitTime" val="3000" />
+		<set name="isMagic" val="2" /> <!-- Static Skill -->
+		<set name="itemConsumeCount" val="1" />
+		<set name="operateType" val="A1" />
+		<set name="skillType" val="TELEPORT" />
+		<set name="target" val="TARGET_SELF" />
+		<set name="teleCoords" val="154596,121127,-3812" />
+		<cond msgId="113" addName="1">
+			<not>
+				<player insideZoneId="10501, 10502, 10503" />
+			</not>
+		</cond>
 	</skill>
 	<skill id="22293" levels="1" name="Jewel of Antharas">
-		<!-- none -->
-		<set name="target" val="TARGET_NONE" />
-		<set name="skillType" val="NOTDONE" />
-		<set name="operateType" val="P" />
+		<!-- Mysterious jewel that teleports you to the entrance to Antharas's Lair. Re-use time is 60 minutes. -->
+		<set name="hitTime" val="3000" />
+		<set name="isMagic" val="2" /> <!-- Static Skill -->
+		<set name="operateType" val="A1" />
+		<set name="reuseDelay" val="3600000" />
+		<set name="skillType" val="TELEPORT" />
+		<set name="target" val="TARGET_SELF" />
+		<set name="teleCoords" val="154596,121127,-3812" />
+		<cond msgId="113" addName="1">
+			<not>
+				<player insideZoneId="10501, 10502, 10503" />
+			</not>
+		</cond>
 	</skill>
 	<skill id="22294" levels="1" name="Totem of Body">
 		<set name="target" val="TARGET_SELF" />