All Activity
- Yesterday
-
gangrene joined the community
-
Giova17 joined the community
-
Turtle WoW Classic WoW Botting | How do you do it?
elsiv replied to shagwells's topic in General discussion
how did you come to this conclusion -
RevenEXX joined the community
-
macdartle joined the community
-
dhakxls joined the community
-
secrett joined the community
-
cruzcredo joined the community
- Last week
-
kasigej270 joined the community
-
Paltemps joined the community
-
styk joined the community
-
slickrockstar started following Arms Warrior
-
Version 5.4.8
0 downloads
This is an arms warrior fight class for MOP with all the CD's and utilities defaulted to on. You can turn what you want off in the settings otherwise this fight class will pull all cd's and utilities. The only thing i can't seem to get working is the trinket to free you from cc's. Maybe someone can't just give me the spell and conditions so it will use the trinket. -
Hierophant Green started following EventsLua.AttachEventLua
-
Strange behavior. public static void AttachEventLua(string eventid, MethodDelegate method); public static void AttachEventLua(LuaEventsId id, MethodDelegate method); 1. I checked on different computers 2. Reinstalled Wrobot 3. Disable all plugins and addons After disconnection stops intercepting events, you need to call spam events only in this case the handler wakes up. Also because of this the quest module stops responding to PLAYER_LEVEL_UP. If anyone sees this, could you confirm that it's not just me.
-
Amara started following Need Help with Customizing Bot Profiles in WRobot
-
Hi everyone, I’ve been using WRobot for a while now, and I’m generally happy with how it’s performing, but I’m looking to take my botting setup to the next level by customizing the profiles to better suit my needs. I’m trying to create a more efficient farming routine for my character, specifically to optimize gathering and questing, but I’m having trouble tweaking the profile settings to ensure that the bot follows the best path, avoids obstacles, and doesn’t get stuck as easily. If anyone has experience creating or fine-tuning profiles for these types of tasks, I’d really appreciate any tips or best practices you can share. Also, if there are any essential plugins or settings I might be missing, I’d love to hear about them. Thanks in advance for your help! DevOps Course
-
Anyone use this for pvp on the onyxia server?
-
deradondas reacted to a post in a topic: Turtle WoW 1.17.1 client.
-
dpz0427 reacted to a post in a topic: How to open "Big-mouth Clam" while fishing?
-
dpz0427 reacted to a post in a topic: Auto open clam when fishing
- Earlier
-
Looks like Turtlewow's new launcher/patch disabled Wrobot.
src000 replied to thegodsilverwing's topic in General discussion
oooooooookay. the problem on turtlewow is warrior and rogues working just fine with 'cast spell by name' and its-lua-script-not-spell-options. but no one caster include paladin and shaman are not working with this at all. any suggestions? -
src000 started following party bot will not heal anyone
-
same problem not heal or fight
-
Shawn_Lee started following 5.4 Frost Mage - PVE
-
-
Skemez reacted to a post in a topic: Licence no work.
-
Skemez reacted to a post in a topic: Licence no work.
-
Turtle WoW Classic WoW Botting | How do you do it?
Skemez replied to shagwells's topic in General discussion
if you are getting banned while monitoring them , then its your IP thats getting you banned not the bot. -
But the refund should appear in your bank account now. (5 to 10 days https://docs.stripe.com/refunds )
-
MeowRobot reacted to a file: Nothern Barrens - Deviate Fish Farm
-
MeowRobot reacted to a file: Deviate Fish
-
plx man my order #138228. i need my key, i pay for this.
-
my order #138228
-
Thayson reacted to a post in a topic: Licence no work.
-
Negative, I didn't ask for a refund, the amount is even stated on my credit card, would you be able to confirm this for me? I need the key I bought..thanks
-
slickrockstar started following Bot doesn't work with firestorm
-
Amara changed their profile photo
-
Hello, You made a refund request which was accepted.
-
i have really fun right now making my own profiles and own things for onyxia 5x server .. but iam now at the point where i want to take a ship from stormwind harbor to auberdine (thats how the server works on 3.3.5 in tbc stage) i took the ship/zeppelin from Droidz his sample what found in Code Snippets for Questing and modified it like i should (thats what i thought) the bot waits on the waiting position for the ship then the bot goes on the ship and arrives in auberdine but now he dont leave the ship and just stays on 😞 and thats what i really dont understand cause i think i made everything correctly here is my code if someone can have a heart and a watch on it? all coordinates are correct, is it something wrong with the continents maybe ? as i think i put it correctly also from azeroth to kalimdor i mean he get on the ship in stormwind but dont go off in auberdine that must be some minor mistake i do. PLEASE help me with that, someone. <?xml version="1.0" encoding="utf-16"?> <EasyQuestProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <QuestsSorted> <QuestsSorted Action="Pulse" NameClass="CatchZeppelinShip" /> </QuestsSorted> <NpcQuest /> <Npc /> <Blackspots /> <BlackGuids /> <EasyQuests> <EasyQuest> <Name>Catch Zeppelin/Ship</Name> <QuestId /> <QuestType>OverridePulseCSharpCode</QuestType> <QuestClass xsi:type="OverridePulseCSharpCodeEasyQuestClass"> <Code>// Sample of how to use Zeppelin/Ship // In this sample, WRobot catch Zeppelin from Kalimdor (Ogrimmard) to Northrend (Borean Tundra (Warsong Hold)) /* Quest settings: * Can condition: "return Usefuls.ContinentId == (int) ContinentId.Kalimdor;" * Is complete condition: "return Usefuls.ContinentId == (int) ContinentId.Northrend && !ObjectManager.Me.InTransport;" * Not required in quest log: "True" * Quest type: "OverridePulseCSharpCode" */ // You can get zeppelin/ship/player positions and entry ID in tab "Tools" > "Development Tools" > "Dump all informations" (or "Memory information"). // Settings: var zeppelinEntryId = 176310; // Zeppelin/Ship EntryId // From var fromZeppelinWaitPosition = new Vector3(-8650.803, 1346.014, 0.04901565); // Position where Zeppelin/Ship waits players (from) var fromPlayerWaitPosition = new Vector3(-8639.578, 1322.932, 5.232345); // Position where the player waits Zeppelin/Ship (from) var fromPlayerInZeppelinPosition = new Vector3(-8647.641, 1341.336, 6.028969); // Position where the player waits in the Zeppelin/Ship (from) // To var toZeppelinWaitPosition = new Vector3(6412.827, 821.8879, 6.079916); // Position where Zeppelin/Ship waits players (to) var toPlayerLeavePosition = new Vector3(6433.164, 815.4111, 5.653054); // Position to go out the Zeppelin/Ship (to) // Change WRobot settings: wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; // Code: if (!Conditions.InGameAndConnectedAndProductStartedNotInPause) return true; if (Usefuls.ContinentId == (int)ContinentId.Azeroth) { if (!ObjectManager.Me.InTransport) { if (GoToTask.ToPosition(fromPlayerWaitPosition)) { var zeppelin = ObjectManager.GetWoWGameObjectByEntry(zeppelinEntryId).OrderBy(o => o.GetDistance).FirstOrDefault(); if (zeppelin != null && zeppelin.Position.DistanceTo(fromZeppelinWaitPosition) < 1) { GoToTask.ToPosition(fromPlayerInZeppelinPosition); } } } } else if (Usefuls.ContinentId == (int)ContinentId.Kalimdor) { if (ObjectManager.Me.InTransport) { var zeppelin = ObjectManager.GetWoWGameObjectByEntry(zeppelinEntryId).OrderBy(o => o.GetDistance).FirstOrDefault(); if (zeppelin != null && zeppelin.Position.DistanceTo(toZeppelinWaitPosition) < 1) { GoToTask.ToPosition(toPlayerLeavePosition); } } } return true;</Code> </QuestClass> <ObjectiveCount1>0</ObjectiveCount1> <ObjectiveCount2>0</ObjectiveCount2> <ObjectiveCount3>0</ObjectiveCount3> <ObjectiveCount4>0</ObjectiveCount4> <ObjectiveCount5>0</ObjectiveCount5> <ObjectiveCount6>0</ObjectiveCount6> <ObjectiveCount7>0</ObjectiveCount7> <ObjectiveCount8>0</ObjectiveCount8> <ObjectiveCount9>0</ObjectiveCount9> <ObjectiveCount10>0</ObjectiveCount10> <AutoDetectObjectiveCount1>false</AutoDetectObjectiveCount1> <AutoDetectObjectiveCount2>false</AutoDetectObjectiveCount2> <AutoDetectObjectiveCount3>false</AutoDetectObjectiveCount3> <AutoDetectObjectiveCount4>false</AutoDetectObjectiveCount4> <AutoDetectObjectiveCount5>false</AutoDetectObjectiveCount5> <AutoDetectObjectiveCount6>false</AutoDetectObjectiveCount6> <AutoDetectObjectiveCount7>false</AutoDetectObjectiveCount7> <AutoDetectObjectiveCount8>false</AutoDetectObjectiveCount8> <AutoDetectObjectiveCount9>false</AutoDetectObjectiveCount9> <AutoDetectObjectiveCount10>false</AutoDetectObjectiveCount10> <CanCondition>return Usefuls.ContinentId == (int) ContinentId.Azeroth;</CanCondition> <IsCompleteCondition>return Usefuls.ContinentId == (int) ContinentId.Kalimdor && !ObjectManager.Me.InTransport;</IsCompleteCondition> <RepeatableQuest>false</RepeatableQuest> <NotRequiredInQuestLog>true</NotRequiredInQuestLog> <PickUpQuestOnItem>false</PickUpQuestOnItem> <PickUpQuestOnItemID>0</PickUpQuestOnItemID> <Comment /> <GossipOptionRewardItem>1</GossipOptionRewardItem> <RequiredQuest>0</RequiredQuest> <MaxLevel>999</MaxLevel> <MinLevel>0</MinLevel> <WoWClass>None</WoWClass> </EasyQuest> </EasyQuests> <Script> public class MyCustomScript { static MyCustomScript() { // You can put here code to run when bot start, you can also add methods and classes. } } </Script> <OffMeshConnections /> </EasyQuestProfile>
-
I recently bought the bot, used it for a week and today a message appeared that my key was wrong, could anyone help me? Where can I talk to support about this? thanks
-
Hello iam using Druid Travel Form as Ground Mount and AIO Wholesome Druid Feral Fightclass ... now when ever i have a Quest in my Profile when he needs to Gather something out of an Object for the Quest it travels to the Object in Travel Form and cant loot the Object and WoW Error Message is "You are in Shapeshift Form" is there any solution for this? Ignore fighting during farm if in druid form fixed this ... you can delete this topic, iam sorry.
-
kwg5984647 reacted to a file: [FREE] [Alliance] | 1-450 Herbalism & Mining [WIP]
-
Elephunk reacted to a post in a topic: Turtle WoW Classic WoW Botting | How do you do it?
-
Turtle WoW Classic WoW Botting | How do you do it?
elsiv replied to shagwells's topic in General discussion
i make my own classes although i dont think theres a point in trying on twow. just got another two characters banned at lvl16 running quester profiles from here. i was monitoring them all the time too -
I would also like to have some of this fightclasses compiled ... i downloaded visual studio asked chatgpt and stuff how to do it but when i try to build it there come 109 errors and i dont have a outputfile in bin/debug folder 😕 so i dont deserve it now or what? would be great if someone can compile all of them maybe?
-
Всем привет в дополнении ДФ близы добавили в профессиях перегрузка руды и травы, собственно что надо сделать что бы бот их тоже использовал?
-
Looks like Turtlewow's new launcher/patch disabled Wrobot.
Elephunk replied to thegodsilverwing's topic in General discussion
I'll pay for a working hunter fight class. -
Turtle WoW Classic WoW Botting | How do you do it?
Elephunk replied to shagwells's topic in General discussion
Which fight class are you using? I've had to completely stop on Turtlewow because of the recent change not firing off skills. I did the fix someone suggested but still no dice. -
Turtle WoW Classic WoW Botting | How do you do it?
elsiv replied to shagwells's topic in General discussion
hey i bought license today and got maybe 30 minutes of running a grinder profile in duskwood before getting banned on a 25 mage. what are methods to make bot move more smoothy and not stutter when engaging enemy from range? -
hey can someone post working discord invite?