Jump to content
  • 0

[Help] Πως μπορώ να κάνω να κολάνε Χ augment skills?


Dulens.

Question

Γεια σας, θέλω για παράδειγμα να κάνω να κολάνε μέχρι 3 augment skills στα buff κάθε char.

 

Πως μπορώ να το κάνω αυτό? (το ξέρω ότι είναι από java, απλά δεν ξέρω τον τρόπο)

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

πας μέσα στα skills 3100-3199 και αλλάζεις το stackType να είναι διαφορετικό σε κάθε skill αν θες μπορώ να σου στείλω τα δικά μου έχω να τα δοκιμάσεις έχω διορθώση και το reuse time και το cool down σε όσα πρέπει αν τα θες για pvp server.αν θες να κολάνε όλα...για καπιον συκγεκριμενο αριθμό νομίζω θελει καπιον java code κατι το οπιο δεν γνωριζω... :S

 

π.χ

 

 

<skill id="3142" levels="10" name="Item Skill: Wild Magic">

  <table name="#mpConsume">48 53 55 59 64 65 69 73 77 82</table>

  <table name="#mCritRate">0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0</table>

  <table name="#mpConsume_Init">10 11 11 12 13 14 14 15 16 17</table>

  <table name="#magicLvl">46 49 52 55 58 61 64 67 70 76</table>

  <set name="magicLvl" val="#magicLvl"/>

  <set name="mpInitialConsume" val="#mpConsume_Init"/>

  <set name="mpConsume" val="#mpConsume"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="reuseDelay" val="1000"/>

  <set name="hitTime" val="4000"/>

  <set name="skillType" val="BUFF"/>

  <set name="isMagic" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="staticReuse" val="true"/>

  <set name="staticHitTime" val="true"/>

  <for>

    <effect count="1" name="Buff" time="120000" val="0" stackOrder="1" stackType="mCritRateAug">

      <basemul order="0x30" stat="mCritRate" val="#mCritRate"/>

    </effect>

  </for>

</skill>

<skill id="3143" levels="10" name="Item Skill: Kiss of Eva">

  <table name="#mpConsume">48 53 55 59 64 65 69 73 77 82</table>

  <table name="#breath">1.08 1.12 1.15 1.17 1.2 1.23 1.25 1.27 1.3 1.32</table>

  <table name="#mpConsume_Init">10 11 11 12 13 14 14 15 16 17</table>

  <table name="#magicLvl">46 49 52 55 58 61 64 67 70 76</table>

  <set name="magicLvl" val="#magicLvl"/>

  <set name="mpInitialConsume" val="#mpConsume_Init"/>

  <set name="mpConsume" val="#mpConsume"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="reuseDelay" val="1000"/>

  <set name="hitTime" val="4000"/>

  <set name="skillType" val="BUFF"/>

  <set name="isMagic" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="400"/>

  <set name="effectRange" val="900"/>

  <set name="staticReuse" val="true"/>

  <set name="staticHitTime" val="true"/>

  <for>

    <effect count="1" name="Buff" time="120000" val="0" stackOrder="1" stackType="breathAug">

      <mul order="0x30" stat="breath" val="#breath"/>

Link to comment
Share on other sites

  • 0

πας μέσα στα skills 3100-3199 και αλλάζεις το stackType να είναι διαφορετικό σε κάθε skill αν θες μπορώ να σου στείλω τα δικά μου έχω να τα δοκιμάσεις έχω διορθώση και το reuse time και το cool down σε όσα πρέπει αν τα θες για pvp server.αν θες να κολάνε όλα...για καπιον συκγεκριμενο αριθμό νομίζω θελει καπιον java code κατι το οπιο δεν γνωριζω... :S

 

π.χ

 

 

<skill id="3142" levels="10" name="Item Skill: Wild Magic">

  <table name="#mpConsume">48 53 55 59 64 65 69 73 77 82</table>

  <table name="#mCritRate">0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0</table>

  <table name="#mpConsume_Init">10 11 11 12 13 14 14 15 16 17</table>

  <table name="#magicLvl">46 49 52 55 58 61 64 67 70 76</table>

  <set name="magicLvl" val="#magicLvl"/>

  <set name="mpInitialConsume" val="#mpConsume_Init"/>

  <set name="mpConsume" val="#mpConsume"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="reuseDelay" val="1000"/>

  <set name="hitTime" val="4000"/>

  <set name="skillType" val="BUFF"/>

  <set name="isMagic" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="staticReuse" val="true"/>

  <set name="staticHitTime" val="true"/>

  <for>

    <effect count="1" name="Buff" time="120000" val="0" stackOrder="1" stackType="mCritRateAug">

      <basemul order="0x30" stat="mCritRate" val="#mCritRate"/>

    </effect>

  </for>

</skill>

<skill id="3143" levels="10" name="Item Skill: Kiss of Eva">

  <table name="#mpConsume">48 53 55 59 64 65 69 73 77 82</table>

  <table name="#breath">1.08 1.12 1.15 1.17 1.2 1.23 1.25 1.27 1.3 1.32</table>

  <table name="#mpConsume_Init">10 11 11 12 13 14 14 15 16 17</table>

  <table name="#magicLvl">46 49 52 55 58 61 64 67 70 76</table>

  <set name="magicLvl" val="#magicLvl"/>

  <set name="mpInitialConsume" val="#mpConsume_Init"/>

  <set name="mpConsume" val="#mpConsume"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="reuseDelay" val="1000"/>

  <set name="hitTime" val="4000"/>

  <set name="skillType" val="BUFF"/>

  <set name="isMagic" val="true"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="400"/>

  <set name="effectRange" val="900"/>

  <set name="staticReuse" val="true"/>

  <set name="staticHitTime" val="true"/>

  <for>

    <effect count="1" name="Buff" time="120000" val="0" stackOrder="1" stackType="breathAug">

      <mul order="0x30" stat="breath" val="#breath"/>

 

mporeis na moy stileis ta dika soy skill?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • OUR OFFICIAL WEBSITE / FORUM - MILLENNIUM-HOOK.NET CHEAT DESCRIPTION: We are offering the best in market Division 2 hacks without detection. If you are wondering where to get the best cheats and hacks for The Division 2, you are at the right place! Our private TD2  hack has been completely undetected since we released it! Also, our cheat has all the most necessary functions such as aimbot, esp, etc. And the limited slots will give even more security to our product. SUPPORTED ANTI-CHEATS: (read more on official website) - Easy Anti-Cheat (EAC): Undetected & Safe - FairFight AC: Undetected & Safe Our The Division 2 cheat has a limited number of slots to ensure greater product security! (Available slots check on official website) FEATURES: AIMBOT: - Enable aim - No recoil - Silent aim - Aim distance - Aim fov - Draw aim fov - Fov change - Weakspot - Aim hitbox - Head - Neck - Chest - Random ESP: - Enable visuals - Enable radar - Skeleton - Weakspot - Pre-rendering - ESP distance - Radar distance - Auto - Enemy - Name - Blacklist - Whitelist - Custom color - Clear whitelist - Clear blacklist MISC: - Auto fire/Triggerbot - Rapid of fire rate - Shotgun of fire rate - Magic bullets - Fast reload - Unlimited ammo - Shoot in safehouse - Accelerate - Noclip REQUIREMENTS: - Included HWID Spoofer: Yes - Stream Bypass: Yes - Supported game modes: Windowed, Borderless - Supported platforms: Steam / Uplay / Epic Games - Supported CPU: Intel & AMD - Supported OS: Windows 10 (1903,1909,2004,20H2,21H1, 22H2), Windows 11 (All version). Supported OS change and are added periodically. More check on official website.   IN-GAME SCREENSHOTS:   - Check on the official website.
    • 50% discount for the next 3 copies Price 150 , will try for test server not guaranteed
    • Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11 Welcome to my store :  https://topestore.mysellix.io/fr/ 2015-2022 Aged Discord Account 2015 Discord Account : 50.99 $ 2016 Discord Account : 10$ 2017 Discord Account :3.99 $ 2018 Discord Account : 3.50$ 2019 Discord Account : 2.70 $ 2020 Discord Account :1.50$ 2021 Discord Account :0.99$ 2022 Discord Account :0.70$ Warranty :Lifetime Payment Methods : Crypto/ PayPal Contact Me On Discord Or Telegram Discord : @ultrasstore11
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hoodservices https://campsite.bio/utchihaamkt  
  • Topics

×
×
  • Create New...