Hello, today i create a file xml that resists stuns,sleeps,roots and stuff to mobs but nothing works... I add the skill on mob correctly but nothing.. Does anyone know the fix and the reason?
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.
I sell 20-30 launchers and logo designs per every 1 report about DELAY. Not scamm. DELAY.
I don't have to feed Your croocked curiosity. If You don't know what "custom" means, I won't waste more time on You. Go spread Your conspiracy theories in other topics.
Doesn't matter. Just funny that staff would ban your account for false accusations.
There's just too much controversial topics regarding your name, I wouldn't trust that if I were a new customer.
But huh, glad I am not one of them. Crazy to think about that people sometimes have to wait 2-3 weeks for a recycled launcher.
Released new security update for Faceit anti-cheat and Gamers Club. Cheat is available again! We also added a few more slots for 1 month subscription and 6 months.
Question
Kounto
Hello, today i create a file xml that resists stuns,sleeps,roots and stuff to mobs but nothing works... I add the skill on mob correctly but nothing.. Does anyone know the fix and the reason?
XML
<?xml version='1.0' encoding='utf-8'?>
<list>
<skill id="8400" levels="1" name="Raid Bosses Resists">
<table name="#vuln"> 0.1 </table>
<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 stat="rootVuln" order="0x30" val="#vuln"/>
<mul stat="stunVuln" order="0x30" val="#vuln"/>
<mul stat="sleepVuln" order="0x30" val="#vuln"/>
<mul stat="paralyzeVuln" order="0x30" val="#vuln"/>
</for>
</skill>
<skill id="8401" levels="1" name="Hard Mobs Resists">
<table name="#vuln"> 0.1 </table>
<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 stat="rootVuln" order="0x30" val="#vuln"/>
<mul stat="stunVuln" order="0x30" val="#vuln"/>
<mul stat="sleepVuln" order="0x30" val="#vuln"/>
<mul stat="paralyzeVuln" order="0x30" val="#vuln"/>
<mul stat="rootVuln" order="0x30" val="#vuln"/>
<mul stat="accCombat" order="0x30" val="1.4"/>
<!--<mul stat="cancel" order="0x30" val="#vuln"/>-->
</for>
</skill>
</list>
10 answers to this question
Recommended Posts
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.