Jump to content
  • 0

Problem about custom passive skill...


Question

Posted

Hello cheaters. I have problem about my custom passive skill. I add new lines to skillgrp.dat and skillname.dat, to skill_trees and to stats/skills folder but... I didn't see icon in passive skills after add that from "//admin". What I do wrong? Thx a lot.

2 answers to this question

Recommended Posts

  • 0
Posted

That's my code. After add this skill from admin menu I'll take aall bonuses from code below, but without Icon.. O_o

 

	<skill id="9900" levels="1" name="Strength of the Soul">
<!--

  	Description(s):
      		
-->
  <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 val='1.05' order='0x10' stat='pDef'/>
    		<mul val='1.03' order='0x10' stat='mDef'/>
		<mul val='1.09' order='0x30' stat='maxMp'/>
    		<mul val='1.03' order='0x40' stat='mAtk'/>
    		<mul val='1.15' order='0x40' stat='mAtkSpd'/>
		<mul val='1.10' order='0x10' stat='runSpd'/>
        </for>
        </skill>
<skill id="9901" levels="1" name="Strength of the Body">
<!--

  	Description(s):
      		
-->
  <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 val='1.03' order='0x10' stat='pDef'/>
    		<mul val='1.05' order='0x10' stat='mDef'/>
		<mul val='1.09' order='0x30' stat='maxHp'/>
    		<mul val='1.03' order='0x40' stat='pAtk'/>
    		<mul val='1.10' order='0x40' stat='pAtkSpd'/>
		<mul val='1.10' order='0x10' stat='runSpd'/>
        </for>
        </skill>

 

 

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