Jump to content

Pudge

WRobot user
  • Posts

    348
  • Joined

  • Last visited

Everything posted by Pudge

  1. Salute @Droidz, it would be great if you add the argument 'notInGame' to the API LuaDoString<bool> for the manipulations in character selection/create menu, thanks in advance.
  2. You are the best! It work's) Lua.LuaDoString("CharacterSelectDeleteButton:Click();", true);
  3. Thanks for the answer, I extracted this document and found the name of the button, but how do I activate it? "CharacterSelectDeleteButton". I tried to use Lua.LuaDoString("CharacterSelectDeleteButton:Click()") in dev tools but nothing
  4. Hey I need help resolving a few issues. 1) How can I delete a character using a robot? Click this button, paste string "delete", => if okey:isenable then click okay I think it should be like what api should be used, can anyone know? I think it’s not difficult, a couple of clicks and paste the desired text, I just don’t know what the frames are called in the menu so that and where to find it api 2) How can I, being in Logout, select the character I need? 3) Is it possible to create a new character with random nickname? Thx
  5. Hello everyone, I need a little help. I want to use the info from the GetWhoInfo () lua to create a List<string> and add the names of the players to it, I will be glad of any help. I can’t understand how this can be done, because in C # I am new and understand little
  6. Hello, i want to create plugin to disable or stop or pause ressurect state to prevent bot release spirit and waiting till him will be ressurected by other bot. Any ideas how to do this comrades? Help pls, thanks in advence.
  7. Hey! Can you show an example of this code in its finished form for dummies? :) I can’t understand how it works, very poor knowledge in C #. For a long time I would like to replace the entry points into the dungeon generated by the robot with the ones I need... Thanks in advance.
  8. Pudge

    3.3.5 Relogger bug

    Relogger > General settings
  9. Hello, I making auction profile an i need to check if item in bag is soulbound or not. Any ideas comrades? Thanks in advance.
  10. hi, you can try this method ObjectManager.GetObjectWoWUnit().Count(u => u.IsMyPet && u.Name == "Scarlet Ghoul") == 5
  11. https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/wManager.wManagerSetting.html
  12. you need to create a grinder profile add 1 point in the route where this psc resets and add this npc entry
  13. is it possible to check the mount summon spell? I want to add the purchase of the traveler’s tundra mammoth to my quest profile, but after using the item https://www.wowhead.com/item=44234/reins-of-the-travelers-tundra-mammoth how can I check the presence of the mount in the book. But the way SpellManager.KnowSpell () returns false. I will be glad of any help
  14. MovementManager.StopMove(); in next action finishes the first quest... but it seems to me that this is not normal, when the quest ends the bot should stop, it seems
  15. hi, this is of course stupid, but the airships circle, so you can use my quest to get there. Need only ~10 min to be at one position and the ship will fly to you)) Argent Stand Quests.xml
  16. hey, do you need the bot to stand and kill only 1 npc in one place?
  17. Hi, for the first time in a year of botting, I am faced with such a problem. "If complite condition" is triggered, but the quest "follow path" does not end. The task of the quest is to fly along the path of the airship, the quest must be completed when the bot is above the ship, but as you see something happens, the bot starts the next steps, but the bot continues to do the quest "follow path" that just completed... Argent Stand Quests.xml
  18. Pudge

    ClearTarget

    Interact.ClearTarget(); Works fine in latest version, thanks ❤️
  19. @Droidz There is a faction field in the xml file, but it's missing in the editor, fix please. I dont know its bug or suggestion but if it’s not difficult for you, please add. ps: many many thanks for so quick adding the kill and loot path type :)
  20. Hey. To quickly find errors in the profiles I use this code in the plugin to display the current profile name in the logs: wManager.Wow.Helpers.Quest.QuesterCurrentContext.ProfileName == "test.xml" I searched hard, but didn't find a similar code for the grinder..... something like Grinder.GrinderCurrentContext.ProfileName == "test.xml".... Does anyone know a similar method? The next code gives an error if product is not quester: Quester.Bot.QuesterSetting.CurrentSetting.ProfileName == "test.xml" Same code gives an error if product != grinder: Grinder.Bot.GrinderSetting.CurrentSetting.ProfileName == "test.xml"
  21. Pudge

    Vehicle options

    @Droidz We need it, update pls
  22. Thank you in advance! I look forward to it.
×
×
  • Create New...