Jump to content
  • 0

[HELP SKILL] Need Some Help To Make One Skill Passive..


Question

Posted

Hi, I Have One Idea To Put Noblesse Skill On One Armor..But I Wanted Make The Noblesse Passive So I Created This...

 

<?xml version='1.0' encoding='utf-8'?>
<list>
<skill id="9053" levels="1" name="Noblesse Blessing">
 <set name="power" val="0.0"/>
 <set name="target" val="TARGET_SELF"/>
 <set name="skillType" val="BUFF"/>
 <set name="operateType" val="OP_PASSIVE"/>
 <set name="castRange" val="-1"/>
 <set name="effectRange" val="-1"/>
 <for>
   <mul order="0x30" stat="NoblesseBless" val="1"/>
 </for>
</skill>
</list>

But It Seems That Doesnt Work...

Any Idea How To Make That Work ?

7 answers to this question

Recommended Posts

  • 0
Posted

sry my bad i thought its handle complete in the core

 

<effect name="NoblesseBless" time="3600" val="0" /> u try it with a 0 too? btw its the wrong id , its skill id 1323

  • 0
Posted

well , u wanna create ur own skill right? and add it on a armorset?

 

not really sure for that , but if the effect doesnt exist , then it probably needs core support

  • 0
Posted

1st noblesseBless is not a stat its an effect!so your skill is wrong basically after you change to a correct one it will work if you change it to PASSIV operate type

Guest
This topic is now closed to further replies.


×
×
  • Create New...