Page 6 of 7 FirstFirst ... 234567 LastLast
Results 76 to 90 of 100
http://idgs.in/335615
  1. #76
    NodiX's Avatar
    Join Date
    Dec 2010
    Location
    The Dark Side of the Moon
    Posts
    459
    Points
    897.80
    Thanks: 22 / 21 / 20

    Default

    - Bug di Trueshot punya Zul'jin sudah hilang, tapi ada bug baru... jadi kadang-kadang skillnya suka tidak keluar kalau range skillnya di atas 500 distance. (gara-gara wait sih... nanti diganti dah... serta rework sedikit pada skill ini agar lebih usable dan tidak useless)
    mungkin pke Timer + Hashtable ilang kale...

    INFP / Enneagram 4w5
    What exactly is a dream? And what exactly is a joke?

  2. Hot Ad
  3. #77
    Section's Avatar
    Join Date
    Nov 2006
    Location
    about.me/SECTION
    Posts
    2,095
    Points
    11,041.04
    Thanks: 45 / 112 / 98

    Default

    sebetulnya skill di atas bisa diperbaiki dengan cara Spell Enhancer System punyanya WEU, cuman sayang gw agak ribet itu gimana cara mindahinnya...
    terus skill Trueshotnya udah diganti jadi critical berlaku untuk semua target, jadi efek ga akan hilang meski Zul'Jin berganti target, menggantikan sebelumnya dimana apabila Trueshot dicast ke target kemudian changes target, maka efek critical akan hilang...

    yah tujuannya agar skill ini jauh lebih tricky dalam penggunaannya dan menghindari kebrutalan, mengingat Zul'Jin sendiri adalah profil yang mahir dalam taktis dan strategi.

    Dan bug terbaru :

    - Skill Warcry terdispell apabila Passive Berserk aktif, ini akan dirubah. Kemungkinan besarnya skill Warcry akan diganti menjadi skill yang lebih simpel, namun lebih taktis.

    System Test 02 akan keluar setelah gw selesai di ospek (huhuhu... ospek jurusan...)

  4. #78
    NodiX's Avatar
    Join Date
    Dec 2010
    Location
    The Dark Side of the Moon
    Posts
    459
    Points
    897.80
    Thanks: 22 / 21 / 20

    Default

    jrg sy buka WEU, soalny gk yakin sih usernya terlalu banyak anime di pajang (sy kan gk terlalu suka anime)
    biasanya buka THW ato wc3c, klo jass d thehelper

    bwt skill 1 Zul'jin (namanya Trueshot y? ato apah lupa saya) msh ada solusi kk, usul dari sya
    pas cast skillny, ksh skill buff orb effect, trs klo target kena damage, cek ada ato gak buffnya, trs ilangin buffnya sama ilangin skill critical strike dari si Zul'jin

    tambahan:
    attach timer ke zul'jin, klo timer habis trs msh ada skill orb effectnya->
    ilangin skill orb effect sma critical

    pasti bisa, cuman masalahnya di orb effectny...
    cuman usul, klo gk maw d pke ya serah

    niat ngebantu
    Last edited by NodiX; 14-06-11 at 17:31.

    INFP / Enneagram 4w5
    What exactly is a dream? And what exactly is a joke?

  5. #79
    Section's Avatar
    Join Date
    Nov 2006
    Location
    about.me/SECTION
    Posts
    2,095
    Points
    11,041.04
    Thanks: 45 / 112 / 98

    Default

    ternyata tetep bakal exploit bug kalo kekeuh di event Takes Damage...

    ya dan timer itulah esensi dari Spell Enhancer System... ehhehehe.... abisnya kalo ASPD udah tinggi, kadang skill belum mendarat unit udah melancarkan attack lagi... nah kan itu ngerusak event takes damage. sedangkan kita ga bisa determinasi jenis damage apa yang diterima... huhuhu... udah lah didiemin dulu... yang penting sub ultinya mau diganti dulu...

    btw kalo sempet gw bakal upload skema Item System yang udah gw bikin... target sekarang masih sejumlah 50an... nanti kalo udah sukses baru majukan jumlah item sebanyak 260an...

    ready to work (again!)

  6. #80
    NodiX's Avatar
    Join Date
    Dec 2010
    Location
    The Dark Side of the Moon
    Posts
    459
    Points
    897.80
    Thanks: 22 / 21 / 20

    Default

    pke buff (pkek skill frost attack) kk, seperti yg sy post di atasny

    klo unit kena dmg trs ada buffnya, berarti damageny dari attack,
    klo gak ada buffnya, damagenya dari spell

    jdi kira" codenya kyk gini
    Code:
    Event
    TargetUnit takes damage
    
    Condition
    TargetUnit has buff bla bla bla
    
    Action
    RemoveUnitAbility(Caster, skill critical strike)
    RemoveUnitAbility(target, buffnya)
    dah sy coba pas buatin skill bwt kk GulaHula
    Last edited by NodiX; 15-06-11 at 08:56.

    INFP / Enneagram 4w5
    What exactly is a dream? And what exactly is a joke?

  7. #81
    Section's Avatar
    Join Date
    Nov 2006
    Location
    about.me/SECTION
    Posts
    2,095
    Points
    11,041.04
    Thanks: 45 / 112 / 98

    Default

    oh bisa sih yak... cuman adakah cara detect ketika serangan dilancarkan? bukan pas terima damage dan bukan pas is Attacked... kira-kira eventnya sama seperti yang terjadi pada Neurotoxin milik Viper... (nah itu dia)

  8. #82
    NodiX's Avatar
    Join Date
    Dec 2010
    Location
    The Dark Side of the Moon
    Posts
    459
    Points
    897.80
    Thanks: 22 / 21 / 20

    Default

    damage point kah?
    http://www.wc3c.net/showthread.php?t=108032

    klo gk maw pke yg diatas ni penjelasan skill nethertoxin (source playdota.com)
    Code:
    Nether Toxin
    
    A main trigger reacts when the skill is casted or a unit is attacked,
    
    If the skill casted is Poison Arrow and
    *The unit has learned the skill Nethertoxin
    
    or if a unit attacks another unit and
    *The unit has learned Nethertoxin
    *The unit is not an illusion
    *The unit is NOT in state NethertoxinCooldown == 1
    
    then
    
    Set the casting unit state NethertoxinCooldown to 1 (this state lasts for 0.35 seconds and then NethertoxinCooldown is set to 2)
    Set the "damage" to be dealt as 2*Level of Nethertoxin (Divide that damage by 2 if the target is not a hero)
    Now:
    If the target has more than 80% life the "damage" is added to your attack damage
    Else if the target has more than 60% life the "damage" multiplied by 2 is added to your attack damage
    Else if the target has more than 40% life the "damage" multiplied by 4 is added to your attack damage
    Else if the target has more than 20% life the "damage" multiplied by 8 is added to your attack damage
    Else (meaning if the target has 20% life or less) the "damage" multiplied by 16 is added to your attack damage
    Last edited by NodiX; 16-06-11 at 07:12.

    INFP / Enneagram 4w5
    What exactly is a dream? And what exactly is a joke?

  9. #83
    Section's Avatar
    Join Date
    Nov 2006
    Location
    about.me/SECTION
    Posts
    2,095
    Points
    11,041.04
    Thanks: 45 / 112 / 98

    Default

    oh ok nice buddy! tak coba dulu... mumpung lagi buka WE... asik asik..

  10. #84
    NodiX's Avatar
    Join Date
    Dec 2010
    Location
    The Dark Side of the Moon
    Posts
    459
    Points
    897.80
    Thanks: 22 / 21 / 20

    Default

    angka 0.35 detikny tergantung damage point kk, lupa di masukin, dah keburu ilank linkny

    INFP / Enneagram 4w5
    What exactly is a dream? And what exactly is a joke?

  11. #85
    Section's Avatar
    Join Date
    Nov 2006
    Location
    about.me/SECTION
    Posts
    2,095
    Points
    11,041.04
    Thanks: 45 / 112 / 98

    Default

    udah dicopy... iya mau ga mau sih memang dasarnya cuman perkalian Damage Point dengan AGI... tapi ini lebih banyak faktor anti gagal nya (aka anti eror lah)

    dan sayangnya (atau sebetulnya beruntungnya?) dalam bentuk vJASS...

  12. #86
    NodiX's Avatar
    Join Date
    Dec 2010
    Location
    The Dark Side of the Moon
    Posts
    459
    Points
    897.80
    Thanks: 22 / 21 / 20

    Default

    emank klo d wc3c umumny vJASS
    sy msh bingung skill kyk feast, timelock, damage pointny udah tepat, pke apaan y?

    INFP / Enneagram 4w5
    What exactly is a dream? And what exactly is a joke?

  13. #87
    Section's Avatar
    Join Date
    Nov 2006
    Location
    about.me/SECTION
    Posts
    2,095
    Points
    11,041.04
    Thanks: 45 / 112 / 98

    Default

    lah feast sama timelock bukannya pake event takes damage biasa yak?

  14. #88
    NodiX's Avatar
    Join Date
    Dec 2010
    Location
    The Dark Side of the Moon
    Posts
    459
    Points
    897.80
    Thanks: 22 / 21 / 20

    Default

    kan klo pke event takes damage biasa damage dari spell sma dagon pasti ikut ke trigger, misal dari dagon, radiance dll
    msh bingung...

    INFP / Enneagram 4w5
    What exactly is a dream? And what exactly is a joke?

  15. #89
    Section's Avatar
    Join Date
    Nov 2006
    Location
    about.me/SECTION
    Posts
    2,095
    Points
    11,041.04
    Thanks: 45 / 112 / 98

    Default

    timelock : bash
    ya toh?

  16. #90
    NodiX's Avatar
    Join Date
    Dec 2010
    Location
    The Dark Side of the Moon
    Posts
    459
    Points
    897.80
    Thanks: 22 / 21 / 20

    Default

    timelock != Bash
    soalny dia pke trigger bwt pause animasi unit, trs sy juga pernah nemu bug pas maen OMG, essence shift sma timelock bentrok. jd sy tambah yakin klo timelock bkn skill hardcore
    essence shift juga bentrok sama feast...

    EDIT:
    Akhirnya,,, ktemu juga solusiny
    pke damage system, tpi harus code ulang damage dari smua skill, sampe skill hardcoreny spy bisa bedain damage attack sma yg bkn
    Last edited by NodiX; 17-06-11 at 17:22.

    INFP / Enneagram 4w5
    What exactly is a dream? And what exactly is a joke?

Page 6 of 7 FirstFirst ... 234567 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •