Jump to content

Emanon

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Emanon

  1. Update today Vanilla Wow

     

    I get this error 

     

    [F] 19:05:01 - Fightclass successfully casted: Holy Fire
    [F] 19:05:01 - Iteration took 262ms
    [F] 19:05:01 - Fightclass successfully casted: Holy Fire
    [F] 19:05:01 - Iteration took 140ms
    [F] 19:05:03 - Fightclass successfully casted: Shoot
    [F] 19:05:03 - Iteration took 1034ms
    [F] 19:05:03 - Iteration took 415ms
    [F] 19:05:04 - Fightclass successfully casted: Vampiric Embrace
    [F] 19:05:04 - Iteration took 403ms
    [F] 19:05:04 - Fightclass successfully casted: Holy Fire
    [F] 19:05:04 - Iteration took 108ms
    [F] 19:05:04 - Fightclass successfully casted: Power Word: Shield
    [F] 19:05:04 - Iteration took 169ms
    [F] 19:05:05 - Fightclass successfully casted: Power Word: Shield
    [F] 19:05:05 - Iteration took 122ms
    [F] 19:05:05 - Fightclass successfully casted: Power Word: Shield
    [F] 19:05:05 - Iteration took 136ms
    [F] 19:05:06 - Fightclass successfully casted: Shoot
    [F] 19:05:06 - Iteration took 604ms
    [F] 19:05:06 - Fightclass successfully casted: Power Word: Shield
    [F] 19:05:06 - Iteration took 323ms
    [F] 19:05:07 - Fightclass successfully casted: Shoot
    [F] 19:05:07 - Iteration took 884ms
    [F] 19:05:08 - Fightclass successfully casted: Mind Flay
    [F] 19:05:08 - Iteration took 588ms
    [F] 19:05:09 - Iteration took 665ms

     

    Now game lags and lags and lags, response time to server is 15ms

    But worked like a charm last night so really not sure why it lags so now

  2. I have a question

    Im trying to use  Fight Class Editor to make me a simple Healing Profile to help with healing

    But isnt it possible in that program to add a specific spell to use 

    Like Rank 1 heal with 90% health
    Like Rank 2 heal with 70% health
    Like Rank 3 heal with 50% health

    Somehow tell it what spell ID it shall use when different conditions is meet?

     

    Plz Plz help me with this someone

     

    Will be gladly appreciated

  3. Can someone help me.

    I Have a Mage in Vanilla Wow that I would love to sheep my skull until i tell him to stop it

    Added in Partychat Lua 

    local SpellName = GetSpellInfo(12824)
    for i = 1, 4, 1 do
     local UnitIdString = "party" .. i .. "target"
        if UnitExists(UnitIdString) then
      if GetRaidTargetIndex(UnitIdString) == 8 then
       CastSpellByName(SpellName, UnitIdString)
       return
      end
     end
    end

    But comes with and error in game when I ask it to sheep the target

  4. How do I remove or clear the Blacklist for my FightClass ??

     

    Get this error only on this one bot :

     

    [D] 22:19:40 - [Fight] BlackList Shadowfang Moonwalker during 30 sec
    22:19:40 - [Fight] Player Attacked by Shadowfang Moonwalker (lvl 20)
    [D] 22:19:41 - [Fight] Fight stopped
    [D] 22:19:41 - [Fight] BlackList Shadowfang Moonwalker during 30 sec
    22:19:41 - [Fight] Player Attacked by Shadowfang Moonwalker (lvl 20)
    [D] 22:19:42 - [Fight] Fight stopped
    [D] 22:19:42 - [Fight] BlackList Shadowfang Moonwalker during 30 sec
    22:19:42 - [Fight] Player Attacked by Shadowfang Moonwalker (lvl 20)
    [D] 22:19:42 - [Fight] Fight stopped
    [D] 22:19:42 - [Fight] BlackList Shadowfang Moonwalker during 30 sec

     

    The others do attack, but would be nice if all did attack. 

     

×
×
  • Create New...