Mass Sweeper

Hellion

Vagabond
Customer
Hello,

Does anybody know how could I add Mass Sweeper skill ? :)
I saw it on other interlude servers.
Thank you !

Best regards,
Hellion
 
Code:
   <skill id="10000" levels="1" name="Mass Sweeper">
        <set name="mpConsume" val="12"/>
        <set name="magicLvl" val="78"/>
        <set name="skillRadius" val="85"/>
        <set name="target" val="TARGET_AREA_CORPSE_MOB"/>
        <set name="skillType" val="SWEEP"/>
        <set name="operateType" val="OP_ACTIVE"/>
        <set name="reuseDelay" val="23000"/>
        <set name="hitTime" val="5000"/>
    </skill>
 
Hello Rosylik,

I added it in the following path:
1633516209809.webp

after I restart the server is still not working. I mean as a fortune seeker I cannot see the skill.
Any ideea ?

Thank you !
 
How can I add an Icon for it ? a specific icon for example ?
This skill is already in the client and server. id 444

XML:
  <skill id="444" levels="1" name="Festive Sweeper">
    <set name="affectLimit" val="9;10"/> 
    <set name="icon" val="BranchSys2.icon.br_skill0444_a"/> 
    <set name="reuseDelay" val="1000"/> 
    <set name="magicLevel" val="28"/> 
    <set name="hitTime" val="500"/> 
    <set name="hitCancelTime" val="500"/> 
    <set name="mpConsume2" val="198"/>
    <set name="target" val="TARGET_AURA"/> 
    <set name="corpse" val="true"/> 
    <set name="skillRadius" val="300"/> 
    <set name="skillType" val="SWEEP"/> 
    <set name="operateType" val="OP_ACTIVE"/>
  </skill>
 
I don't know why I cannot see it and I still cannot add it.
Everytime when I added an .xml file my directory or .xml file gets marked "red"
1633520500785.webp
 
How can I reset my files ? I am having strange errors in command prompt from gameserver;
Like: skill-tree for dwarven fighter/fortune seeker/ is not defined.
 
I don't know why I cannot see it and I still cannot add it.
Everytime when I added an .xml file my directory or .xml file gets marked "red"
View attachment 978
Because this is SVN folder. Create new directory with you server pack.
You will not be able to work normally with the SVN directory because all files will be overwritten to the basic ones with each update.
 
Because this is SVN folder. Create new directory with you server pack.
You will not be able to work normally with the SVN directory because all files will be overwritten to the basic ones with each update.
Да все ок работает, свои изменения не перетираются, для этого есть мердж в свне..
 
Да все ок работает, свои изменения не перетираются, для этого есть мердж в свне..
Не знаю как вам, но мне не удобно работать с СВНа. Чисто для обновления юзаю так скажем.
 
I am still unable to solve it. How do you guys have Festival Sweeper directly implemented and I do not..
 
I am still unable to solve it. How do you guys have Festival Sweeper directly implemented and I do not..
Add skill for learning to the skill tree scavenger, you must set skill lvl and sp for learn this skill.
 
Да все ок работает, свои изменения не перетираются, для этого есть мердж в свне..
мне кстати этот момент был интересен что будет если работать прям в папке а потом сделать обновление
 
Back
Top