Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

Posts posted by TheSmokie

  1. 4 minutes ago, penumbra said:

    Hey, this is a bit different. This looks for a specific debuff

    I am looking for function that can search through the debuffs for curse/magic etc. and then cast, I would not have the spell IDs of all the world afflictions

     

    Best bet is to add each spell 

  2. Hello @Memus

    to interact with object, you can use one if these run code methods.

    wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(x, y, z));
    
    
    
    wManager.Wow.Helpers.Interact.InteractGameObject(ObjectManager.GetWoWGameObjectByEntry(object ID).FirstOrDefault().GetBaseAddress)
    
    
    
    Or 
    
    wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(pos, objectId);

    Both should work fine. 

  3. 1 hour ago, postrel said:

    Hi! Can i use 10 session licence on 2 different computers? If mine is not powerful enough to handle 10 WoWs 

    Yes , you are allowed to.

    if you’re leveling I’d recommend using reliever for toons and every 3-4 hours switch toons for max effect but low ban risk

  4. for factionIndex = 1, GetNumFactions() do
      name, description, standingId, bottomValue, topValue, earnedValue, atWarWith,
        canToggleAtWar, isHeader, isCollapsed, hasRep, isWatched, isChild = GetFactionInfo(factionIndex)
      if isHeader == nil then return true end

     

×
×
  • Create New...