Jump to content

Droidz

Administrators
  • Posts

    12432
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz reacted to alonzo83 in probléme connexion serveur   
    a non ces bon j'ai compris pourquoi j'ai pas mis en mode " trial "
  2. Like
    Droidz got a reaction from samwrai in How to avoid be afk   
    Hello,
    Try to activate option "Use Lua to Move" in advanced general settings.
  3. Like
    Droidz got a reaction from cuhara56 in Chat does not work   
    Hello,
    You cannot send message on "Trade" channel from tab chat, but you can use this custom profile: http://wrobot.eu/files/file/459-send-messages-bot/
  4. Like
    Droidz got a reaction from cuhara56 in Chat does not work   
    You can also use lua code: 
    SendChatMessage("Your message here", "CHANNEL", nil, 2); Replace text Your message here and put this code in "Dev tools" textbox (tab "tools"), and click on boutton "Lua code...".
  5. Like
    Droidz reacted to baileyppcli in not attacking target after starting to fish   
    just watched it for the last 10 mins and it's working smoothly. my character now engages the enemies!
    i'll continue to monitor it for the next hour or so just to make sure.
    ********Working as smooth as butter 0 deaths /hour
  6. Like
    Droidz got a reaction from baileyppcli in not attacking target after starting to fish   
    Ok, thank you.
    Can you try again with new WRobot update and tell me if problem is resolved.
  7. Like
    Droidz reacted to cuhara56 in Yardım!!   
    Arkadaşlar fikir danışmak için katılımlarınızı bekliyorum. Hepimiz ingilizce bilsekte burda herkes asıl taktiklerini paylaşmıyor. Birlikten kuvvet doğar. Gelin şurda yardımlaşalım goldlar yabancılara gitmesin.
  8. Like
    Droidz reacted to Fasuwa in Bug Wow a chaque lancement du bot   
    Désoler du dérangement en regardant les logs de plus plus j'ai vu une error Slim Dx je les donc remove puis réinstall le bot remarche merci quand même :D
  9. Like
    Droidz got a reaction from Erminwow in Wrobot for Pandawow 5.4.8   
    Hello,
    I am sorry but I cannot help you, he have a lot of change since WRobot for MoP.
    You can look this: http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=6551 , but the best way is to create fightclass in C# (more possibility).
    I'll soon get out versions of WRobot for private servers (is versions will have the last additions of WRobot),and then I could help you properly.
  10. Like
    Droidz reacted to KnightRyder in Possible to search for object?   
    omg perfect. thank you thank you thank you thank you thank you thank you 
  11. Like
    Droidz reacted to PierreDeRosette in Profil interagissant avec le bot. Possible ?   
    Juste pour looter une creature fraichement tuée lorsqu'on utilise wrotation.
    Tue a raison l'option que tu a rajoute fonctionne impeccable.
    Je ne l'avait pas vu car recente.
    Merci encore ^^
     
  12. Like
    Droidz got a reaction from PierreDeRosette in Druide equilibre && eclipse   
    Je viens de tester, et il est vrai que Eclipse renvoi un résultat incorrect.
    Tu peux utiliser ce code pour remplacer "ObjectManager.Me.Eclipse":
    var eclipse = Lua.LuaDoString<int>("return UnitPower('player',8)"); (le résultat est en -100 et 100: http://wow.gamepedia.com/PowerType )
     
    Normalement InTransfort devrait fonctionner, tu as aussi IsOnTaxi pour détecter si le joueur utilise un taxi, sinon il reste lua: http://wow.gamepedia.com/API_UnitUsingVehicle (tu veux dire quoi par transport ?)
     
    EDIT: Je viens de corriger le code, j'ai oublier de mettre le "return" devant "UnitPower"
  13. Like
    Droidz reacted to baileyppcli in Is it possible?   
    worked like a charm!! :D
  14. Like
    Droidz got a reaction from richmiller in Need help with pathing   
    Hello,
    I fixed problem in WRobot, to wait WRobot update, you can use this profile (code to fix problem is in first steps (in quest order)).
    Undead Quest FIXED.xml
  15. Like
    Droidz got a reaction from PierreDeRosette in WRotation en duel   
    C'est le code C#:
    bool cibleAttaquable = Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target')"); if (cibleAttaquable) { // ta rotation... } 
     
  16. Thanks
    Droidz got a reaction from youcolor in [Tutorial] - Create a Sucessfully FightClass Profile   
    Condition Number:
    Pet Health Percent -> Percent health of your pet (0 to 100)
    Target Health Percent -> Percent health of your current target (0 to 100)
    Health Percent -> Your Percent health (0 to 100)
    Combo Point -> Your combo point
    Mana -> Your mana
    Rage -> Your Rage
    Focus -> Your Focus
    Energy -> Your Energy
    Chi -> Your Chi
    Runes -> Your Runes
    Runic Power -> Your Runic Power
    Soul Shards -> Your Soul Shards
    Eclipse -> Your Eclipse
    Holy Power -> Your Holy Power
    Alternate -> Your Alternate
    Dark Force -> Your Dark Force
    Light Force -> Your Light Force
    Shadow Orbs -> Your Shadow Orbs
    Burning Embers -> Your Burning Embers
    Demonic Fury -> Your Demonic Fury
    Arcane Charges -> Your Arcane Charges
    Target Distance -> Distance between your character and your current target
    Distance Pet To Target -> Distance between your pet and your current target
    Distance Me To Pet -> Distance between your character and your pet
    Me Level -> Your level
    Target Level -> The level of your current target

    Condition Unit Near:
    Hostile Unit Near -> Number of npc hostiles in the radius selected (radius starting at the position of your character)
    Unit Attack Player Near -> Number of npc attacking your character in the radius selected (radius starting at the position of your character)
    Hostile Unit Near Target -> Number of npc hostiles in the radius selected (radius starting at the position of your current target)
    Unit Attack Player Near Target -> Number of npc attacking your character in the radius selected (radius starting at the position of your current target)

    Condition String Bool:
    Buff -> Check if your character has buff (buff name in english, case sensitive)
    Target Buff -> Check if your target has buff (debuff) (buff name in english, case sensitive)
    Pet Buff -> Check if your pet has buff (debuff) (buff name in english, case sensitive)
    Know Spell -> Check if your know selected spell (spell name in english, case sensitive)
    Is Spell Usable -> Check if your selected spell is usable (spell name in english, case sensitive)

    Condition Bool:
    In Battleground -> True if the current map is an Battleground
    Have Target -> True if your character has currently an target
    Have Pet -> True if your character has an pet
    Me In Combat -> True if your character is in fight
    Me In Move -> True if your character moving
    Target In Move -> True if your target moving
    Pet In Move -> True if your pet moving
    Target In Cast -> True if your target casting spell or using item
    Pet In Cast -> True if your pet casting spell or using item
    Me In Cast -> True if your character casting spell or using item
    Target Is Player -> True if your current target is an player
    Target Is Summoned -> True if your current target is summoned (sample: pet)
    Target Pet Is My Target -> True if your character and your pet have same target
    Target Targeting Me -> True if your current target has for target your character
    Target Targeting Me Or My Pet -> True if your current target has for target your character or your pet
    Target Targeting My Pet -> True if your current target has for target your pet
    Target Is Elite -> True if your current target is an npc elite
    Target Is World Boss -> True if your current target is an npc world boss
    Me Is Stunned -> True if your character is stunned
    Target Is Stunned -> True if your current target is stunned
    Pet Is Stunned -> True if your pet is stunned
    Me Is Swimming -> True if your character is swimming
    Target Is Swimming -> True if your current target is swimming
    Pet Is Swimming -> True if your pet is swimming
    Me Is Flying -> True if your character is flying
    Target Is Flying -> True if your current target is flying
    Pet Is Flying -> True if your pet is flying

    Condition String:
    C Sharp Code -> C#.net code with acces at wManager.dll and robotManager.dll (sample: ObjectManager.Me.HealthPercent < 70 && ObjectManager.Me.HealthPercent > 50)

    Condition Item Number:
    Item Count -> Number of items (by item id)

    Condition Lua:
    Lua Script -> Lua script (with wow lua API) (sample: )

    Condition Buff Stack:
    Buff Stack -> Number of stack by buff of your character (buff name in english, case sensitive)
    Buff Stack Target -> Number of stack by buff of your target (buff name in english, case sensitive)
    Buff Stack Pet -> Number of stack by buff of your pet (buff name in english, case sensitive)


    Samples conditions type here: 
     
     
    Spell no found / don't works, reply here: 
  17. Like
    Droidz got a reaction from jasminejp60 in herbalist Dont unmount when use GOLEM, HOW TO DO?   
    Hello,   I found it strange because this feature is already added:   If you can try to install wrobot in new folder, don't edit settings (edit only your flying mount and fightclass) and tell me if you have same problem.
  18. Like
    Droidz reacted to T0nd3m0na1 in Up to date Herb and Ore Profile   
    I haven't had time to test it yet, i'll have a go when I get home but thanks for the replies.
     
    Also, Fizzcrank, would you be willing to share your profile?
  19. Like
    Droidz reacted to Benix in bug grinder   
    Salut, quel profil utilises-tu ?
    Peux-tu nous mettre ton fichier de log ? (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/)
    Benix
     
  20. Like
    Droidz reacted to Nightstalker in German Translation finished   
    Hi,
    ich habe den Bot weiter ins deutsche übersetzt. Angefangen hat mit der Übersetztung:   By Wutzy
    Dieser hat allerdings im Jahre 2013 das letzte Update für die Übersetzung rausgebracht :(
    Also dachte ich mir, dass nach so vielen Jahren der Bot weiter ins Deutsche übersetzt werden können. Gesagt getan und nun ist er in die Deutschesprache übersetzt.
    Es gibt allerdings probleme mit den Buttons, daher diese meist zu klein sind um meine Übersetzung vollständig anzuzeigen, dass sollte aber kein großes Problem darstellen und ich werde darüber auch noch einmal mit dem Bot ersteller sprechen.
    Deutschesprache einstellen:
    1. Zieht meine .xml Datei in den Ordner WRobot -> Data -> Lang
    2. Nun startet ihr den Bot.
    3. Bei der Auswahl eurer Charakter ist unten links ein "T", daneber im Dropdown Menü wählt Ihr dann "Deutsch"
    fertig nun habt ihr WRobot auf deutsch. :)
    Deutsch.xml
  21. Like
    Droidz reacted to Crazy0 in [Job] Create community logo   
    Thanks for opinion mate.
    I created these projects when I had free time in job. I work with Photoshop about 7-9 years, but only in free time. This is my little hobby. Love to create flaty designs.
    I'm from Poland and I apologize for mah bad english. Yes, I using mainly Photoshop, but I try to learn Illustrator. Yeah it's Brush from Adobe (google translated brushname: "Round angle of low stiffness") & rest is created from shapes.
     
    mb like dat

  22. Like
    Droidz reacted to Crazy0 in [Job] Create community logo   
    Benix please check the new one :D
     
    (http://imgur.com/a/0pgwl)
     
  23. Like
    Droidz got a reaction from ejackson30 in Additions   
    Hello,
    Select product "Grinder" in "Main" tab. Go to tab "Product Settings". Click on button "Profile Creator". Click on "Open" and select the profile. Select (target) in game the mob at kill, and click on button "Add current target to mobs list at attack" (if it is multi zones profile, don't forget to select the zone at edit in listbox "Zones"). Don't forget to Save.
  24. Like
    Droidz got a reaction from Crazy0 in WOW upgrade from 20444 to 20490   
    Hello,
    You can use WRobot with Wow 6.2.2a (20490), it is small Wow update, WRobot does not need update for its support (WRobot has a system of automatic update for the small wow path).
  25. Like
    Droidz reacted to Crazy0 in [Job] Create community logo   
    Logo's album:
    http://imgur.com/a/nuuRF
    http://imgur.com/a/0pgwl
    And one more created today :)

     
×
×
  • Create New...