Page 6 of 12 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 167
http://idgs.in/288119
  1. #76
    [st]jimmy's Avatar
    Join Date
    Feb 2007
    Posts
    544
    Points
    715.40
    Thanks: 10 / 8 / 7

    Default

    Quote Originally Posted by FreeDoom View Post
    bisa gan.. thx bgt..
    nanya lagi dong..
    kalo equipnya di taro di action bar bisa ga?
    actin bar sekian equipnya "axe" swap sama "shield" di off hand
    kode macronya jd gimana?
    Ya kalo macronya udah jadi tinggal taro di action bar lah..
    Swt..

    Tambahan : Usahain tas lo rapih kayak gini, jadinya ga ribet juga diliatnya..

    Spoiler untuk contoh :

    Bodad of Gnomeregan <SUPER DUPER LABIL> Lv 80 Gnome Rogue

  2. Hot Ad
  3. #77

    Join Date
    Feb 2011
    Posts
    3
    Points
    3.30
    Thanks: 0 / 0 / 0

    Default

    Quote Originally Posted by [st]jimmy View Post
    Ya kalo macronya udah jadi tinggal taro di action bar lah..
    Swt..

    Tambahan : Usahain tas lo rapih kayak gini, jadinya ga ribet juga diliatnya..

    Spoiler untuk contoh :
    bukan gitu, maksud gw macro buat ngeklik action bar nya
    tapi ga jadi deh nanyanya, udah bisa walaupun tasnya acak2an
    jadinya kyk gini

    macro ganti stance sekaligus ganti [senjata - senjata] / [senjata - tameng]

    #showtooltip
    /cast Defensive Stance
    /equip Furious Gladiator's Cleaver
    /equip Furious Gladiator's Shield Wall
    /equip Blades of the Sable Cross

    #showtooltip
    /cast Berserker Stance
    /equipslot [equipped:axe] 16 Furious Gladiator's Greatsword
    /equipslot [equipped:shield] 17 Furious Gladiator's Bonegrinder
    /equipslot [equipped:thrown] 18 Furious Gladiator's Longbow

  4. #78
    Lipan's Avatar
    Join Date
    Sep 2008
    Location
    Nusantara
    Posts
    101
    Points
    113.60
    Thanks: 0 / 1 / 1

    Default

    Quote Originally Posted by [st]jimmy View Post
    ada, tapi tas lo harus rapih, jadinya pake sistem swap equip berdasarkan letak equip lo ada dimana (bag)

    Note: Ini macro ultimate buat rogue biar bisa gonta ganti 6 poison sekaligus (kalo udah pro macam babang Eyegold)



    Contoh: /equipslot 16 4 17

    16 = slot mainhand
    4 = Nomor tas (1-4)
    17 = slot tas

    urutan slot tas

    1 2 3 4
    5 6 7 8
    dst..

    atau

    . . 1 2
    3 4 5 6
    dst..

    http://www.wowwiki.com/Making_a_macro (cari bagian bag)
    http://www.wowwiki.com/Bag
    http://www.wowwiki.com/InventorySlotId
    bisa gan.. maksih bgt gan untuk link bagnya gan

  5. #79
    [st]jimmy's Avatar
    Join Date
    Feb 2007
    Posts
    544
    Points
    715.40
    Thanks: 10 / 8 / 7

    Default

    Quote Originally Posted by Lipan View Post
    bisa gan.. maksih bgt gan untuk link bagnya gan
    yo sama2

    Bodad of Gnomeregan <SUPER DUPER LABIL> Lv 80 Gnome Rogue

  6. #80
    Lipan's Avatar
    Join Date
    Sep 2008
    Location
    Nusantara
    Posts
    101
    Points
    113.60
    Thanks: 0 / 1 / 1

    Default

    Quote Originally Posted by [st]jimmy View Post
    yo sama2
    ok sama2 jg bos..
    jangan sungkan2 ya sob, buat thread yg bermanfaat kaya gini lagi..
    ini sangat2 membatu sob....:hiks ^_^

  7. #81
    tyo07's Avatar
    Join Date
    Jul 2007
    Posts
    1,371
    Points
    561.80
    Thanks: 1 / 97 / 37

    Default

    2 statement tentang macro :
    1. Macro tidak bisa mendeteksi IF this THEN do this. Ga bisa pake macro untuk detect apakah kita punya buff savage roar/dkk lalu pencet skill ini.
    2. Spell yang tidak perlu GCD ga usah di castsequence, misal Nature swiftness + Greater healing wave/Healing Touch. Divine plea+Avenging Wrath+Divine Fervor+ARcane torrent jg bisa jadi 1 kalo ga salah.

    wah gua ga tau nih macro ini dah ada apa belum, ini macro gua pake dari TBC sampe skarang ga pernah ganti2. macro ini cuma butuh raid frame.

    Lazy healer macro
    Spoiler untuk lazyhealer :

    #showtooltip/cast [target=mouseover,exists,help,nodead] Healing Touch; [help,nodead] Healing Touch; [target=player] Healing Touch; -> kalo ga salah yg akhir ga usah pake [target=player] juga bisa


    apa yang terjadi? kalo ngarahin mouse ke raidframe kita cast heal (atau kalo kita ngarahin mouse ke orang di jalanan), kalo klik orang terus pencet ini, kita bakal heal ke dia, kalo ga ada yang ditarget/dimouse over, heal diri sendiri. Sistem macro itu menggunakan urutan case bisa dikerjain apa gak. Contoh :

    focus heal macro, macro ini digunain buat druid restoration di cataclysm.
    Spoiler untuk lifebloom :

    #showtooltip
    /show lifebloom
    /cast [target=mouseover,exists,help,nodead] Lifebloom;[target=focus,modifier:ctrl] lifebloom; [help,nodead] Lifebloom; [target=player] Lifebloom


    kalo ada mouseover bakal lifebloom ke mouseover, kalo kita ada focus target dan kita ga lagi mouseover orang, kita bakal cast lifebloom ke focus target, kalo kita ga ada focus target dan ga ada mouseover, kita heal lifebloom ke diri sendiri.

    Gimana kalo kita ada mouseover target tp ada focus target?kita bakal heal ke mouseover target karena requirement macro yang pertama di cek adalah "Ada ga sih target di mouseover gua?kalo ada ya heal mouseover, kalo ga ada heal focus target"

    macro2 ini gua bind ke smua spell heal yg bs gua gunain, jadi ga perlu lg namanya klak klik orang buat cast spell, yg perlu dipikirin skrg tinggal skill apa yang perlu dipencet dan dia in range apa nggak. klak klik orang bisa diakalin jg pake addon clique tapi kalo males pake addon, this macro ownz.

    ada 1 lagi macro bener2 males, karena gua males binding spell banyak2. macro ini buat shaman.

    Spoiler untuk cleansing :

    /cast [modifier:shift] Bloodthirsty Gladiator's Medallion of Tenacity;[modifier:alt] Call of the Elements; [modifier:ctrl] Call of the Ancestors; [target=mouseover,exists,help] Cleanse Spirit; [help,nodead] Cleanse Spirit; Cleanse Spirit;


    pencet shift : trinket pvp
    pencet alt totem call element
    pencet ctrl totem ancestor
    sisanya sama kek macro lazyhealer bedanya diisi ama cleansing spirit (buat dispel magic dkk). kalo pake mage dulu sih settinganya 1 frost ward, satu lagi fire ward.

    kalo buat yang suka design UI, macro ini penting banget buat tau UIparent
    Spoiler untuk uiparent :

    /script message(GetMouseFocus():GetName())


    dulu ada satu macro lagi buat ganti talent dan pasang equip yang bersangkutan dari equip manager
    Spoiler untuk retalent+reequip :

    /e is respeccing to tank spec
    /equipset [spec:2] tb
    /usetalents [spec:2]1
    /run UIErrorsFrame:Clear()


    kita equipset yang namanya tb kalo kita lagi di spec 2 (spec sebelum di change talent) dan pas lagi spec 2, kita bakal pilih talent yang pertama.
    Resto Druid : We don't need regen, we need SPELL POWER

  8. #82
    [st]jimmy's Avatar
    Join Date
    Feb 2007
    Posts
    544
    Points
    715.40
    Thanks: 10 / 8 / 7

    Default

    nih macro WL gw, sorry kalo berantakan, copy dari WTF

    Spoiler untuk macro :
    --------------
    [General Macros]
    --------------
    MACRO 5 "Banish" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:ctrl,target=focus]Banish
    /cast Banish
    END
    MACRO 7 "Crit" INV_Misc_QuestionMark
    #showtooltip
    /use Grand Firestone
    /use 16
    END
    MACRO 6 "Free!" INV_Misc_QuestionMark
    #showtooltip
    /use 13
    END
    MACRO 8 "Haste" INV_Misc_QuestionMark
    #showtooltip
    /use Grand Spellstone
    /use 16
    END
    MACRO 9 "Stone" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift]Create Firestone
    /cast [mod:ctrl]Create Spellstone
    /cast [mod:alt]Create Soulstone
    /cast Create Healthstone
    END

    ---------------
    [Specific Macros]
    ---------------

    MACRO 16777220 "-D-" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift]Hellfire
    /cast Rain of Fire
    END
    MACRO 16777219 "-E-" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift,spec:1]Conflagrate
    /cast [mod:shift,spec:1]Wrathful Gladiator's Felweave Handguards
    /cast [spec:2]Curse of Agony
    /cast [spec:1]Immolate
    END
    MACRO 16777232 "-N-" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift]Searing Pain
    /cast [spec:2]Unstable Affliction
    /cast [spec:1]Incinerate
    END
    MACRO 16777247 "-P-" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift]Escape Artist
    /cast [mod:ctrl]Escape Artist
    /cast [mod:alt]Escape Artist
    /cast Shadow Bolt
    END
    MACRO 16777246 "-W-" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift]Health Funnel
    /cast [spec:2]Haunt
    /cast [spec:1]Chaos Bolt
    END
    MACRO 16777223 "Armor" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:ctrl]Demon Skin
    /cast [mod:alt]Enslave Demon
    /cast Fel Armor
    END
    MACRO 16777244 "Blast!" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift]Shadowflame
    /cast [mod:ctrl,spec:1]Shadowburn
    /cast [mod:ctrl,spec:2]Shadow Ward
    /cast [mod:alt]Shadow Ward
    /cast [spec:2]Seed of Corruption
    /cast [spec:1]Shadowfury
    END
    MACRO 16777224 "Blink!" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift]Demonic Circle: Summon
    /cast [mod:ctrl]
    /cast [mod:alt]
    /cast Demonic Circle: Teleport
    END
    MACRO 16777226 "Curse" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift]Curse of Agony
    /cast [mod:ctrl]Curse of Tongues
    /cast [mod:alt]Curse of Weakness
    /cast Curse of the Elements
    END
    MACRO 16777249 "Fail" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift,target=focus]Curse of Tongues
    /cast [mod:alt,target=focus]Curse of Weakness
    /cast Howl of Terror
    END
    MACRO 16777237 "Failure" INV_Misc_QuestionMark
    #showtooltip
    /cast [pet:felhunter]Spell Lock
    /cast [pet:succubus]Seduction
    /cast [pet:voidwalker]Sacrifice
    END
    MACRO 16777248 "Fear!" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift,target=focus]Fear
    /cast Fear
    END
    MACRO 16777245 "Focus" INV_Misc_QuestionMark
    #showtooltip
    /cast [pet:felhunter,target=focus]Spell Lock
    /cast [pet:succubus,target=focus]Seduction
    /cast [pet:voidwalker,target=focus]Suffering
    END
    MACRO 16777239 "Link" INV_Misc_QuestionMark
    #showtooltip
    /cast [spec:1,mod:shift]Soul Link
    /cast [spec:2]Inferno
    /cast [spec:1]Fel Domination
    END
    MACRO 16777238 "Noe" INV_Misc_QuestionMark
    #showtooltip
    /cast [pet:felhunter,target=player]Devour Magic
    /cast [pet:succubus]Soothing Kiss
    /cast [pet:voidwalker]Suffering
    END
    MACRO 16777225 "Seed" INV_Misc_QuestionMark
    #showtooltip
    /cast [mod:shift]Death Coil
    /cast [mod:ctrl]Seed of Corruption
    /cast [mod:alt]Seed of Corruption
    /cast Corruption
    END
    MACRO 16777250 "Target" INV_Misc_QuestionMark
    #showtooltip
    /cast [pet:felhunter]Devour Magic
    /cast [pet:succubus]Soothing Kiss
    /cast [pet:voidwalker]Suffering
    END


    sengaja gw ga kasih deskripsi, biar ada tanya jawab

    Bodad of Gnomeregan <SUPER DUPER LABIL> Lv 80 Gnome Rogue

  9. #83
    eribeloz's Avatar
    Join Date
    Nov 2010
    Posts
    145
    Points
    116.20
    Thanks: 18 / 1 / 1

    Default

    gan minta macro mage fire dong yg kalo abis skill Scorch trus bisa di lanjutin skill Living Bomb gitu ato sebalik nya...
    tq gan..

  10. #84

    Join Date
    Dec 2010
    Location
    Cimahi
    Posts
    36
    Points
    43.80
    Thanks: 3 / 3 / 2

    Default

    All ada yg bisa bantu buat macro warrior g yang arms??
    Sorry masih nubi

  11. #85
    marchorizon's Avatar
    Join Date
    Sep 2009
    Posts
    1,263
    Points
    1,048.69
    Thanks: 227 / 154 / 77

    Default

    Quote Originally Posted by DeViL.KidZ View Post
    All ada yg bisa bantu buat macro warrior g yang arms??
    Sorry masih nubi
    1st thing first
    bikin macro skill2 utama lo dengan "/startattack"
    warrior suka berenti mukul soalnya surem ntr ga dapet rage


    Steam - fahmindrawan
    Blacklight- Neverdiesxoxo
    CS:GO - watchmyskillz

  12. The Following User Says Thank You to marchorizon For This Useful Post:
  13. #86

    Join Date
    Mar 2011
    Posts
    16
    Points
    39.30
    Thanks: 1 / 0 / 0

    Default

    gan ane mau tanya ..
    klo [target=set focus] itu berarti yang kita target otomacet jadi set focus y ??
    bener ga ?
    ane newbie maap

  14. #87

    Join Date
    Dec 2010
    Location
    Cimahi
    Posts
    36
    Points
    43.80
    Thanks: 3 / 3 / 2

    Default

    Quote Originally Posted by marchorizon View Post
    1st thing first
    bikin macro skill2 utama lo dengan "/startattack"
    warrior suka berenti mukul soalnya surem ntr ga dapet rage
    Jadi di text macro nulisnya gini: /starattack (Skill1); (skill2); dst...
    apa cukup: /starattack
    maaf aga oon, masih lum ngerti

  15. #88

    Join Date
    Nov 2006
    Posts
    20
    Points
    124.60
    Thanks: 12 / 0 / 0

    Default

    gan
    aku minta tolong untuk macro : yang ngajak duel orang terus terus klo uda di accept langsung kita cancel
    hehehe

  16. #89
    dicksonly's Avatar
    Join Date
    Mar 2011
    Posts
    3
    Points
    3.30
    Thanks: 0 / 0 / 0

    Default

    Gan, ane trus terang masi ga ngerti gunaian macro
    kecuali buat .save doang hahaha
    nah ane mau tanya klo misalnya bikin macro buat skill buffnya priest gimana
    ane dah cobain ga bisa bisa, dari 5 skill yg dimasukin cuman kluar skill yg ke 3 doang
    sisanya ga kluar...
    makanya klo bisa tolong bikinin dong macro buat skill buff priest

    thx before

  17. #90
    exo7th's Avatar
    Join Date
    Oct 2009
    Location
    Hyjal Summit
    Posts
    370
    Points
    452.80
    Thanks: 28 / 44 / 23

    Default

    Quote Originally Posted by spike_kingkong View Post
    gan
    aku minta tolong untuk macro : yang ngajak duel orang terus terus klo uda di accept langsung kita cancel
    hehehe
    /yield

    That's it. Hurt me more. Make me feel alive again. Gray Fox

Page 6 of 12 FirstFirst ... 2345678910 ... 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
  •