Everything posted by Matenia
-
ClearTarget
They use the same protection Warmane does. They're pretty tight with the Warmane devs afaik.
-
ClearTarget
Warmane, correct? I swear this happened with people where changing focus target/casting on focus would stop working after a while. I had complaints about that with some of my fightclasses.
-
Fightclass Framework for 2.4.3/3.3.5a and more
If you've seen my 1.12 fightclass framework, this is basically the much enhanced version. It should work for WoW 2.4.3 and 3.3.5a, possibly many more expansions. The only thing you would have to do is adjust the way combatlog events are parsed, if paramters have changed in your expansion. Everything else should be handled by wRobot. Below you can find the GitHub repository. It also contains a very simple enhancement shaman fightclass as an example that you could change to fit your own needs. This is for developers only. If you're a regular user, I recommend just buying my fightclasses. They are, in my opinion, fairly priced. Features: - checks with server if a spell was successful - support for different types of spells - no more double casts of any sort (heals, debuffs, damage) - possibility to ignore server responses - easy offtarget handling - performant caching and rotation handling - possibility to use as a healing framework - support for wanding - multilanguage support - dispel by debuff type https://github.com/Schaka/wRobotFightclassFrameworkEnhanced @Droidz would be nice if you could sticky/pin this thread
-
rogue pickpocket
You need a fightclass that never actually attacks. This isn't easy. I've personally done this before for vanilla by handling everything in a quest profile. It's really hard and took me a week to make to dungeon-farm. Unless you invest a lot of time, you will not be able to easily do this.
-
rogue pickpocket
Dude, you're not even a customer. You're trying to run some random outdated Legion pickpocketing profile but you're not even describing what you actually want/need. Nobody can help you. If you want a pickpocketing profile, you need to make your own. That stuff isn't easy.
-
configure auto start
Use the relogger application to start/stop your bot.
-
ClearTarget
Try using Interact.ClearTarget(); If that doesn't work, it might be warmane's weird protection or addons causing an issue.
-
Need help with using an item at a location.
Just don't enter an object to use the item at, the bot will just use it at any position you enter into the hotspots.
-
Bot ignores Blackspots
Why does it choose vendors so far away? With the latest patches for HMP, it should definitely select the correct stuff. This is the list for Northrend private static Dictionary<int, List<uint>> NorthrendFood = new Dictionary<int, List<uint>> { { 65, new List<uint>{ 33451, 33454, 33449, 33452, 33443, 35949 } }, // Clefthoof Ribs { 75, new List<uint>{ 35953, 35951, 35952, 35948, 35950 } }, // Mead Basted Caribouh { 85, new List<uint>{ 35953, 35951, 35952, 35948, 35950 } }, }; private static Dictionary<int, uint> NorthrendWater = new Dictionary<int, uint> { { 60, 28399 }, // Filtered Draenic Water { 65, 35954 }, // Goat's Milk { 70, 33444 }, // Pungen Seal Whey { 75, 33445 }, //Honeymint Tea { 85, 33445 }, //Honeymint Tea }; Am I missing something?
-
Paid Transaction IDs not working
Like I explained on Discord, you paste the id into the field and then close the window again. It works the same way all default wRobot plugin/fightclass settings works.
-
Plugin for auto equip
I'm not doing it, you'll need to find someone else to do it. I don't see why Butler wouldn't work on Cata anway, the API it uses should be the same.
-
Plugin for auto equip
It's possible. it's just using the API. But you can probably also just use Zygor's addon and have it work automatically
-
Cannot download meshes
Because of cracks, it was removed years ago. Like we're speaking 2016/2017 here.
-
Cannot download meshes
You can't download meshes. It's all server based. Why would you even need that if you don't have a wRobot subscription anyway?
-
Calling FightClass from Product
If you're not using the FSM, you need to write your combat behavior completely from scratch. Look into what the class "Fight" actually does. Just instantiating a state does nothing. Decompile and look at it. Take a look at the Grinder project that Droidz uploaded as an example for products.
-
Calling FightClass from Product
You only load CustomClass once when the product starts. The fightclass runs on its own thread. For starting an actual fight, look into the "Grinding" state .
-
FightClass Editor Questions
HaveBuff checks the aura name, no Lua required. It's read directly from memory too, which is a lot faster than Lua. If you want to LoS/flee, you'll need to migrate from the fightclass editor to C#, but I wouldn't even recommend it. It's a huge hassle and will never look human.
-
Creating my own states
You will need to decompile and read through the obfuscated code. Then you'll need to remove the state from the FSM and add your own state in its place.
-
Key doesnt work.
Reading the date wrong. It's third of February
-
Can I Collaborate in Improving the Taxi Grid?
- Are Cross Server Host Bans a Thing?
No- wrobot doesnt stop selling items
Your profile probably turns that stuff on/off- Distance Mob / Enemy
It's in the Q&A for my fightclasses, but I suppose whatever hunter you're using has the same problem: Q11: My character tries to pull from out of range and/or wRobot thinks it can't fight the target, then switches to another A: Go into advanced wRobot settings and disable "calculate distance by target size".- Buying drinks & food
It won't magically buy drinks. Only if your drink/food name is also BY CHANCE available at the specific vendor that wRobot chooses. That's why plugins like HMP exist. Either that or you need to manually set up buying stuff in wRobot settings with a separate database of food/drink vendors.- interested in buying wrobot but...
C'mon dude, get a therapist and grow up. No wonder you were whining about your marriage falling apart on here like a year ago if you're this immature and lack even the most basic self awareness. Seriously, you could benefit a lot from getting professional help. For now, if you have nothing to say that contributes to the discussion, spare us. Nobody needs your self-promoting input. And everybody can tell what you're doing. People aren't as obliviousto your bullshit as you think. Most just don't bother speaking up because it's like yelling at a deaf person. - Are Cross Server Host Bans a Thing?