• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Azyul Project] Dungeon Farming, Gold Farming, Mount Farming, Transmog Farming, and more!

    Discussion in 'Farming' started by EchoTiger, Feb 26, 2013.

    1. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Thanks for the donation!
      Glad to it's working out for you!
      ^^
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I could also change the global values to slow it down a bit for everyone - that way the issue is avoided for everyone.
       
    3. Dexterss

      Dexterss Member

      Joined:
      Aug 17, 2012
      Messages:
      79
      Likes Received:
      0
      Trophy Points:
      6
      ok I sent a PM my skype
       
    4. muskovardo

      muskovardo New Member

      Joined:
      May 13, 2014
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Hi

      on the suicide [N] Lost City of the Tol'vir - (x1) - Guild Bank Money+Embersilk profile is there a way for me to stop the guild bank deposits?
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
    6. muskovardo

      muskovardo New Member

      Joined:
      May 13, 2014
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      thankyou so much
       
    7. Ksarsanlan

      Ksarsanlan New Member

      Joined:
      Aug 17, 2015
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Hi, Echo! I'm using Halls of Lightning - Insanity, Bank Money + Sell All profile. How can I protect some items from selling, if the profile use DynSell function? I do not deposit gold and other stuff to guild bank. Adding items I want to protect to <ProtectedItems> won't help.
      Thank you for your great work:)
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Ops, looks like I forgot to add the ProtectedItems array to the profile.

      Under <QuestOrder> add this:

      PHP:
      <CustomBehavior File="Misc\RunLua" Lua="ProtectedItems = {'notset'}" />
      <!-- 
      Protect items by ID or name.  Separate items by a comma.  Example:   {'1234''Glyph''Leather''ffa335ee'}
      This will protect item ID 1234,  any item with Glyph in the name, and any item with Leather in the name.  ffa335ee is the Hex for purpleso all purple items will be protected.
      You can also protect by rarity.
      ff9d9d9d Grey
      ffffffff 
      White
      ff1eff00 
      Green
      ff0070dd 
      Blue
      ffa335ee 
      Purple
      -->

      Then you can pretty much follow as it says.
      Use the array to protect items by Name/ID/etc
       
    9. Ksarsanlan

      Ksarsanlan New Member

      Joined:
      Aug 17, 2015
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Wow, how flexible!) That's great, thank you
       
    10. Ksarsanlan

      Ksarsanlan New Member

      Joined:
      Aug 17, 2015
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Whether there is a parameter, that can protect only BoE items, greens, for example?
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Hmm, the code sniffs itemLink and itemString.
      So anything those two functions return - you can protect by.

      See the Wiki here:



      After a quick look, I don't believe there's anything there that returns whether or not the item is binded or not.
      The only function in the API I was able to find that does detect bind status is GetLootRollItemInfo

      Unfortunately, this isn't used in DynSell. : /
       
    12. Ksarsanlan

      Ksarsanlan New Member

      Joined:
      Aug 17, 2015
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      What if we'll use WoWItem.IsSoulbound Property, scan for not soulbound greens (ff1eff00), and maybe we'll get BoE greens
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      DynSell(); operates on WoW-API Lua.
      WoWItem.IsSoulbound is HB-API.

      You could technically parse between them, but at that point we'd be modifying the DynSell(); code.
      Which then we would just add GetLootRollItemInfo.
       
    14. Ksarsanlan

      Ksarsanlan New Member

      Joined:
      Aug 17, 2015
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      I got it, thx
       
    15. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      DynSell is pulled remotely, so I could technically make updates to it in real-time to include GetLootRollItemInfo.
      But at the moment there's plans to get DynSell() off Lua and onto C#.

      So any updates to the current DynSell() are only made if absolutely needed.
       
    16. Ksarsanlan

      Ksarsanlan New Member

      Joined:
      Aug 17, 2015
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      This is just for convinience, adding boe greens in ProtectedItems.xml and deleting the rest, disabling Refreshment detection plugin allows to sell allmost everything I want. So I don't think this is absolutely needed:)
       
    17. pixelsbot

      pixelsbot Member

      Joined:
      Dec 24, 2011
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      6
      View attachment 13256 2015-08-26 23.49.txt

      Seems like a really cool bot! I started out trying my hand at running The Botanica on my warrior. It seems to get stuck somehow. It's just standing around in a huge bunch of mobs in the botanica without attacking. Doing a thunderclap or two solves it and it keeps going but I don't get why the bot can't figure that out :(

      Any idea what might be wrong?
       
    18. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Singular (your combat routine) seems to be behaving very strangely.
      I believe it was updated recently, so the error it's reporting is a bit new to me.

      I normally wouldn't suggest using any other combat routine aisde from Singualr, but could you perhaps try a different one?
       
    19. riddick

      riddick New Member

      Joined:
      Aug 23, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Hey there can I get a link to the newest version of this profile?
       
    20. backma95

      backma95 New Member

      Joined:
      Aug 29, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Share your article is quite detailed, I would note that if the encounter would apply. Surely it successful is not it
       

    Share This Page