Jump to content

Droidz

Administrators
  • Posts

    12584
  • Joined

  • Last visited

Everything posted by Droidz

  1. More info about function unitbuff here.
  2. Try this code lua: timeLeftToCastAgain > max time left before casting again buff in seconds minSpellDuration > To ignore spells like Avenging Wrath (combat spell) in seconds local timeLeftToCastAgain = 10; local minSpellDuration = 60 * 2; for i=1,40 do local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("player", i); if spellId and unitCaster == "player" then local expireTimeLeft = expirationTime-GetTime(); if (expireTimeLeft >= 0 and duration > minSpellDuration and expireTimeLeft < timeLeftToCastAgain) then CastSpellByName(name); end end end Tell me if don't works or if you don't understand (or if is not what you want).
  3. Hello, I ignore why this happen and WRobot don't block whispers. Others have this problem?
  4. Send me your profile if problem is not solved.
  5. You press "Enter" key after edit Gossip option? And you save profile? (and you clean NPC DB?)
  6. Solved:
  7. Droidz

    debugging...

    I have added it in last update.
  8. The problem is to get the good position (if position found by WRobot is not exactly good (for the height) wrobot can stuck). After it is good idéa but not very safely for the users (I think more suitably to lost few minute to use profile creator). Use the map to remove point of profile by click or to go to position (if you don't want go to manually) can be useful tools. Or make new bot (product) to farming without profile (just farm nodes near start position).
  9. Hello, I am sorry but I don't understand exactly what you want. You cannot make it with normal fightclass?
  10. Ok, You need to download file, when file is downloaded extract it if compressed and copy it in folder "WRobot\FightClass\".
  11. Hello, If you use ground profile, WRobot go to the profile with ground mount (or flying mount in ground mode (only 3 or 4 yard above ground)). If you use flying profile, WRobot go to the profile with flying mount. But it is very delicate to found good way, I cannot know if ground profile is in house or outdoor, for avoid problem I prefer use ground path. I improve this gradually, but it is long.
  12. Hello, I'll look it, I comeback to you after.
  13. Wait next update, problem fixed
  14. Hello, You can try to replace spell name "Hemorrhage" by "Sinister Strike" ()
  15. Hello, Please share your log please. And you can found fightclass for druid here: http://wrobot.eu/files/category/11-druid/ (don't forget to select your fightclass in wrobot in "General Settings" tab).
  16. Hello, You need to change the gossip option of the NPC in profil creator (don't forget to clean your npc database with NPCDB (in tab "Tools")
  17. Hello, Skinning option is activate?
  18. Hello, Sorry, I'll do not add this feature.
  19. Hello, Wait next update, I have fixed problem (your settings is good).
  20. Hello, Dungeon product is planned but no date for the moment.
  21. 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.
  22. Hello, I have fixed problem, wait next update.
  23. Hello, Wait the next update and tell me if problem is solved. Thanks.
  24. Droidz

    Chatframe

    Hello, I'll add it.
  25. Droidz

    debugging...

    Hello, I'll add it
×
×
  • Create New...