Jump to content
  • 0

[Help] Dances/Songs


Question

Posted

Hello everyone, I need some help from you. I found similar topic, but there was no answer.

I want to create dances/songs in other files and diffrent id's.

 

<skill id="10001" levels="1" name="Song of Earth">
 <set name="mpConsume" val="60"/>
 <set name="nextDanceCost" val="30"/>
 <set name="target" val="TARGET_PARTY"/>
 <set name="skillRadius" val="1000"/>
 <set name="reuseDelay" val="10000"/>
 <set name="hitTime" val="2500"/>
 <set name="skillType" val="BUFF"/>
 <set name="isDance" val="true"/>
 <set name="operateType" val="OP_ACTIVE"/>
 <set name="castRange" val="-1"/>
 <set name="effectRange" val="-1"/>
 <set name="aggroPoints" val="523"/>
 <for>
   <effect name="Buff" time="120" count="1" val="0">
     <mul order="0x30" stat="pDef" val="1.25"/>
   </effect>
 </for>
</skill>

10001	1	Song of Earth	Temporarily increases P. Def. of party members. Continuous singing consumes additional MP.	none	none

 

INSERT INTO skill_trees VALUES (117,10001,1,'Song of Earth',0,1);

 

10001	1	skillsound2.song_of_full			250.000000	40.000000	0.000000	0.000000	0.000000	0.000000				0.000000	0.000000	0.000000	0.000000	0.000000	0.000000				0.000000	0.000000	0.000000	0.000000	0.000000	0.000000   250.000000	50.000000

 

10001	1	1	60	-1	1	2.500000	3	W	skill.phenomenon.264	icon.skill0264	0	0	0	0	8	10

 

So i do everything without any errors, in game even when u add throught //add_skill chats says Skill Song of earth was added...

But i dont get any skill, in mysql it's shows that i have that skill, but i can't see it.

 

P.S. I tried with diffrent type of skill "Wind walk" and it works perfect.

 

So maybe someone can help me? Sorry for my bad english.

9 answers to this question

Recommended Posts

  • 0
Posted

it's no point in that, I need them for diffrent use, I dont want to delete players skills. But i have no idea why simple buffs or any skill works fine, but just dances doesn't apear.

  • 0
Posted

I will know now. Cheers!

 

Now somebody can lock the topic! Thx

 

Topic Locked as requested.

Guest
This topic is now closed to further replies.


×
×
  • Create New...