Jump to content
  • 0

[Hellp Please] Console , Table !!


Question

Posted

Sorry My Bad English

 

 

People I am with these two errors

 

Console

 

erroimg1ow7.png

http://img402.imageshack.us/img402/7255/erroimg1ow7.png

 

table skill /  9900-9999

 

<skill id="9918" levels="1" name="Dance of Aqua Guard">

<set name="mpConsume" val="0"/>

<set name="nextDanceCost" val="0"/>

<table name="#Tab-waterRes"> 3 </table>

<set name="power" val="0.0"/>

<set name="target" val="TARGET_SELF"/>

<set name="hitTime" val="1"/>

<set name="reuseDelay" val="1"/>

<set name="skillTime" val="1"/>

<set name="skillType" val="BUFF"/>

<set name="isDance" val="true"/>

<set name="operateType" val="OP_ACTIVE"/>

<set name="buffDuration" val="18000000"/>

<set name="castRange" val="-1"/>

<set name="effectRange" val="-1"/>

<for>

<effect name="Buff" time="21600" count="1" val="0" stackOrder="#Tab-waterRes" stackType="waterResUp">

<mul order="0x40" stat="waterRes" val="#Tab-waterRes"/>

</effect>

</for>

</skill>

 

Console

 

width=640 height=351http://img501.imageshack.us/img501/5030/errro2ix9.png[/img]

 

table : armor / 70003-70003

 

<item id='90040' name="Ice Crusader Plate">

<for>

<add val='600' order='0x10' stat='pDef'/>

<add val='2' order='0x40' stat='DEX'>

<and>

<using slotitem="50001;11"/>

<using slotitem="50003;12"/>

<using slotitem="50002;9"/>

</and>

</add>

<add val='2000' order='0x40' stat='maxHp'>

<and>

<using slotitem="50001;11"/>

<using slotitem="50003;12"/>

<using slotitem="50002;9"/>

</and>

</add>

<mul val='1.08' order='0x30' stat='pDef'>

<and>

<using slotitem="50001;11"/>

<using slotitem="50003;12"/>

<using slotitem="50002;9"/>

</and>

</mul>

<add val='4' order='0x40' stat='STR'>

<and>

<using slotitem="50001;11"/>

<using slotitem="50003;12"/>

<using slotitem="50002;9"/>

</and>

</add>

<add val='70' order='0x40' stat='sleepRes'>

<and>

<using slotitem="50001;11"/>

<using slotitem="50003;12"/>

<using slotitem="50002;9"/>

</and>

</add>

<add val='70' order='0x40' stat='rootRes'>

<and>

<using slotitem="50001;11"/>

<using slotitem="50003;12"/>

<using slotitem="50002;9"/>

</and>

</add>

<add val='80' order='0x40' stat='poisonRes'>

<and>

<using slotitem="50001;11"/>

<using slotitem="50003;12"/>

<using slotitem="50002;9"/>

</and>

</add>

<add val='80' order='0x40' stat='bleedRes'>

<and>

<using slotitem="50001;11"/>

<using slotitem="50003;12"/>

<using slotitem="50002;9"/>

</and>

</add>

<enchant val='0' order='0x0C' stat='pDef'/>

</for>

</item>

 

Tks!!

2 answers to this question

Recommended Posts

  • 0
Posted

<skill id="9918" levels="1" name="Dance of Aqua Guard">
<set name="mpConsume" val="0"/>
<set name="nextDanceCost" val="0"/>
<table name="#Tab-waterRes"> 3 </table>
<set name="power" val="0.0"/>
<set name="target" val="TARGET_SELF"/>
<set name="hitTime" val="1"/>
<set name="reuseDelay" val="1"/>
<set name="skillTime" val="1"/>
<set name="skillType" val="BUFF"/>
<set name="isDance" val="true"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="buffDuration" val="18000000"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<for>
<effect name="Buff" time="21600" count="1" val="0" stackOrder="#Tab-waterRes" stackType="waterResUp">
<mul order="0x40" stat="waterRes" val="#Tab-waterRes"/>
</effect>
</for>
</skill>

This skill does not have core support, it needs to be disabled:

<skill id="9918" levels="1" name="Dance of Aqua Guard">
    <set name="target" val="TARGET_NONE" />
    <set name="skillType" val="NOTDONE" />
    <set name="operateType" val="OP_PASSIVE" />
    <set name="castRange" val="-1" />
    <for></for>
  </skill>

 

For the second error, delete this, [sleep Resistance also has no core support and needs to be disabled]:

<add val='70' order='0x40' stat='sleepRes'>
<and>
<using slotitem="50001;11"/>
<using slotitem="50003;12"/>
<using slotitem="50002;9"/>
</and>
</add> 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...