Jump to content
  • 0

How To Create A Potion


Question

4 answers to this question

Recommended Posts

  • 0
Posted (edited)

Also, you should create/edit the skillhandler of potion. Like 2169 does.

 

For example:

<skill id="2169" levels="2" name="Magic Haste Potion">
<!-- Lvl 2 is Greater Magic Haste Potion -->
<table name="#mAtkSpd"> 1.23 1.3 </table>
<table name="#stackOrder"> 2 3 </table>
<set name="target" val="TARGET_SELF" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_ACTIVE" />
<set name="isPotion" val="true" />
<set name="buffDuration" val="1200000" />
<cond msgId="113" addName="1">
<player flying="False" />
</cond>
<for>
<effect name="Buff" time="1200" val="0" stackOrder="#stackOrder" stackType="casting_time_down">
<mul order="0x30" stat="mAtkSpd" val="#mAtkSpd" />
</effect>
</for>
</skill>
Edited by 'Baggos'
  • 0
Posted

 

Also, you should create/edit the skillhandler of potion. Like 2169 does.

 

For example:

<skill id="2169" levels="2" name="Magic Haste Potion">
<!-- Lvl 2 is Greater Magic Haste Potion -->
<table name="#mAtkSpd"> 1.23 1.3 </table>
<table name="#stackOrder"> 2 3 </table>
<set name="target" val="TARGET_SELF" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_ACTIVE" />
<set name="isPotion" val="true" />
<set name="buffDuration" val="1200000" />
<cond msgId="113" addName="1">
<player flying="False" />
</cond>
<for>
<effect name="Buff" time="1200" val="0" stackOrder="#stackOrder" stackType="casting_time_down">
<mul order="0x30" stat="mAtkSpd" val="#mAtkSpd" />
</effect>
</for>
</skill>

thanks this is more useful!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..