Jump to content

eeny

Elite user
  • Posts

    987
  • Joined

  • Last visited

Reputation Activity

  1. Like
    eeny got a reaction from Garub in Fight Class Tutorial Video   
    Ok, this is a MASSIVE subject that cant be done justice in an 8 minute youtube video... but this should get some people started.
     
  2. Like
    eeny got a reaction from kilimich in Relogger Tutorial Video   
  3. Like
    eeny reacted to beklyn in Vanilla Client CPU Usage   
    Get Dxtory and limit WoW to like 15fps
  4. Like
    eeny reacted to Lord in (Bug) Resurecting instant with timer om   
    Its a bug from Elyisum i think.
    On a NON bot account, i died at my first time on a pack of trash. Then when i come back, they was a timer. I just clicked no matter the timer, & i was alive. Conclusion, Elysium issue :D
  5. Like
    eeny reacted to RonSwanson in Stutter Moving - Vanilla   
    @Droidz Hey I know there is a post below about the stutter move but we are on very different time zones so I am hoping to get your attention so I can patch my bot when I wake up. Ever since the most recent patch to the vanilla bot, the stuttering is out outrageous. Its not possible to bot as is as you just stutter move between each hotspot and waypoint. It was fine for me a few days ago but whatever was updated in the most recent update really broke the movement.
    Looks just like this: http://sendvid.com/mwkvu4k0
    Thank you for all your hard work and I hope this can be fixed soon (:
  6. Like
    eeny got a reaction from Reaper666 in Profile crossover   
    You are going to need to convert the profiles.  With the WRobot conversion tool I think the outcome is dependant on the type of profile, grinder, gatherer or quester.
    If you look at the structure of the XML files grinder and gatherer are easy.  Usually its just a bunch of co-ordinates(Vectors)  to make the path and if its a grinder there will be a section of the XML file that has the NPC ID's for the mobs you want to attack...  For gatherer / grinder i would expect the conversion tool to work fine.
     
    Quester is a different story.  all the HB profiles i have seen that are worth a damn are shipped with custom "plugin packages".  The profile actually calls that plugin to change the way the bot works for that quest pulse.  Obviously without the plugin package you are in trouble.  On top of this- it will require a load of 'code sanitation' as the HB profiles have a lot more steps that wrobot doesnt use.  My experience with HB quest conversion was a 1-60 profile.. i had a function Wrobot 1-60 quester with ~1300 steps... the converted HB profile had just over 4000... it was probably easy to just remake the quest profile rather than try to get the converted file to work with all the debug it would take.
     
    post a link to the HB profiles you have- maybe we can get some of them working..
     
  7. Like
    eeny reacted to Reaper666 in maybe a new user.   
    gathering profiles are pretty simple to make. There are also some Free and Paid profiles. But I also do recommend making your own.
  8. Like
    eeny got a reaction from Reaper666 in Selling gold question   
    http://wrobot.eu/forums/forum/44-black-market/  has some gold seller reviews.
     
    I just go to http://www.ownedcore.com/forums/mmo-trading-market/world-of-warcraft-buy-sell-trade/ and look at people who have posted in the last hour that want to buy gold.  make sure they have a good transaction record ( over 100 transactions and >98% positive).  then i just ping them on skype usually something along the lines of:

    "Hello, i have 2 million gold on XXXSERVERXXX horde/alliance that i would like to sell.  I would like to know if you would like to buy it and your current rate.  Would prefer F2F trade and paypal payment.  is this possible?  Thanks."
    take it from there...  they will ask you to trade gold with their character in game BEFORE they pay you.   thus its important they have good ownedcore rep and trade history.
    once they have the gold they will ask for your account / paypal and pay you.  
  9. Like
    eeny got a reaction from Reaper666 in Selling gold question   
    **anyone- please correct any info below if its incorrect**
    The players here are the "gold farmers" and the "gold sellers".
    "Gold farmers" - Us ( for the most part).  We probably farm a on few servers and once we have a substantial amount of gold we contact a "gold seller" to buy from us.
    Most good Gold seller's will be online in skype 100% of the time.  Its likely 3-4 people doing shifts for coverage.  Some are NOT 24/7 and you will see them in ownedcore saying "online for next X hours".  In my experience most gold sellers i talk to are based in Korea or Hong Kong and will respond within a few minutes of a syke ping.  Always good to have a few trusted sellers on your Skype list and just check ownedcore to see who said they were available last.
    The "gold seller" setup is a bit more complex. Generally they hide their millions in guild banks.  That way they can 'transfer' gold to different servers by making a lvl 1 toon on the same battlegroup as the bank, and simply inviting the new character to the guild  depositing / withdrawing gold from that char.  By doing it this way they dont need to have a character on every server, jut one per battlegroup.
    Generally these Gold Sellers do not farm gold.  They buy from the suppliers (Me) at one rate and sell to the public at an inflated rate.  As nighstalker said.
    If they need to do a Face2Face (F2F) trade on a sever they dont have a toon on, they will make a lvl 1and invite it to the guild.  Once they confirm payment has come through, the lvl 1 toon will withdraw the gold and trade to you.  lvl 1 char the Gquits and is deleted.  reverse this process if you are selling gold to the seller.
     
    Sidenote: While selling gold direct to the public will give you better $$ per Kgold, the risk isn't worth it IMO.  I always sell to a professional gold seller over the risk of someone withdrawing the Paypal payment after the trade.  Also, bans / trolls / griefers / scammers...I'll lose out on the 0.03 USD per K to not deal with that  bullshit.
  10. Like
    eeny reacted to Droidz in stuck at selling   
    Wait next update, I have added new option "AcceptOnlyProfileNpc", to active it for session run this C# code:
    wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true; When you put 'True' at 'AcceptOnlyProfileNpc' WRobot use only NPCs of current profile.
    If you add NPC manually dont forget to put 'true' at the arg 'currentProfileNpc':
    wManager.Wow.Helpers.NpcDB.AddNpc(Npc npc, bool save, bool currentProfileNpc);  
  11. Like
    eeny got a reaction from Droidz in stuck at selling   
    Hate to Necro but I think this is a valid issue that still needs to be looked at.
    While I agree 99% of the time that the default NPC-DB works perfectly.  There are some zones / phases where it is incorrect.  I think what @Dreamful is asking is needed in the bot, AKA: the ability to disable the NPC-DB without getting users to delete a file in their install they will need later for other profiles.
    This should not be a default option- if it's used, it should come down to the profile creator to populate all vendors for the bot profile.
    Ideally ,a profile creator would be able to run a wrobot runcode pulse to turn off the NPC vendor DB for the profile, at which point the bot will only use the vendors defined within the profile by the writer.
  12. Like
    eeny got a reaction from Phaibooty in WoD farm bots   
    This subject hasn't been directly addressed in a while.  While it is obvious with todays market that Legion herb / skin / mine bots are what will make you the most Gold Per Hour. There inst much to be said on this forum about WoD bots (non legion bots).
    The following was based on my server economy and token prices- yours may vary.
    $15 USD ( or less if your lucky) isn't much to get started with WoW botting.  Once you start a bot on an account- you essentially say " bye bye " to it... so 15 USD inst bad for a little experiment.  Since the 7.1 banwave rolled in- this is the WoW game I have been playing.
    getting started:
    This is rough- you want to level as fast as possible. Once you buy the game you have 30 days to scrape together enough gold for the 30 day WoW token.... unless you want to pay $$ for another 30 day sub.  I Honestly struggled here.  I started levelling two bots per account with relogger swapping between them and at ~ lvl 65 trimmed it down to 1 bot per acc with sped things up nicely.  Still, this was just after the 7.1 banwave so i was taking it slow.  It took ~9 out of the 30 days of staggered play to get to lvl 80 (using my horde levelling profile).
    Gold farming LVL 80-85
    Once you hit lvl 80 you start making some OK gold. You should have ~5K from pre CATA levelling.  In CATA I set the bot to sell EVERTHING with the exception of:
    Embersilk Cloth
    Volatile Earth
    Really... nothing else sold on my Mid Pop Oceanic server AH.  Still the 'man hours' of posting auctions at any level is substantial. I made a few K from lvling, however no-where near the rate that was going to buy me a WoW token at the end of the month.
    Gold farming LVL 85-90
    Pandaria: there is a LOT of gold to be made here... just at lvl 85 you cant make it yet.  I went the Mining / Herb route and found only Mining was worth a damn.  Even then it was VERY easy to saturate the AH market with botted ores.   http://www.wowhead.com/item=89112/mote-of-harmony is your friend here.  Its 'hard'/tedious to farm so people buy it from the AH and its hovering around 10 gold per mote (100G for a spirit).  motes were easy money- and the mobs drop decent vendor trash too which gives a bump to the GPH.
    I hit 90 (bought pandaria flying) and ran Seu's ore gatherer for a night ~6-8 hrs.  Its a seriously good profile which netted me just over 1000 ghost iron ore which I cycled through the AH over a few days.  10K towards the token.
    Gold farming 90-98
    I Took levelling as a priority in this bracket.  I left the bots in grind loops of mobs that drop http://www.wowhead.com/item=111557/sumptuous-fur .  Sells very stably at ~2g per unit on my server ( thanks to the bag market).  Never had much issue shifting units though the AH on my bank toon.  With the fur and drops bots were running at 600G / hour at this point which was nice.
    Gold farming 98-100+
    This is where "Meatgut needs needs bones" comes in.  its just like farming sumptuous fur, except each bone is 0.35G.  Most mobs drop 1-3 bones so it bumps up the GPH nicely.  at this point I was running my BM hunter and Feral druid at 550-650 gold per hour.
     
     
    In the first month I just scraped by.  Both accounts got their 30 day WoW token @56K gold a pop with a few K to spare.  the next month is looking good as both acc's have a lvl 100 to farm the gold for the next token.  Still im yet to have a substantial 'return on investment' to my main account.
    Gold farming at lvl 100.
    Balance is key here.  unfortunately: balance requires a LOT of human intervention with the bot...  Im currently cycling 4 profiles on each bot on my 2 accounts.  On a good day i may pull in ~ 10K per account while botting 6-8 hours.  On a normal day its in the realm of 5-6K.
    I'm lvling up other bots so i can have each bot tied to a specific profile, which will stop me manually swapping profiles. however to do that i will need 3 lvl 100's per account so at this time i just swap the profile out each night.
    The 4 profiles im Currently using are
    - Isle of giants by XCow.  Easy to farm a few thousand bones and throw them n the AH.  they dont sell quick, but people will often buy them in the 1000's when they do.
    - Stonecore goldfarmer by Eeny.  just RAW stable gold.  Even without AH'ing the Embersilk or Volatile fire its 700-800G an hour from boss / vendor trash.
    - Meatgut needs Bones- by Droidz.  Once agin easy stable money and very solid AFK-able profile 550-650g/ hour.  More once you factor in putting Sumptuous fur through the AH. 
    - Seu's Ore Gatherer- by Suemas.  Solid profile buy cant run 100% of the time due to AH saturation.  I run it once every few days after my Auctions sell.  Amazing GPH, just not sustainable.
     
     
     
    Conclusion:
    this was a bit of fun, however If you do this you will be waiting 30 days + before you see any real return of gold to your man account.  If you are looking to make gold to sell to gold buyers- stick to lgion farming.  if you want a low cost / low return gold stream for your main account.  WoD bots are a bit of fun and cheap if you get a ban.
     
    If anyone has any additions / tips / tricks let me know and ill add them.
  13. Like
    eeny got a reaction from hoschi68 in WoD farm bots   
    This subject hasn't been directly addressed in a while.  While it is obvious with todays market that Legion herb / skin / mine bots are what will make you the most Gold Per Hour. There inst much to be said on this forum about WoD bots (non legion bots).
    The following was based on my server economy and token prices- yours may vary.
    $15 USD ( or less if your lucky) isn't much to get started with WoW botting.  Once you start a bot on an account- you essentially say " bye bye " to it... so 15 USD inst bad for a little experiment.  Since the 7.1 banwave rolled in- this is the WoW game I have been playing.
    getting started:
    This is rough- you want to level as fast as possible. Once you buy the game you have 30 days to scrape together enough gold for the 30 day WoW token.... unless you want to pay $$ for another 30 day sub.  I Honestly struggled here.  I started levelling two bots per account with relogger swapping between them and at ~ lvl 65 trimmed it down to 1 bot per acc with sped things up nicely.  Still, this was just after the 7.1 banwave so i was taking it slow.  It took ~9 out of the 30 days of staggered play to get to lvl 80 (using my horde levelling profile).
    Gold farming LVL 80-85
    Once you hit lvl 80 you start making some OK gold. You should have ~5K from pre CATA levelling.  In CATA I set the bot to sell EVERTHING with the exception of:
    Embersilk Cloth
    Volatile Earth
    Really... nothing else sold on my Mid Pop Oceanic server AH.  Still the 'man hours' of posting auctions at any level is substantial. I made a few K from lvling, however no-where near the rate that was going to buy me a WoW token at the end of the month.
    Gold farming LVL 85-90
    Pandaria: there is a LOT of gold to be made here... just at lvl 85 you cant make it yet.  I went the Mining / Herb route and found only Mining was worth a damn.  Even then it was VERY easy to saturate the AH market with botted ores.   http://www.wowhead.com/item=89112/mote-of-harmony is your friend here.  Its 'hard'/tedious to farm so people buy it from the AH and its hovering around 10 gold per mote (100G for a spirit).  motes were easy money- and the mobs drop decent vendor trash too which gives a bump to the GPH.
    I hit 90 (bought pandaria flying) and ran Seu's ore gatherer for a night ~6-8 hrs.  Its a seriously good profile which netted me just over 1000 ghost iron ore which I cycled through the AH over a few days.  10K towards the token.
    Gold farming 90-98
    I Took levelling as a priority in this bracket.  I left the bots in grind loops of mobs that drop http://www.wowhead.com/item=111557/sumptuous-fur .  Sells very stably at ~2g per unit on my server ( thanks to the bag market).  Never had much issue shifting units though the AH on my bank toon.  With the fur and drops bots were running at 600G / hour at this point which was nice.
    Gold farming 98-100+
    This is where "Meatgut needs needs bones" comes in.  its just like farming sumptuous fur, except each bone is 0.35G.  Most mobs drop 1-3 bones so it bumps up the GPH nicely.  at this point I was running my BM hunter and Feral druid at 550-650 gold per hour.
     
     
    In the first month I just scraped by.  Both accounts got their 30 day WoW token @56K gold a pop with a few K to spare.  the next month is looking good as both acc's have a lvl 100 to farm the gold for the next token.  Still im yet to have a substantial 'return on investment' to my main account.
    Gold farming at lvl 100.
    Balance is key here.  unfortunately: balance requires a LOT of human intervention with the bot...  Im currently cycling 4 profiles on each bot on my 2 accounts.  On a good day i may pull in ~ 10K per account while botting 6-8 hours.  On a normal day its in the realm of 5-6K.
    I'm lvling up other bots so i can have each bot tied to a specific profile, which will stop me manually swapping profiles. however to do that i will need 3 lvl 100's per account so at this time i just swap the profile out each night.
    The 4 profiles im Currently using are
    - Isle of giants by XCow.  Easy to farm a few thousand bones and throw them n the AH.  they dont sell quick, but people will often buy them in the 1000's when they do.
    - Stonecore goldfarmer by Eeny.  just RAW stable gold.  Even without AH'ing the Embersilk or Volatile fire its 700-800G an hour from boss / vendor trash.
    - Meatgut needs Bones- by Droidz.  Once agin easy stable money and very solid AFK-able profile 550-650g/ hour.  More once you factor in putting Sumptuous fur through the AH. 
    - Seu's Ore Gatherer- by Suemas.  Solid profile buy cant run 100% of the time due to AH saturation.  I run it once every few days after my Auctions sell.  Amazing GPH, just not sustainable.
     
     
     
    Conclusion:
    this was a bit of fun, however If you do this you will be waiting 30 days + before you see any real return of gold to your man account.  If you are looking to make gold to sell to gold buyers- stick to lgion farming.  if you want a low cost / low return gold stream for your main account.  WoD bots are a bit of fun and cheap if you get a ban.
     
    If anyone has any additions / tips / tricks let me know and ill add them.
  14. Like
    eeny reacted to Reaper666 in how to set up selling items?   
    When you have the bot open, go to General Settings and you'll find Advanced Settings at the bottom right.
  15. Like
    eeny reacted to inselmann in (Workaround) Zeppelin to Northrend 100% afk-able   
    Hi guys,
    my english is not so good. So excuse me. German is my native language.
    I want to share my method to use the zep to northrend 100% afkable.
    If you are lucky you are in a few minutes in northrend if unlucky it takes 20minutes :-)
    But it is working when you are away from your computer.
    First: We need fly skills!
    Lets automate buying fly skills for your character in burning crusade.
    (We start in bc after getting lvl 70 nagrand grind, we go back to thrallmar and go to flight trainer)
    We can automate everything:
        <QuestsSorted Action="None" NameClass="Fliegen lernen" />
        <QuestsSorted Action="RunCode" NameClass="var position = new Vector3(45.09895f, 2741.531f, 85.17036f);&#xD;&#xA;int npcEntryId = 35093;&#xD;&#xA;&#xD;&#xA;if (!ObjectManager.Me.IsOnTaxi)&#xD;&#xA;{&#xD;&#xA;    if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))&#xD;&#xA;    {&#xD;&#xA;        Usefuls.SelectGossipOption(GossipOptionsType.taxi);&#xD;&#xA;    }&#xD;&#xA;}" />
        <QuestsSorted Action="Wait" NameClass="1000" />
        <QuestsSorted Action="RunCode" NameClass="var position = new Vector3(45.09895f, 2741.531f, 85.17036f);&#xD;&#xA;int npcEntryId = 35093;&#xD;&#xA;&#xD;&#xA;if (!ObjectManager.Me.IsOnTaxi)&#xD;&#xA;{&#xD;&#xA;    if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))&#xD;&#xA;    {&#xD;&#xA;        Usefuls.SelectGossipOption(GossipOptionsType.taxi);&#xD;&#xA;    }&#xD;&#xA;}" />
        <QuestsSorted Action="Wait" NameClass="2000" />
        <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText (&quot;/click ClassTrainerScrollFrameButton3&quot;);" />
        <QuestsSorted Action="Wait" NameClass="2000" />
        <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText (&quot;/click ClassTrainerTrainButton&quot;);" />
        <QuestsSorted Action="Wait" NameClass="2000" />
        <QuestsSorted Action="RunCode" NameClass="var position = new Vector3(45.09895f, 2741.531f, 85.17036f);&#xD;&#xA;int npcEntryId = 35093;&#xD;&#xA;&#xD;&#xA;if (!ObjectManager.Me.IsOnTaxi)&#xD;&#xA;{&#xD;&#xA;    if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))&#xD;&#xA;    {&#xD;&#xA;        Usefuls.SelectGossipOption(GossipOptionsType.taxi);&#xD;&#xA;    }&#xD;&#xA;}" />
        <QuestsSorted Action="Wait" NameClass="1000" />
        <QuestsSorted Action="RunCode" NameClass="var position = new Vector3(45.09895f, 2741.531f, 85.17036f);&#xD;&#xA;int npcEntryId = 35093;&#xD;&#xA;&#xD;&#xA;if (!ObjectManager.Me.IsOnTaxi)&#xD;&#xA;{&#xD;&#xA;    if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))&#xD;&#xA;    {&#xD;&#xA;        Usefuls.SelectGossipOption(GossipOptionsType.taxi);&#xD;&#xA;    }&#xD;&#xA;}" />
        <QuestsSorted Action="Wait" NameClass="2000" />
        <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText (&quot;/click ClassTrainerScrollFrameButton2&quot;);" />
        <QuestsSorted Action="Wait" NameClass="2000" />
        <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText (&quot;/click ClassTrainerTrainButton&quot;);" />
        <QuestsSorted Action="Wait" NameClass="2000" />
        <QuestsSorted Action="RunCode" NameClass="var position = new Vector3(45.09895f, 2741.531f, 85.17036f);&#xD;&#xA;int npcEntryId = 35093;&#xD;&#xA;&#xD;&#xA;if (!ObjectManager.Me.IsOnTaxi)&#xD;&#xA;{&#xD;&#xA;    if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))&#xD;&#xA;    {&#xD;&#xA;        Usefuls.SelectGossipOption(GossipOptionsType.taxi);&#xD;&#xA;    }&#xD;&#xA;}" />
        <QuestsSorted Action="Wait" NameClass="1000" />
        <QuestsSorted Action="RunCode" NameClass="var position = new Vector3(45.09895f, 2741.531f, 85.17036f);&#xD;&#xA;int npcEntryId = 35093;&#xD;&#xA;&#xD;&#xA;if (!ObjectManager.Me.IsOnTaxi)&#xD;&#xA;{&#xD;&#xA;    if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId))&#xD;&#xA;    {&#xD;&#xA;        Usefuls.SelectGossipOption(GossipOptionsType.taxi);&#xD;&#xA;    }&#xD;&#xA;}" />
        <QuestsSorted Action="Wait" NameClass="2000" />
        <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText (&quot;/click ClassTrainerScrollFrameButton1&quot;);" />
        <QuestsSorted Action="Wait" NameClass="2000" />
        <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText (&quot;/click ClassTrainerTrainButton&quot;);" />
        <QuestsSorted Action="Wait" NameClass="2000" />
     
    then i use my heartstone to orgrimmar, back in orgrimmar i fly in the middle of the zep area
    The zep has NO mesh, you CAN NOT walk there and the npcs on the zep are not useable at all.
    First of all right now the zep from orgrimmar to borean tundra is bugged, it flies to the mountain and stopps there.
    At least for me, so i have to use the zep to undercity and from there to northrend. (2x zep :-) )
    I dont share my exact code because it looks not good if everybody uses it.
    You have to write your own code for the flying part.
    So we make a workaround:
    We can not go directly on the zep, we fly at the back of the zep (it is important so we can get out of the zep
    later) and there we dismount. Now we are on the zep :-)
    The hard part was to determine how to repeat and succesfully get on it.
    So we use a while condition, it checks for local coordinates and repeats if we fail:
        <QuestsSorted Action="None" NameClass="project zep" />
        <QuestsSorted Action="While" NameClass="ObjectManager.Me.Position.DistanceTo2D(new Vector3(1778.676, -4334.307, 101.6494)) &lt; 1500" />
        <QuestsSorted Action="Pulse" NameClass="flyingpart" />
        <QuestsSorted Action="Reset" NameClass="flyingpart" />
        <QuestsSorted Action="None" NameClass="we wait at position" />
        <QuestsSorted Action="Wait" NameClass="9000" />
        <QuestsSorted Action="None" NameClass="we dismount - i use druid you must change it" />
        <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText (&quot;/use Travel Form&quot;);" />
        <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false" />
        <QuestsSorted Action="Wait" NameClass="140000" />
        <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = true" />
        <QuestsSorted Action="EndWhile" NameClass="" />

    140000 is wait time if all went fine and we are on the zep, zone will be change and while condition is over,
    if not triggered we start again at flyingpart

    I use 2 zep stations right now, the zep in undercity that flies to northend you must dismount on the ropes
    at the end of the ship. It is important otherwise you may have problems to leave the zep later.
    If you reach northrend just make a if condition to leave the zep
        <QuestsSorted Action="If" NameClass="ObjectManager.Me.Position.DistanceTo2D(new Vector3(x, y, z)) &lt; 50" />
     
    my code without flying stuff, this is from orgrimmar to tirisfal and tirisfal to northrend,
     
        <QuestsSorted Action="None" NameClass="Lvl 70 erreicht, fliegen gelernt in bc, zurueck in OG" />
        <QuestsSorted Action="None" NameClass="spass mit dem zeppelin" />
        <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseMount = false;&#xD;&#xA;wManager.wManagerSetting.CurrentSetting.UseFlyingMount = false;" />
        <QuestsSorted Action="Pulse" NameClass="guteralterfreierhimmel" />
        <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseFlyingMount = true;&#xD;&#xA;wManager.wManagerSetting.CurrentSetting.UseMount = true;" />
        <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.SkinMobs = false;&#xD;&#xA;wManager.wManagerSetting.CurrentSetting.HarvestMinerals = false;&#xD;&#xA;wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = true;&#xD;&#xA;wManager.wManagerSetting.CurrentSetting.UseFlyingMount = true;&#xD;&#xA;wManager.wManagerSetting.CurrentSetting.UseMount = true;&#xD;&#xA;wManager.wManagerSetting.CurrentSetting.AttackBeforeBeingAttacked = false;" />
        <QuestsSorted Action="If" NameClass="ObjectManager.Me.Position.DistanceTo2D(new Vector3(1929.501, -4701.443, 36.34026)) &lt; 50" />
        <QuestsSorted Action="Pulse" NameClass="zumplateau" />
        <QuestsSorted Action="Reset" NameClass="zumplateau" />
        <QuestsSorted Action="EndIf" NameClass="" />
        <QuestsSorted Action="Wait" NameClass="1000" />
        <QuestsSorted Action="None" NameClass="projekt zeppelin" />
        <QuestsSorted Action="While" NameClass="ObjectManager.Me.Position.DistanceTo2D(new Vector3(1778.676, -4334.307, 101.6494)) &lt; 1500" />
        <QuestsSorted Action="Pulse" NameClass="sinnlosfliegenzumzep" />
        <QuestsSorted Action="Reset" NameClass="sinnlosfliegenzumzep" />
        <QuestsSorted Action="None" NameClass="auf zep jetzt warten" />
        <QuestsSorted Action="Wait" NameClass="9000" />
        <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText (&quot;/use Travel Form&quot;);" />
        <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false" />
        <QuestsSorted Action="Wait" NameClass="140000" />
        <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = true" />
        <QuestsSorted Action="EndWhile" NameClass="" />
        <QuestsSorted Action="If" NameClass="ObjectManager.Me.Position.DistanceTo2D(new Vector3(2067.353, 288.5511, 97.03262)) &lt; 50" />
        <QuestsSorted Action="None" NameClass="vom zep runterkommen" />
        <QuestsSorted Action="Pulse" NameClass="zumplateauuc" />
        <QuestsSorted Action="Reset" NameClass="zumplateauuc" />
        <QuestsSorted Action="EndIf" NameClass="" />
        <QuestsSorted Action="While" NameClass="ObjectManager.Me.Position.DistanceTo2D(new Vector3(2070.47, 303.2696, 97.24919)) &lt; 1500" />
        <QuestsSorted Action="Pulse" NameClass="sinnlosfliegenzumzepuc" />
        <QuestsSorted Action="Reset" NameClass="sinnlosfliegenzumzepuc" />
        <QuestsSorted Action="None" NameClass="auf zep jetzt warten" />
        <QuestsSorted Action="Wait" NameClass="9000" />
        <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText (&quot;/use Travel Form&quot;);" />
        <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false" />
        <QuestsSorted Action="Wait" NameClass="125000" />
        <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = true" />
        <QuestsSorted Action="EndWhile" NameClass="" />
        <QuestsSorted Action="None" NameClass="willkommen im lichking addon jetzt runterlaufen vom zep" />
        <QuestsSorted Action="None" NameClass="vom zep runterkommen" />
        <QuestsSorted Action="If" NameClass="ObjectManager.Me.Position.DistanceTo2D(new Vector3(1995.305, -6097.593, 73.51222)) &lt; 500" />
        <QuestsSorted Action="Pulse" NameClass="startlichking" />
        <QuestsSorted Action="Reset" NameClass="startlichking" />
        <QuestsSorted Action="EndIf" NameClass="" />
     
    Have fun!
    Spend a whole day to get it working :-)
     

  16. Like
    eeny got a reaction from maylu in Dungeon Profile creation tutorial video   
    Eeny_RFC.xml
  17. Like
    eeny reacted to Zan in Safe Botting   
    In addition, While using a lvl1 bank toon for the AH, use them only for a few days. Then delete them and make a new lvl1 AH bank toon.
  18. Like
    eeny reacted to style.lbz in lvling with wrobot   
    yes exactly what i was doing haha!
     
     
    trying eeny snippet 68-70 :D cant wait to see if thats better....
     
    my toon grinded 65-69 while i was sleeping so i aint mad :D  
  19. Like
    eeny reacted to ernvato21 in Obliterate automation   
    Thx so much for everyone's help this works well
  20. Like
    eeny reacted to Drwolftech in My fight classes profiles   
    Im working hard to get all my fight classes updated, but i have to level all my alts first to get them working perfectly.
    I'm using the icy-veins guides to make the profiles do the max dps output, while using all defensive and moving cooldowns.
    Normaly the bot play the game better than me while using the profiles, lol.
    I will never charge for my profiles, if you like it please donate.
    Paypal Donate
  21. Like
    eeny reacted to XCow in Obliterate automation   
    You can use any FightClass I guess. You just need to set up the My Macro option in the advanced settings
  22. Like
    eeny reacted to XCow in Obliterate automation   
    I am using the addons easy obliterate and oblivion. With this i can bind the obliterate to a hotkey. Next I set up the use Macro function in WRobot to click on that hotkey.
    So now all I have to do is open up the forge and start WRotation and it will start obliterating.
  23. Like
    eeny got a reaction from fragik in Block Ancient Mana Loot   
    Anyone noticed this is fixed in 7.1?
  24. Like
    eeny got a reaction from cgeorg13 in How to make gold with professions?   
    If you have both gathers and crafters with full professionstars for max efficiency you can do the obliterum shuffle.  Its a good way to 'hide' your raw material farming as you can consolidate multiple full stacks of raw material into a few obliterum's to sell..  You will need to do a little prequest which may take  a few hours.  http://www.worldofmoudi.com/guide-obliterum .
    Once thats done you can destroy crafted gear at the Obliterum Forge for Obliterum Ash. 100 dust is required to make 1 Obliterum. The amount of ash varies and increases based on the ilvl of the crafted item. This includes crafted gear, relics, gems, flasks, and potions. Obliterating ilvl 815 chests and legs are good, alchemist stones appears to be the best return at this time.  You can then sell the obliterum on the action house or raise the Ilvl of your gear.
    AFAIK there isnt a profile to obliterate items yet so it will be quite manual to make and obliterate the items.  There are addons to assist with oblierating gear though.
    all you need to do is weight up if you will make more gold obliterating or selling raw mats.
    Sidenote- take a look on https://theunderminejournal.com/ and look if your bots make a named appearance on your server for the items you farm....  if they do make an appearance there you should definitely look into the oblit shuffle to hide your tracks a bit and reduce the raw mats your posting on the AH...unless your suicide botting in which case you know what your in for.
  25. Like
    eeny got a reaction from cgeorg13 in How to make gold with professions?   
    its an option to make solid reliable gold... get creative
×
×
  • Create New...