Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Skinning option is activate?
  2. Hello, Sorry, I'll do not add this feature.
  3. Hello, Wait next update, I have fixed problem (your settings is good).
  4. Hello, Dungeon product is planned but no date for the moment.
  5. Hello, If you can wait next update, I have solved this problem: Problem to read health can cause bug in fightclass. Tell me if after the next update your problem is resolved.
  6. Hello, I have fixed problem, wait next update.
  7. Hello, Wait the next update and tell me if problem is solved. Thanks.
  8. Droidz

    Chatframe

    Hello, I'll add it.
  9. Droidz

    debugging...

    Hello, I'll add it
  10. Next here:
  11. Droidz

    Bug tracker

    Hello, Thanks for report, problem solved. For use remote you need to use full version of WRobot.
  12. Option has been added
  13. Hello, I'll fix it.
  14. Hello, thanks, I'll don't add this condition, but you can use lua: http://wowpedia.org/API_GetComboPoints comboPoints = GetComboPoints("unit", "target")
  15. Droidz

    Me in Group

    Hello, this condition has been added (Me In Group).
  16. Droidz

    Once per Target

    Hello, This feature has been added.
  17. Hi, I am trying to sort suggestions accepted / rejected
  18. Droidz

    Problem to start Wbot

    Hello, Look on google: https://www.google.com/search?q=Exception+Code%3A%C2%A0%C2%A0+%C2%A0c0000005&oq=Exception+Code%3A%C2%A0%C2%A0+%C2%A0c0000005&aqs=chrome..69i57&sourceid=chrome&espv=210&es_sm=122&ie=UTF-8 And you can also try to install preinstalled version of wrobot: http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip
  19. Hello, You can look this thread: If you can share list of process running on your computer please. Thanks
  20. Hello, Feature added in last update (advanced general setting > tab vendor).
  21. Hello, Thanks for suggestion it is good idea but this can cause problem in profile or make bad quality profile. I think lost a little time to make profile with profile creator is best that make quick profile but not safe.
  22. Hello, WRobot before launch spell it faces target, this condition is not required. But wait next update I'll add this condition (IsFacing).
  23. Hello, Reply in private message.
  24. Droidz

    UnitBuff Problem

    Function UnitBuff has two param (no one) and I have fixed small others bug in lua code. In FightClass [Ohren]Beast Mastery Hunter replace name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("target");if (duration <= 3000) then retV = "1";else retV = "0";end by retV = "0"; local name, rank, icon, cost, isFunnel, powerType, castTime, minRange, maxRange = GetSpellInfo(1978) ; if (name) then local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("target", "Serpent Sting"); if (name and duration <= 3000) then retV = "1"; end end (the best way is to contact the creator of the fightclass.)
  25. You use flying mount or ground mount? Do you have modified settings in Party product settings?
×
×
  • Create New...