Jump to content

Droidz

Administrators
  • Posts

    12429
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz got a reaction from MrBottie in Taxi DB & Food/drink problem   
    Hello,
    1- Try Increment "Npc/Mailbox search radius" in advanced general settings.
    2 - You can edit/disable manually flightmaster in taxi database tab "tools" to fix problem (or disable taxi usage at the zone where you get problem).
     
  2. Like
    Droidz got a reaction from BetterSister in record button for questing?   
    Hello, I'm sorry but this idea is too complicated (almost impossible) to be implemented.
  3. Like
    Droidz got a reaction from Runaro in record button for questing?   
    Hello, I'm sorry but this idea is too complicated (almost impossible) to be implemented.
  4. Like
    Droidz got a reaction from dida1990 in Gather until nothing to gather in range   
    Hello, use this code:
    return wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(1234).Count <= 0; (replace 1234 by object entry id)
  5. Like
    Droidz got a reaction from krokonosh in Error during hook test.   
    Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=966 step 4, 6, 7, if your problem is not resolved please share your log file
  6. Like
    Droidz got a reaction from BetterSister in Disable PathFinding   
    Hello,
    wManager.wManagerSetting.CurrentSetting.UsePathsFinder = false; wManager.wManagerSetting.CurrentSetting.BlackListIfNotCompletePath = false;  
  7. Like
    Droidz got a reaction from bael666 in C_Timer.After Equivalent   
    Hello,
    http://wrobot.eu/forums/topic/2482-shadow-priest-void-tendrils-help/?do=findComment&comment=11419
  8. Like
    Droidz reacted to iMod in [Wotlk][Source] GetSpecialization   
    Since there is no method to get the specialization of the character in wotlk i took another way to find it out.
    It wont be 100% accurate if you use mixed talends but for the most spec's it should work.
    /// <summary> /// Returns the talent tree with the most invested points /// </summary> /// <returns>Returns the tree index</returns> public static int GetSpecialization() { KeyValuePair<int, int> highestPointTree = new KeyValuePair<int, int>(0, 0); // Process talent trees for (int i = 1; i <= 3; i++) { // Get current talent points int treePointValue = Lua.LuaDoString<int>($"local _, _, talentPoints = GetTalentTabInfo({i}); return talentPoints;"); // Bigger than old value? if (treePointValue > highestPointTree.Value) { // Set new value highestPointTree = new KeyValuePair<int, int>(i, treePointValue); } } // Return return highestPointTree.Key; } This will give you the the talent tree with the most invested points.
     
    Now you just need to define each talent tree based on the wow class
    For example DK:
    if(ObjectManager.Me.WowClass != WoWClass.DeathKnight) { throw new NotSupportedException("You need to be a DK to use this rotation."); } // Get the main talent tree int mainTalent = GetSpecialization(); // Choose the right rotation switch (mainTalent) { case 1: { // Set rotation this._rotation = new Blood(); Logging.WriteDebug("Choosing Blood rotation."); break; } case 2: { // Set rotation this._rotation = new Frost(); Logging.WriteDebug("Choosing Frost rotation."); break; } case 3: { // Set rotation this._rotation = new Unholy(); Logging.WriteDebug("Choosing Unholy rotation."); break; } default: { this._rotation = null; throw new NotSupportedException("Your spec is not supported."); } } This is just a small and fast coded example but hope it helps some ppl.
    Greez iMod
  9. Like
    Droidz got a reaction from BetterSister in Start quest from BagItem   
    hello, 

  10. Like
    Droidz got a reaction from kodec in Any chance for TBC support?   
    I continue to work on it, I need to finish to correct Quests and PVP API. I think release the beta version this weekend or during next week.
  11. Like
    Droidz got a reaction from kodec in Newsletter   
    Hello, thank you for suggestion.
    ps: you can found news here: http://wrobot.eu/articles/news/
  12. Like
    Droidz got a reaction from flyingyan in Move without navi mesh.   
    Hello, I comeback here when is fixed, if you can share your logfile please.
  13. Like
    Droidz reacted to dida1990 in I WANT YOU [free awesome sick extraordinary Fight Class]   
    Found every class (credits to  [email protected])
    I start with my project next week after a short trip.
     
     
    Where do I want you for?
    I want to create and test sick Fight-Classes for 3.3.5a High-Ende/Level 80.
    The only problem is that I got knowledge in creating Fight-Classes but got no Level 80 character 
    So if you are intrested you can write me your Skype-Name so we can arrange a metting at teamviewer.
    If you got trust in me you can also send me your account data and realm and tell me when i can go online and on which character.
    Side note: Even if I want to change your password (what I absolutely will NOT do), I can just do it with your email adress (which I don't want from you)
     
    What are your benefits?
    Later on I want to offer these Fight-Classes just to paying users and you will get it for free.
    In addition you are a beta-tester (if you want to) and get early working versions for starting your own awesome botting-career.
     
    Which class you should have?
    Currently I still need the following classes
    Warrior 
    Warlock
    Mage
    Rogue
    Hunter
    Paladin
    Death Knight
    Druid
    Priest
    Shaman
    found every class :)
    credits to  [email protected]
     
     
     
    What are my goals?
    I am aiming for a sick roation, checking for every condition needed to get out the most damage per second / most healing per second / most tankiness, you have ever imagined.
    So I will make a damage, a healing and a tanking rotation (depends on the class for sure).
     
    What should you bring along:
    Obviously you should have one of the classes above at level 80.
    Furthermore you should have Skype and Teamviewer (can be installed and deinstalled for every session, because WRobot doesn't like it)
    In addition I need some of your time for testing and giving feedback.
    You should be very critical, because we want to get the most out of this Fight-Classes.
    You should be able to communicate in english (just understandable, my spoken english is not the best either )
     
    More about myself:
    My name is Sören and I am 23 years old.
    Currently I am studying Informatics at a university in Germany.
    I am here at WRobot for a bit more than a month and want to get this site into the TOP of the botting-list.
     
    If you still have any questions left, feel free to write a comment or send me a personal message. I will anwser as soon as possible (normally I am avaiable the whole day)
     
     
  14. Like
    Droidz got a reaction from Inspyr in [How To] Easy quests editor - Base   
    Easy Quests Editor
     
    For create profile with "Easy quests editor", select quester product, click on "Start" and click on button "Easy profiles creator".
     
    Tools:
    Quests editor: Here you can found quests information and what objectives WRobot need to executes (quest id, mobs position, object at pickup). Quests order editor: Here is steps of your profile, (quete1 > Pickup quest | quete2 > Pickup quest | quete2 > Pulse objective | queste1 > Pulse objective | quete1 > Turin quest | ….) NPC quests giver editor: List of Npc where you finish/start quests, this contains information about Npc (position, quests start, quests end). Others tools is optional. How works quests profile?
    I'll do a summary. So profiles are in 3 parts (Quests / Npc quests givers / list of steps order).
    WRobot reads as:
    Reading quests order |Read « Quest1>Pickup » (step 1). Search quest in list of quests | Take id of Quest1. Search in Npc quests giver which Npc starting Quest1 by quest id. WRobot go to Npc and accept Quest1. Next step, reading quest order | Read « Quest1>Pulse » (step 2). Search quest in list of quests | Pulse objective of Quest1. …. I hope it will help you to better understand how works quests profile and WRobot.
    Next tutorial:
    For continued this tutorial watch this video: http://wrobot.eu/forums/topic/3323-quest-profile-creation-video-tutorial/ (old video: http://youtu.be/NtX9WYeFwhk )
     
    If you want more information or you have a problem with a quest, post a message on MMORobot forum, tutorials more full should happen.
     
    You can found profile sample
  15. Like
    Droidz got a reaction from BetterSister in [Fight Class] Check for Item in bag   
    You can also use condition "Item Count":
     
  16. Like
    Droidz got a reaction from dida1990 in [Fight Class] Check for Item in bag   
    You can also use condition "Item Count":
     
  17. Like
    Droidz got a reaction from dida1990 in [Fight Class] Check for Item in bag   
    Hello, why not use http://wowwiki.wikia.com/wiki/API_GetItemCount like this:
    ret = GetItemCount(6265) > 0; You use it like this in your fightclass:
     
  18. Like
    Droidz reacted to Samy in Fosse de Saron   
    Super, ça marche impeccable avec " Harvest Objects "
    Merci pour la solution. 
  19. Like
    Droidz reacted to Seumas in Mobs in Pet Battle   
    I'm on the ground the bot will just keep clicking the pet it wants to fight and ignore the mob attacking me for a few mins. Here is the log from when the bot first tried to start a pet battle until it killed the spider.
     
    12:24:11 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
    [N] 12:24:11 - [Path-Finding] Path Count: 2
    12:24:18 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
    [N] 12:24:18 - [Path-Finding] Path Count: 2
    12:24:22 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
    [N] 12:24:22 - [Path-Finding] Path Count: 2
    12:24:25 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
    [N] 12:24:25 - [Path-Finding] Path Count: 2
    12:24:29 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
    [N] 12:24:29 - [Path-Finding] Path Count: 2
    12:24:33 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
    [N] 12:24:33 - [Path-Finding] Path Count: 2
    12:24:37 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
    [N] 12:24:37 - [Path-Finding] Path Count: 2
    12:24:40 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
    [N] 12:24:40 - [Path-Finding] Path Count: 2
    12:24:44 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
    [N] 12:24:44 - [Path-Finding] Path Count: 2
    12:24:45 - [Fight] Player Attacked by Frostspinner Spider (lvl 90)
    [F] 12:24:46 - [Spell] Cast Blessing of Might (Blessing of Might)
    [F] 12:24:47 - [Spell] Cast Rebuke (Rebuke)
    [F] 12:24:47 - [Spell] Cast Exorcism (Exorcism)
    12:24:48 - [Looting] Loot Frostspinner Spider
    12:24:50 - [FightPetBattle] Player Attack Icespine Hatchling (lvl 1)
  20. Like
    Droidz reacted to NvD in Turn in quest from popup   
    thanks, i will try it with the next popup quest and get back to you :)
  21. Like
    Droidz got a reaction from Pudge in Run Macro with C#   
    Hello, to run lua macro use this c# code:
    wManager.Wow.Helpers.Lua.RunMacroText("/cast SpelName"); And to fix your problem with intellisense add in project references "wManager.dll" and "robotManager.dll".
  22. Like
    Droidz got a reaction from Bear T.O.E. in Zygor to quester profile help   
    Hello,   You cannot convert Zygor to a wrobot profile.   In quest tools, you have a tool to convert of zygor the order of quests and objectives but you need to complete a lot of informations manually (this tool can gain time). 
  23. Like
    Droidz got a reaction from Bear T.O.E. in Zygor to quester profile help   
    Hello,
    Select product "Quester" > "Product Settings" > "Easy profiles creator" > "Tools" > "Helper Tools" > click on button "Zygor to Easy Quests Profile..."
    (you need to fix manually profile, he miss a lot of informations)
  24. Like
    Droidz got a reaction from nxpert in New update broke bot   
    Hello, sorry, problem resolved.
  25. Like
    Droidz got a reaction from dirtyjobs in New update broke bot   
    Hello, sorry, problem resolved.
×
×
  • Create New...