Jump to content

Bear T.O.E.

Members
  • Posts

    472
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Bear T.O.E. reacted to kalladiz in [CLOSE] Download WRobot for WoD PTR   
    not working on new version 18988
     
    NM they are pushing another build now
  2. Like
    Bear T.O.E. reacted to Bear T.O.E. in [CLOSE] Download WRobot for WoD PTR   
    Beta No workie on the PTR with the latest build
  3. Like
    Bear T.O.E. reacted to Droidz in [CLOSE] Download WRobot for WoD PTR   
    This version of WRobot is for PTR server.
     
    And I'll update today for wow ptr 19005
  4. Like
    Bear T.O.E. reacted to Droidz in [CLOSE] Download WRobot for WoD PTR   
    Hello,
     
    You can download Wrobot for WoD here: http://download.wrobot.eu/wrobotbeta/wrobotbeta.zip
     
     
    ps: News about this version http://wrobot.eu/page/articles.html/_/news/wrobot-for-warlords-of-draenor-ptr-r62.
  5. Like
    Bear T.O.E. reacted to Bear T.O.E. in [CLOSE] Download WRobot for WoD PTR   
    Sweet!!! I'm going to be all over this. :)
  6. Like
    Bear T.O.E. reacted to buzzard in [api] detect Debuff type   
    Heyya anyone knows if there is a method that can retrieve player debuff type.
     
    Basicly instead of :
    player.HaveBuff("SomeHarmFulDebuff") I can retrieve collection of partymember debuffs.
    Then iterate the collection and see if debuff type is magic/poison/curse and dispell it with some spell like "Natures's Cure"
     
    Else I'll have to use a list of all harmfull spells(gonna be a long one i guess...)
  7. Like
    Bear T.O.E. reacted to Droidz in Can you tell me why this isnt working?   
    local DiseasesFound = 0; if not (UnitIsDead("target")) and not (IsFlying("player")) and not (IsResting("player")) and not (UnitIsAFK("player")) then --[[ refresh the Diseases on the target if there are less then 3 sec left (to be sure that it dont run out while a fight ]] local timeLeftToCastAgain = 3; local idDiseases={59879,59921} --[[ Blood Plague,Frost Fever ]] idDiseases[1]={59879,59921} --[[ Outbreak,Plague Strike ]] idDiseases[2]={77575,45462} --[[ Outbreak,Icy Touch ]] idDiseases[3]={77575,45477} local now=GetTime(); for i=1,3,1 do local spell=""; --[[local DiseaseFound=() NOT USED ]] for j=1,2,1 do spellname=GetSpellInfo(idDiseases[i][j]) local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("target",spellname); if (name==spellname) then local expireTimeLeft = expirationTime-now; DiseasesFound=idDiseases[i][j] if (expireTimeLeft < timeLeftToCastAgain) then if (IsUsableSpell(spellname)) then local start, duration, enable = GetSpellCooldown(spellname) if (duration==3) then CastSpellByName(spellname); spell=spellname; end end end break; end end if (DiseasesFound==0) then for j=1,2,1 do local spellname=GetSpellInfo(idDiseases[i][j]) if (IsUsableSpell(spellname)) then local start, duration, enable = GetSpellCooldown(spellname) if (duration==0) then CastSpellByName(spellname); spell=spellname; break; end end end end if not (spell=="") then print("Diseases: "..spell) result=true break; end end end result=(DiseasesFound>0) --[[ replace result=(diseased>0)]] Try it
  8. Like
    Bear T.O.E. reacted to Droidz in How do I make a Fightclasses into C code Scripting?   
    Hello,
     
    You cannot use C but you can use C#.net or VB.net for code FightClass.
     
    You can found sample here: 
     
    For use lua, you need to use Lua.LuaDoString("COMMAND", "VAR WITH RETURN VALUE"):
    string money = Lua.LuaDoString("money = GetMoney()", "money"); For an best sample of  fightclass you can look this code: Tnb_CombatClass.zip (it is thenoobbot fightclass, no wrobot, but code is similary).
  9. Like
    Bear T.O.E. got a reaction from Array in Keep flying into the sea and dying with no progress   
    Inside your WRobot directory there is a file Folder called Logs. Inside it is the log that will show an error if there is one. Can you share that log here for us? This is so Driodz can Look at it and tell you what my be wrong.
  10. Like
    Bear T.O.E. got a reaction from Droidz in Can you tell me why this isnt working?   
    Im going to try this today. And TY for the help. Ill edit this post to let you know if it is working.
  11. Like
    Bear T.O.E. reacted to Droidz in Useful links   
    Wow API:
    http://wowpedia.org/API (seem best, updated for WoD) http://wowprogramming.com/docs/api_categories http://www.wowwiki.com/World_of_Warcraft_API
  12. Like
    Bear T.O.E. reacted to Droidz in How would you put an pet ability to not cast or recast on???   
    Hello,   It is not possible for the moment, you can try to create custom your lua script, but it is no easy.
  13. Like
    Bear T.O.E. reacted to Droidz in Excluding certain nods   
    Hello,
     
    Add objects id in the blacklist.
     
    Go to tab "General Settings". Go to "Enter advanced settings..." Go to tab "Looting and Farming options" In the textbox "Don’t harvest object (one id by line)" copy this id: 209349 221542 214510 ( http://www.wowhead.com/object=209349 , http://www.wowhead.com/object=221542 , http://www.wowhead.com/object=214510 ) (object id is the number than contain wowhead url, in this url wowhead.com/object=209349  the id is 209349 and is an object)
  14. Like
    Bear T.O.E. got a reaction from Valakivi in WRobot & Wow-Robot   
    Im not sure.... But the source code might be the same code used to make each one. So that is why they look or feel similar. The main programmer might be use this code. But if this is the case these maybe similar but they are not the same.
  15. Like
    Bear T.O.E. reacted to Droidz in Settings window is empty.   
    Yes, to uninstall wrobot you need only to remove folder.   What is your wow FPS?   If FPS is very low you can get problem with wrobot (more your FPS is hight, more wrobot is reactive, 30 fps is good for WRobot but more than 30 is better), to gain FPS you can put low wow quality image, and low resolution (don't forget to use wow windows mode).
  16. Like
    Bear T.O.E. reacted to wikid in Sorry For Being away for a while, Major PC Issues   
    back up your games on a Ex HDD like me :) iv got about 13 tb of Ex HDD space... hint install only updates on /C: install everything else on an external so u can reload windows when ever need be :P
  17. Like
    Bear T.O.E. reacted to Droidz in Remember guys every time there is a new expansion!   
    Hello, Yes quests will probably edited. But when the beta will open, I'll update wrobot for this version, We'll can start to work on new quests before public release of WoD (if all is good, quest profiles for level 90 to 100  it will be ready the day of WoD release).
  18. Like
    Bear T.O.E. reacted to Droidz in Profile Converters?   
    Hello,   This tool is for convert the profiles of others bot to WRobot profiles (compatibility bot is written in the product).
  19. Like
    Bear T.O.E. reacted to Droidz in Tapatalk Support on forums (Android/IOS/BlackBerry)   
    Tapatalk
     
    Description
    Navigating online discussion forums has never been easier with Tapatalk.

    Discover robust online communities and stay connected with your favorite forums on-the-go with this award-winning mobile app. Tapatalk is the only mobile app combining over 50,000 internet communities in a streamlined mobile experience. Fast and accessible features allow you to read posts, share photos, and keep updated on private messages in all your forum communities within a single mobile app. 

    Tapatalk aggregates content from a network of communities that cover a wide variety of interests, from automotive to parenting, gardening to hiking - You will find a forum that matches your interests full of fellow enthusiasts that share your passion.
     

     

     

  20. Like
    Bear T.O.E. reacted to Droidz in WRobot 1.2.0 is released   
    Hello community,

    I have released new version of WRobot, the version 1.2.0.

    Interface colors change, and I have added two new products, Automaton (botting without profile) and Schedule (planning easy of bots at use when you are not here).

    You can read here others fix/add here of the new version.


  21. Like
    Bear T.O.E. got a reaction from Líchwrath in Anyone working on Alliance 1-90?   
    Good question.. But these profile take alot of work to make and take along time. So I would go ahead and buy the lifetime key and wait for the release. This community is pretty awesome at getting stuff done and answering questions.
  22. Like
    Bear T.O.E. reacted to whiteman7 in Pc Blue Screen   
    omg m8..this was an amazing info...thnx a lot, really both of u
  23. Like
    Bear T.O.E. got a reaction from whiteman7 in Pc Blue Screen   
    set Avast to ignore the .exe of the bot and set the Avast Firewall to allow the bot to connect to the internet.
     
     
    ignore:
     
    WRobot.exe
     
    WRobot Quick Launch.exe
     
    Update.exe
     
    Fight Class Editor.exe
     
    Also Start the game in Admin Mode running only in the 32 bit version. And Start the WRobot in Admin Mode.
     
    Plus you need to make sure you are not over clocking to the point of CPU Damage so like Driodz said run SpeedFan.
     
    Speed Fan Downlod: http://www.almico.com/speedfan.php
     
    Also Make sure that you are the latest video driver for your video card.
     
    AMD or ATI:  http://support.amd.com/en-us/download
    The Auto Detect and Update utility for AMD: http://support.amd.com/en-us/download/auto-detect-tool
     
    Nvidia: http://www.nvidia.co.uk/Download/index.aspx?lang=en-uk
    Auto Detect Nvidia Products: http://www.nvidia.com/Download/Scan.aspx?lang=en-gb
     
    Intel: https://downloadcenter.intel.com/default.aspx
    The Auto Detect and Update all INtell Devices: http://www.intel.com/p/en_US/support/detect
     
    I would also Suggest running this for you O.S.
     
    Windows 8 Manager : http://www.yamicsoft.com/windows8manager/index.html
     
    Windows 7 Manager: http://www.yamicsoft.com/windows7manager/index.html
     
    Windows Vista Manager: http://www.yamicsoft.com/vistamanager/index.html
     
    Windows XP Manager: http://www.yamicsoft.com/xpmanager/index.html
     
    As for the internet and optimizing that I would suggest running TCPOptimizer. And for speeding up the wat your computer talks to most and all gaming servers I would suggest running Leatrix Latency Fix.
     
    TCPOptimizer: http://www.speedguide.net/downloads.php
     
    Leatrix Latency Fix: http://www.leatrix.com/leatrix-latency-fix
     
    Ok so now hope I have helped you out man.
  24. Like
    Bear T.O.E. reacted to Bugreporter in Poison Management (a solution)   
    Sorry, i cant. I only post the (imho) best solution. If you want to get the old solution change only
     
     
    if (GetUnitSpeed("player") == 0) and not (UnitCastingInfo("player")) and not (UnitChannelInfo("player"))
     
    with
     
    if not (UnitCastingInfo("player"))
     
     
    GCD is simple to detect. Use Parameter "Is Spell usable" in the fight class editor.
     
    in lua try something like this
    local spellid=123456 --[[change to the ID-nr of the spell)]] local spellname=GetSpellInfo(spellid)                 if (IsUsableSpell(spellname)) then                     local start, duration, enable = GetSpellCooldown(spellname)                     if (duration==0) then                         CastSpellByName(spellname);                         spell=spellname;                         break;                     end                 end
  25. Like
    Bear T.O.E. reacted to Ohren in Warrior Wont Charge the Target.   
    Mind if I use your prot warrior as a benchmark for my prot warrior I am working on tonight (assuming I get time to fly to Halfhill to pick up a shield)?
×
×
  • Create New...