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> 

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...

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