Addition of ExRequestActivateAutoShortcut packet.

Author: JoeAlisson
Source: 0b2fe08347
This commit is contained in:
MobiusDevelopment
2019-11-01 13:24:56 +00:00
parent 921b24bdb4
commit 01a75d72a5
16 changed files with 464 additions and 177 deletions

View File

@@ -175,11 +175,18 @@
<!-- Instantly recovers 50 HP. The remaining points are used to recover CP. -->
<set name="icon" val="icon.etc_lesser_potion_red_i00" />
<set name="default_action" val="SKILL_REDUCE" />
<set name="immediate_effect" val="true"/>
<set name="etcitem_type" val="POTION"/>
<set name="commissionItemType" val="POTION"/>
<set name="handler" val="ItemSkills"/>
<set name="material" val="STEEL" />
<set name="weight" val="1" />
<set name="price" val="30" />
<set name="is_sellable" val="false" />
<set name="is_stackable" val="true" />
<skills>
<skill id="50151" level="1"/> <!-- HP Potion -->
</skills>
</item>
<item id="91913" name="Aden Spellbook Chest" type="EtcItem">
<!-- Double-click to obtain a spellbook for learning skills (for all races, except Orcs). <Spellbook List>. Spellbook: Empower, Spellbook: Focus, Spellbook: Wild Magic, Spellbook: Haste, Spellbook: Acumen, Spellbook: Death Whisper, Spellbook: Clarity, Spellbook: Berserker Spirit. -->

View File

@@ -338,7 +338,17 @@
<reuseDelay>60000</reuseDelay>
</skill>
<skill id="50151" toLevel="1" name="HP Potion">
<isMagic>2</isMagic> <!-- Static Skill -->
<magicLvl>1</magicLvl>
<operateType>A1</operateType>
<targetType>SELF</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="HpCpHeal">
<amount>50</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
<skill id="50152" toLevel="1" name="Scroll of Escape: Effective Training">
<operateType>A1</operateType>