Jump to content
  • 0

[FIXED]Infinity Spear Skill


Question

Posted

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>

8 answers to this question

Recommended Posts

  • 0
Posted

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.

  • 0
Posted

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.

  • 0
Posted

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

Guest
This topic is now closed to further replies.


×
×
  • Create New...