Jump to content
  • 0

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


sweetparanoid

Question

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 ?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

Yes We Tried With Many Ways To Add On Passive Skill Of My Armor And Armorset ofc But Yes We See Error That NoblesseBless Doesnt Excist So It NeedS Core Support...Pfff That Isnt For me :P

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...