Jump to content

Televinken

Player
  • Content count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Televinken

  • Rank
    Newcomer

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. You will need the SuperMacro addon for this to work Mouseover pet attack macro: /run m="mouseover" if UnitExists(m) and UnitReaction(m,"player")<5 then TargetUnit(m) PetAttack() TargetLastTarget() else PetAttack() end Onebutton macro for pet attack on mouseover target, CoA, Corruption and wanding. In the SuperMacro frame, type this into the "Enter Macro Commands:" /run DotItUp() Copy & paste this into the right editbox (Extended LUA code) function DotItUp() m="mouseover" t="target" p="player" if UnitExists(m) and UnitReaction(m,p) < 5 then TargetUnit(m) PetAttack() else TargetNearestEnemy() PetAttack() end if not buffed("Curse of Agony",t) then CastSpellByName("Curse of Agony") else if not buffed("Corruption",t) then CastSpellByName("Corruption") else CastSpellByName("Shoot") end end end It will target the mob you're hovering the cursor over, or if you just spam it mindlessly it will target the nearest attackable target (use with caution..) If you use Drain Soul to finish off mobs (and get that Mana regen buff) you will sooner or later end up with Soul Shards just about everywhere - and if you don't have a Soul Pouch you can't easily fix this. But fear not! This macro/script will sort all your shards into the leftmost bag, it will also delete the shard in the last slot of the 4th bag so it will never overflow from that bag. But beware - it's quite stupid - don't keep any epics in bag #4, it will silently destroy them too. Macro command: /cast Drain Soul /run SoulSorter() /run PickupContainerItem(4,GetContainerNumSlots(4)) DeleteCursorItem() LUA code function SoulSorter() for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"Soul Shard") then PickupContainerItem(bag,slot) PutItemInBag(ContainerIDToInventoryID(4)) end end end end
  2. Televinken

    Server down?

    Can't log in to game server atm, probably something broken?
  3. Televinken

    is the server down?

    Hey! I have other people in my house, and they claim to be my family?? HALP!!
  4. Televinken

    [H]GROGNOK'S BERSERKERS

    Lok'Tar ogar! Grognok is searching for more recruits to bolster our ranks. Currently we have RFC on farm and are progressing into WC. We also have a lighthearted RP guildchat. Basically we're a leveling guild, so come join us for some laughs. If you're to low level to speak feel free to invite me or Grognok into a party. Whisper any member online to get an invite. FOR THE HORDE! Aka'Magosh Shamarama, First Officer of Grognok's Berserkers
  5. Televinken

    LF Leveling/playing partner :)

    [Swedish] Hej! Har inga vänner heller, synd om mig :( Lite låg level dock, men så smånigom hinner jag nog upp dig. [/Swedish] I'm also a returning player, played some time over at Light's Hope but thought that a fresh start on a relativly new server would be more fun. Old vanilla veteran with a few Ragnaros kills and some progression in BWL/ZG and AQ20 under my belt (as alliance Main Tank). Now I play a female Troll Shaman (love the animations) - but don't get your hopes up, I'm a guy! Enhancement specced for leveling but going to go resto for 'endgame'. Leveling a bit slow though as I'm trying to keep all professions updated as I move along. My ingame nick is Shamarama, high teens right now.
×