Jump to content
  • 0

[FIXED]Infinity Spear Skill


blademagic

Question

hello .. as the title says I have a problem with the skill of infinity spear .. I can not solve .. if anyone has anything that can go .. please post here thanks.

 

<skill id="3592" levels="1" name="Dispell">

<!--

 Needs to be finished.

 Target is set to TARGET_NONE, skillType to NOTDONE for server compatability.

 Description(s):

     none

-->

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

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

How about you stop using shitterlude and actually go look at anything more than a few years old for proper code. I mean fuck, how hard is it to go to http://www.l2jdp.com/trac/browser/trunk/datapack_development/data/stats/skills and find the skill file and whatnot?

Link to comment
Share on other sites

  • 0

I tried and nothing .. : / Reload the skills not traveled .. either restart the server .. no longer do that .. xD

 

Obviously you have no idea how the skill is assigned to the weapon. Figure it out in the weapon.sql file.

Link to comment
Share on other sites

  • 0

spam ? you see quote?

 

Seriously, this is exactly why 16 year olds shouldn't try to admin servers. They refuse to learn and can't read/understand.

 

GO TO YOUR WEAPON SQL FILE, MAKE SURE THE SKILL IS ASSIGNED PROPERLY TO ONCRIT IF IT EVEN EXISTS FOR SHITTERLUDE THEN MAKE SURE THE CHANCE IS DEFINED THROUGH THERE AND THE SKILL ITSELF HAS A BASE POWER OF 100. DURH DURH DURH!

 

Hopefully you can wrap your head around that. This isn't rocket science and if it's really taken you 4+ days to figure this out then maybe you should stop trying to run a server and just go outside and play.

Link to comment
Share on other sites

  • 0

<skill id="3592" levels="1" name="Dispell">
  <!-- Infinity Spear Skill -->
  <set name="magicLvl" val="80"/>
  <set name="maxNegated" val="5"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="power" val="10"/> <!-- Base Land Rate -->
  <set name="skillType" val="CANCEL"/>
  <set name="target" val="TARGET_ONE"/>
</skill>

 

this is the code.... c/p it to your files instead of what u have... ONLY for dispell...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...