Jump to content

gomisensei

Members
  • Posts

    34
  • Joined

  • Last visited

Reputation Activity

  1. Like
    gomisensei got a reaction from Loki in [Problem with Mind Flay]   
    Here is a macro to show all your spell's and ID's.  Maybe it would be a good idea to be able to tag a spell with the ID instead of the Name....
    /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end If you are making a fight class, this will tell you every possible spell.  Make a new macro, put the above in it, and drag it to a button.
     
    EDIT DROIDZ: Updated macro for WoD here: 
  2. Like
    gomisensei reacted to Loki in adding npcs and mailbox   
    So we have to manually insert the mailbox code that is posted a few post up in our profiles to make mailbox work?
    Doesnt necessarly look hard, but I can imagine the amount of profiles coming with mailboxes out in nowhere :)
     
    Perhaps we can simply add a button to the creator that says "Add Mailbox at player position" that takes Players position and add
    that to the above code? Should be pretty easy. (and Blizz, why we cant target mailbox?!?!?)
     
    I also noticed that my default settings was "NPC mailbox: 1000 yds Radius". I went 0.0
    A setting with "When x slots are free, visit mailbox/vendor" and "Durability is less than x%, visit repair"
  3. Like
    gomisensei got a reaction from Droidz in [Problem with Mind Flay]   
    Here is a macro to show all your spell's and ID's.  Maybe it would be a good idea to be able to tag a spell with the ID instead of the Name....
    /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end If you are making a fight class, this will tell you every possible spell.  Make a new macro, put the above in it, and drag it to a button.
     
    EDIT DROIDZ: Updated macro for WoD here: 
×
×
  • Create New...