Jump to content

Droidz

Administrators
  • Posts

    12430
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz got a reaction from Bronson in Snippets codes for quest profiles   
    Dump all quests in "Quests log" with lua
    ret = ''; local numEntries, numQuests = GetNumQuestLogEntries(); for questLog = 1, numEntries do local questTitle, _, _, _, _, _, _, id = GetQuestLogTitle(questLog); if id > 0 and questTitle then local q = '\n================='; q = q .. '\n' .. tostring(questTitle) .. ' (' .. id .. ')'; local numObjectives = GetNumQuestLeaderBoards(questLog); for i=1,numObjectives do local description, objectiveType, isCompleted = GetQuestLogLeaderBoard(i,questLog); if description then q = q .. '\nObjective count: ' .. i .. ', Description: ' .. tostring(description) .. ', ObjectiveType: ' .. tostring(objectiveType) .. ', IsCompleted: ' .. tostring(isCompleted); end end q = q .. '\n================='; print(q); ret = ret .. q; end end Go to WRobot tab "Tools" > "Development Tools" > paste this lua code in textbox and click on button "Lua (return value in 'ret')"
  2. Like
    Droidz reacted to jjavier1 in Relogger Problem   
    I moved the Wow-64.exe into a different folder and NOW it's working! Thanks so much Droidz and keep up the great work as a programmer!
  3. Like
    Droidz got a reaction from gh0stfac3 in New Wow Version!   
    Hello, you can run current version of WRobot with new Wow version.
  4. Like
    Droidz got a reaction from Hapiguy in Milling not working!   
    still waiting, I'll try to release it today.
  5. Like
    Droidz got a reaction from BetterSister in My activity   
    Hello,
    Thanks for the message and thank you for all your help, you have improve WRobot. Thank you also for the support/contents give at the WRobot community.
  6. Like
    Droidz got a reaction from Ryocar in My activity   
    Hello,
    Thanks for the message and thank you for all your help, you have improve WRobot. Thank you also for the support/contents give at the WRobot community.
  7. Like
    Droidz reacted to BetterSister in My activity   
    Hello. As many of you already noticed that i haven't been too active lately i actually just graduated from school so I am now forest machine operator (specialized in forwarders) . 
    Next good thing is I'm starting to work fulltime since tomorrow and my boss said I'm allowed to work as much as i want so basicly you won't see me here anymore  or if I'll be here i won't have much time to work on any bot related projects... 
    It's been great time here but it is time for me to move on in my life. So yeah this is kinda a goodbye 
    About my Azsuna project, anyone who wants can continue with it using my "trial" profile from downloads section. Just remember that i used zygor with it ;) 
  8. Like
    Droidz got a reaction from ScripterQQ in [Battleground] It mounts before buffing   
    Hello, buff is managed by your fightclass, mount by WRobot product (it is not syncronised). You can try to increment 'Frame per second' in your fightclass.
  9. Like
    Droidz got a reaction from Bobbleswaggr in Freezes when getting attacked on sky golem   
    Hello, http://wrobot.eu/forums/topic/3832-bot-wont-attack-while-getting-node/ I'll try to resolve problems met with "Sky Golem" as soon as possible.
  10. Like
    Droidz got a reaction from Ryocar in Enchant Shoulder - Boon of the Scavenger    
    Hello, http://wrobot.eu/files/file/481-combine/
  11. Like
    Droidz reacted to camelot10 in Relogger with tons of alts   
    I just want to make quick tutorial how you can run multiple characters with wrobot and good profile. Its very usefull for farming daily/weekly instances, world quests or some grind farms. At this moment relogger have some issues with loading and running smoothly with multiple characters. I found working solution and make some tutorial.
    1. run Relogger.exe (wrobot folder)
    2. Add Task Queue and setup initial parameters

    3. Add "Switch Character" task

    4. Add "Run" task with blank.xml (grinder) (IMPORTANT)

    5. add Task with actual needed profile/product

     
    6. repeat steps 3, 4, 5 for all your character on all servers

    7. start task queue and goto sleep

     
  12. Like
    Droidz got a reaction from mercomy in Reloger   
    Hello, activate plugin in all your characters (launch WRobot manually one by one for it), and after you can use relogger with your plugin.
  13. Like
    Droidz got a reaction from dirtyjobs in Is it possible to make the party bot to harvest?   
    Hello,
    Wait next update. I have added option "Harvest nodes" at Party product.
  14. Like
    Droidz got a reaction from Suspect in 50FPS - Too high FPS?   
    Wait next update.
    To change max FPS, close all WRobot, open with notepad file "WRobot\Settings\WRobotGlobalSetting.xml" , and edit line with "<MaxFPS>50</MaxFPS>". Replace 50 by new value.
  15. Like
    Droidz got a reaction from mercomy in Class trainer   
    Use this plugin: TrainLevel.cs
    Currently, this plugin go to the trainer at level 5, 10 and 15. To change it, open file with notepad and line 14 replace "5, 10, 15" by "1, 2, 3, 4, 5, 6, 7" if you want go to trainer at the level 1, 2, 3, 4, 5, 6 and 7.
  16. Like
    Droidz got a reaction from da8ball in 50FPS - Too high FPS?   
    Wait next update.
    To change max FPS, close all WRobot, open with notepad file "WRobot\Settings\WRobotGlobalSetting.xml" , and edit line with "<MaxFPS>50</MaxFPS>". Replace 50 by new value.
  17. Like
    Droidz got a reaction from Jhin in Snippets of LUA codes (for FightClass)   
    Cast spell if the shift/ctrl/alt key is currently depressed
    LuaScript:
    For Shift:
    isKeyCurrentlyDown = IsShiftKeyDown(); For Ctrl:
    isKeyCurrentlyDown = IsControlKeyDown(); For Alt:
    isKeyCurrentlyDown = IsAltKeyDown(); Research:
    true Var:
    isKeyCurrentlyDown  
  18. Like
    Droidz got a reaction from rayleigh in Wow Crash   
    Hello, keep Windows updated, install   SlimDX and change the version of DirectX that wow uses (do not forget to restart Wow). You can also launch WRobot with shortcut "WRobot no dx".
    If you problem is not resovled please share your log file.
  19. Like
    Droidz got a reaction from mercomy in General setting   
    Hello, http://wrobot.eu/files/file/421-settings-backup/
  20. Like
    Droidz reacted to kirothius in Bot se met en pause avec Automaton ou Gatherer   
    Je viens de faire ce que vous avez demander, je relance le bot en automaton et vous tiens au courant.
  21. Like
    Droidz reacted to Benix in How to make big gold profit in legion for dummies ☻   
    Hi everyone,
    some of you just use WRobot for herb farming / skinning or just battleground for leveling honor. WRrobot is very great for farming yep ! But how make a decent amount of gold from farming ?
    1) Get a crafting profession + enchanting toon
    Enchanting, Leatherworking, Jewelcrafter or Alchemist, doesn't matter, best profit at the moment is Leatherworking for me.
    2) Do your quest line profession
    It's boring, I agree, take ~ 3 hours to complete everything, but when you complete your profession quest, you get this recipe (leatherworker example : http://www.wowhead.com/spell=194711 (785 wrist for only 9 stonehide leather) => better to craft this with rank 3 recipe because it cost less mats.
    3) Craft your blue gear (recipe rank 3 for less mats)
    Leatherworking: http://www.wowhead.com/spell=194711
    Inscription: http://www.wowhead.com/spell=192856/prophecy-tarot
    Jewelcrafting:  http://www.wowhead.com/spell=195928/azsunite-pendant
    Blacksmithing: http://www.wowhead.com/spell=182970
    4) Shuffle or disenchant
    All epics procs get from rank 3 recipe can be disenchant for chaos crystal 
    All blues procs get from rank 3 can be disenchant or be shuffle on obliterum forge (~ 2 ashs per items, it's a little bit longer for get 100, I will link a macro for shuffle) 
    Macro: /run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"YOURITEMNAME") then UseContainerItem(bag,slot) end end end 5) Profit !
    Sell your chaos crystal and your obliterium ore !
    Chaos crystal median price atm: https://theunderminejournal.com/#eu/archimonde/item/124442
    Obliterum mediam price atm: https://theunderminejournal.com/#eu/archimonde/item/124125
    Make around 200K / day

     
  22. Like
    Droidz reacted to kirothius in Bot se met en pause avec Automaton ou Gatherer   
    ok je le fait tourner et je vous fais ça.
     
  23. Like
    Droidz reacted to leehindle93 in Hightmountain - foxflower   
    In the process of making a profile for this. Is there a way to follow the fox, or would I need to skip it? (Massive souce of foxfloweR).
  24. Like
    Droidz got a reaction from blackbyte in Wow Patch 7.0.3 Build 22624   
    Hello,
    Current version of WRobot support Wow 7.0.3 (22624), no update required.
    Kind regards.
  25. Like
    Droidz reacted to AudreyH in Havebuff problem   
    Because the proc is
     
    Infusion of Light: ID=54149, Stack=1, TimeLeft=12747 ms, Owner=0000000007CAC6590815B80000000000, Flag=Duration, Negative, CasterLevel=110, Mask=117440591  
×
×
  • Create New...