[BETA] WowRobot - Flying, Farm, Xp, Bg, Pvp - PPather Like menu

Shout-Out

User Tag List

Page 2 of 44 FirstFirst 123456 ... LastLast
Results 16 to 30 of 646
  1. #16
    Tracerv0's Avatar Member
    Reputation
    5
    Join Date
    Mar 2009
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shadowbrowser View Post
    Have it already like that, And a further note when my char kills something it wont target the next one
    i had that problem and went back and edited my waypoints and put the faction i wanted it to attack at the end and it started working correctly.

    [BETA] WowRobot - Flying, Farm, Xp, Bg, Pvp - PPather Like
  2. #17
    dirtyjudgement's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    readme.txt?

    where can i get some more info on how to use this proggie?

  3. #18
    dirtyjudgement's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dirtyjudgement View Post
    where can i get some more info on how to use this proggie?
    does this work on 64 vista?

    when i try to pick the process it just says 1700 - player name.

    cant pick anything else.

  4. #19
    Shadin's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    everytime i try to use it, it tells me to select a wow process and profile. how do i fix this?

  5. #20
    fwe's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some more info would be appreciated, how to keep buffs like fel armor and summon pet, etc.

  6. #21
    zebrakitty's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive tryed many things to get it to work but all it says when i launch is "dissconnected"

  7. #22
    spawnling's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is nice to use Ppather once again!
    Classes for bot would be nice!

  8. #23
    Tracerv0's Avatar Member
    Reputation
    5
    Join Date
    Mar 2009
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Come on guys this isn't that hard to figure out. The hardest part is making your on class profile and that isn't even that hard.

  9. #24
    spawnling's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't forget to Run as administrator and have .netframework 4.0 beta installed!

  10. #25
    fwe's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tracerv0 View Post
    Come on guys this isn't that hard to figure out. The hardest part is making your on class profile and that isn't even that hard.
    Okay, so I figured out buffing from translating the french texts, but how do I go about summoning a pet and casting soul link after the pet is summoned?

    My warlock class so far...
    It doesn't target mobs and pull them, it just sometimes happens to walk over mobs close enough that they agro, and then it kills it and loots it. Any ideas?
    Also, the pet + soul link would be highly appreciated.

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <Config_Fight xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <FightProfil>
    
    <Profil>
      <Range>30</Range>
        <Min_Level>1</Min_Level>
        <Max_Level>80</Max_Level>  
      
      <Type>Mana</Type>
      
      <Spell_Pull>
          <Name>Immolate</Name>
          <Key>3</Key>
          <Range>30</Range>
          <Cost>655</Cost>
          
          <Cooldown>0</Cooldown>
          <Duration>15</Duration>
          <Max_Health>100</Max_Health>
          <Max_Health_Target>100</Max_Health_Target>
      </Spell_Pull>
      
      <Spells_List>
        <Spell>
          <Name>Corruption</Name>
          <Key>9</Key>
          <Range>30</Range>
          <Cost>506</Cost>
          
          <Cooldown>0</Cooldown>
          <Duration>18</Duration>
          <Max_Health>100</Max_Health>
          <Max_Health_Target>100</Max_Health_Target>
        </Spell>
        <Spell>
          <Name>Searing Pain</Name>
          <Key>5</Key>
          <Range>30</Range>
          <Cost>308</Cost>
          
          <Cooldown>0</Cooldown>
          <Duration>0</Duration>
          <Max_Health>100</Max_Health>
          <Max_Health_Target>100</Max_Health_Target>
        </Spell>
      </Spells_List> 
    <Buffs_List> 
    	<Spell> 
    
           <Name>Fel Armor</Name> 
           <Key>7</Key> 
          <Cost>1079</Cost> 
           <Cooldown>1</Cooldown> 
           <Duration>1800</Duration> 
    
         </Spell> 
    
    
       </Buffs_List> 
    </Profil>
    
    
    
      </FightProfil>
    </Config_Fight>
    Last edited by fwe; 08-31-2009 at 11:11 PM.

  11. #26
    Shadowbrowser's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i do this faction list then? im struggling xD

  12. #27
    Tracerv0's Avatar Member
    Reputation
    5
    Join Date
    Mar 2009
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fwe View Post
    Okay, so I figured out buffing from translating the french texts, but how do I go about summoning a pet and casting soul link after the pet is summoned?

    My warlock class so far...
    It doesn't target mobs and pull them, it just sometimes happens to walk over mobs close enough that they agro, and then it kills it and loots it. Any ideas?
    Also, the pet + soul link would be highly appreciated.
    Try putting your pet and soul link in the buffs section? I'm posting from my phone so I can't test.

  13. #28
    Tracerv0's Avatar Member
    Reputation
    5
    Join Date
    Mar 2009
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Double post someone delete.
    Last edited by Tracerv0; 09-01-2009 at 12:54 AM.

  14. #29
    jackal94's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where can I download .net framework 4.0? i have googled it, nothing came up

  15. #30
    Shadowbrowser's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I struggled with that one ill see if i can find the website


    Could try : http://www.softpedia.com/get/Others/...ramework.shtml
    Last edited by Shadowbrowser; 09-01-2009 at 01:34 AM. Reason: Edit

Page 2 of 44 FirstFirst 123456 ... LastLast

Similar Threads

  1. Lazy bot mining flying farm - not picking nodes
    By HighDeath in forum WoW Bots Questions & Requests
    Replies: 12
    Last Post: 02-11-2016, 03:47 PM
  2. [Release] WowRobot - Free session 30 min - Archaeology, Leveling, Fly farm, Cheat, warden Prot
    By RivaLfr in forum World of Warcraft Bots and Programs
    Replies: 334
    Last Post: 12-26-2011, 01:34 PM
  3. [Selling] 85 UD Warrior PVP + EPIC FLY on WoW EU PvP-Realm (Germany)
    By leetnesspur in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 01-24-2011, 05:47 PM
  4. [Bot] WowRobot - Easy bot for Flying, Farm, Xp, Bg, Pvp - PPather Like
    By Rival-Fr in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 06-12-2010, 09:13 AM
  5. [Release] Basic Wotlk Beta style website with signup and pvp stats!
    By Hasbro in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 07-19-2008, 11:08 PM
All times are GMT -5. The time now is 06:09 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search