Jump to content

Ordush

Elite user
  • Posts

    1167
  • Joined

  • Last visited

Posts posted by Ordush

  1. 5 minutes ago, drqui said:

    yes hopefully you can fix it asap. Because I already lost a few times Old Ironjaw with fishing because the bot keeps fishing even if it is not looted.. ?

    Can you try and stop the bot /run reloadUI()
    then start the bot again it should auto update

  2. Just now, drqui said:

    oke it works perfectly. But I need to get to advanced settings for clicking loot BoP. 

    There should be a minimap button, if you click that, you should be able to get to the Extra Options where you can change that. ?

  3. 1 minute ago, drqui said:

    I paid for it. I got a .cs file. Placed it into the addon folder of my wow but can't find any option

    It's not supposed to go to wow addons folder.
    It's supposed to go to plugins in wrobot. ?

  4. 1 minute ago, drqui said:

    hey Ordered the bot for fishing very awesome.

    It auto loots everything I fish. But if I fishup a green item I still have to manually accept it. How can I accept it automaticaly. Incase I am AFK and it stops fishing because I didn't accept or ignore it yet??

     

    Drqui

    There are plugins here to do it, my In-Game Settings Has a setting to enable it. ? - Probably also is free plugins for it. ?

     

  5. 6 hours ago, srazdokunebil said:

    Thanks for chiming in!  I am aware that the wrobot application winform switch element 'Manage Character Movement' shouldn't toggle in response to the state of WRotation.Bot.WRotationSetting.CurrentSetting.ManageMovement being toggled,  not unless wrobot is stopped and started again.

    I'm not 100% clear on what of Droidz's suggestion does, in particular:

    
    wManager.Wow.Helpers.RunCodeExtension.RunScript(robotManager.Helpful.RunCode.CodeType.CSharp, @"robotManager.Helpful.Var.SetVar(""ManageMovementWRotation"", WRotation.Bot.WRotationSetting.CurrentSetting.ManageMovement);", "", out errorsCSharp))

    Does this create variable ManageMovementWRotation that becomes an alias of WRotation.Bot.WRotationSetting.CurrentSetting.ManageMovement?  Toggling the ManageMovementWRotation variable in turn toggles the WRotation setting?  I'm a bit confused as I don't have a clear understanding of what wManager.Wow.Helpers.RunCodeExtension.RunScript is doing.

    It does about the same, but gives you an error message if any errors happens.

  6. 5 hours ago, srazdokunebil said:

    Thank you, I really appreciate your help!  I am integrating this inside of Matenia's 1.12.1 fightclass framework for a melee class.  I've declared your function ManageMovement(), and executed it inside the Initialize() subroutine, which executes its contents once at the beginning as you suggest.  Am I correct in inferring that your code is meant to toggle the value of WRotation.Bot.WRotationSetting.CurrentSetting.ManageMovement when boolean variable ManageMovementWRotation is toggled? 

    This does not seem to work--  I am, however, able to access the correct boolean value of WRotation.Bot.WRotationSetting.CurrentSetting.ManageMovement according to the setting in WRotation -> Product Settings -> Manage Character Movement.  I'm just not able to toggle it while wRotation is running.

    Are you sure it's not toggeling? You won't see it change, because if you change the values within your config instead of using the interface, the switches doesn't turn untill you restart wrobot. ?

  7. 25 minutes ago, Losmy said:

    Where would I find/create these tables? It would require me to download the entire item database and keep in a table?

    Right now the code only takes the argument WowItem which is a problem since I don't know how to create a WowItem from the name or ID.

     

    Thank you, my lua knowledge is very limited to only the wow lua api right now, only been doing c#.

    You create these tables yourself, and no you don't need to download anything.
    You actually might not even need to make a table, it was just some way for you to keep your stuff sorted.
    Get the stats from the tooltip, compare these stats with your weight, if the stats comes out as something you'd roll on, then roll on that item.
    Do you HAVE to make it an wow item? Can you not skip this alltogether? I personally haven't used wrobot to roll.

  8. 3 minutes ago, Losmy said:

    I'm using weightstats in deciding if the item is needed or not before needing/passing on the item. Problem is when I get items such as "....of the hawk,bear,tiger " etc because they all have the same item ID but different "random enchants". 

    It's surely an idea to get the stats from the frame itself, I'll have a look! Thanks!

    I understand, are you only able to roll based on ID? Because if not, then the 0 ID bug, can be avoided simply by using name. ?
    You could make a table with the item name and stats, if the stats meets your satisfactory, then roll need on the item otherwise greed/disenchant.

    Edit: Tables (Lua) is about the same as 'arrays' in c#. ?

  9. 17 hours ago, Losmy said:

    Hi! I'm trying to create a plugin that automaticly needs on the rolled item if the bot needs it otherwise greeds/passes/DE. But I've got problem that I can't always find the ID from the item.
    Right now I'm getting the item's name from "GetLootRollItemInfo" and I then I use this code to get it as a WowItem.

     WoWItem item = ObjectManager.GetObjectWoWItem().FirstOrDefault(i => i.Entry == ItemsManager.GetIdByName(name));

    This does not always work, I sometimes get the ID 0. This would also not work on items with random enchants because they all have same item ID but not same stats. I have seen there is itemlink aswell but I can't find much information about it, GetLootRollItemLink.

    If you have any piece of advice how to get the rolled item as a wowItem it would be great because then I don't have to change any of the other code.

     

    Best Regards A.Z

    Do you need to roll based on ID? Sounds a bit like double work to first convert to ID?
    Can't you just make the roll based on item name?
    Another solution is to get itemlink from the frame itself. You can use framestack to figure out what frame it is, then you can both get stats as well as item id from that. ?
    Edit: I obviously didn't mean itemlink, I meant tooltip lol

  10. 8 hours ago, waldodamon said:

    Wow, that was about a month AFTER I stopped playing.  That really sucks, I mean I understand the "why" and all, but it still really sucks.

     

    Honestly, if we had some kind of solidarity, the botting community could literally file a class action lawsuit against Blizzard with high potential to win considering we know everything that they are illegally spying on in the memory of OUR computers when WoW is running. 

    That boat has already sailed friend. ?

  11. 6 hours ago, Chiffon said:

    Hey, sorry, I've been in the middle of exams. If I had sat down at my computer it would have been game over ?
    I'd love to help. I've looked for your Discord link but couldn't find it. Would you post it or send it to me please?

     

    I don't use discord, I use these channels. However you can pm me on discord. Find me under "elites" on the wrobot discord. ?

×
×
  • Create New...