
Pudge
WRobot user-
Posts
349 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Pudge
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Pudge commented on Talamin's file in Fight Classes - Wotlk
-
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.
-
You are the best! It work's) Lua.LuaDoString("CharacterSelectDeleteButton:Click();", true);
-
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
-
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
-
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
-
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.
-
How to force wrobot to use waypoints when dead if there is no corpse?
Pudge replied to yeplz's topic in General assistance
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. -
Relogger > General settings
-
Hello, I making auction profile an i need to check if item in bag is soulbound or not. Any ideas comrades? Thanks in advance.
-
hi, you can try this method ObjectManager.GetObjectWoWUnit().Count(u => u.IsMyPet && u.Name == "Scarlet Ghoul") == 5
-
https://marsbars.gitlab.io/unoffical-wrobot-api-docs/api/wManager.wManagerSetting.html
-
you need to create a grinder profile add 1 point in the route where this psc resets and add this npc entry
-
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
-
hey, do you need the bot to stand and kill only 1 npc in one place?
-
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
-
Interact.ClearTarget(); Works fine in latest version, thanks ❤️
-
I will try it thanks
-
@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 :)
-
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"
-
@Droidz We need it, update pls
-
Grinder quest type with a path instead of hotspots
Pudge commented on Pudge's bug report in Bug Tracker
Thank you in advance! I look forward to it.