-
Posts
1887 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by BetterSister
-
3.3.5a AutomaticFlightMaster usage skipping if fails once
BetterSister commented on BetterSister's bug report in Bug Tracker
if it has green ! above it clicks it once and gives the error. i'll test on next update -
it's easy to edit the plugin after the base is done
-
this would be useful for using hearthstone etc
-
Profile version and new version notify system implementation
BetterSister posted a bug report in Bug Tracker
It'd be really useful if bot would check for updates everytime a profile is loaded and then notify the user with download link. This would ofcourse require changes in profiles too -
3.3.5a AutomaticFlightMaster usage skipping if fails once
BetterSister posted a bug report in Bug Tracker
When bot wants to go from Desolace to Orgrimmar it tries to use Thalon but since we didn't have that flight master yet on this character activated it clicks it once and says 12:50:10 - [FlightMaster] No found useful destination on FlightMaster Thalon, skip it. 12:50:10 - [FlightMaster] Cannot take taxi, Blacklist flightmaster 30 min and taxi node for session. 12:50:10 - [FlightMaster] Try to take taxi node Sun Rock Retreat, Stonetalon Mountains to Orgrimmar, Durotar, go to npc. Instead of trying again and most likely being success (missing same system as there is for vendors when it tries upto 3 times to sell item) -
(ENDED) GIVING AWAY 1X 1MONTH WROBOT SUBSCRIPTION
BetterSister replied to BetterSister's topic in General discussion
too late -
i've used this bots for few months and i'm absolutely loving it. You can't currently 5man bot a dungeon YET but you can 4man bot it with leader as tank that you're playing yourself. There is premade fight classes that you can download from downloads section. Maybe in near future Droidz will include the best fight classes for every class (?) The blacklisting is 2 hour long but that's definely a bug if it ignores herb and moves on after fighting (Make bug report about it with details. I promise it will be taken care of) I have botted 3 characters 1-80 on Warmanes Lordaeron with just a single banhammer (it was completely my fault. Mobs kept getting stuck in wall before Droidz added anti-evasion measurements that still need some work but i knew the risk and i took it and got hammered) I started programming again just because of this bot. i've absolutely loved it and i just released my 13-60 wotlk horde questing profile! If you see me at http://wrobot.eu/chat/ (i'm almost always there) come chat with me. I'm a wotlk botter too :) Also. Before you buy the bot i've sent you a 1 month subscription license that allows you to bot with 1 character for next 25 days
-
Version 1.2.0
4785 downloads
IF YOU ENCOUNTER ANY PROBLEMS SEND ME A PRIVATE MESSAGE WITH ERROR LOG AND EXPLAIN ME WHAT IS GOING WRONG! THE PROFILE EVERYONE HAS WAITED FOR! (Semi) 1 click 13-60 HORDE QUESTING PROFILE The profile is mostly grinding. On paid version of this profile i will add optimized questing. ALL trainers will be added on free version REQUIREMENTS: - For automatic talents usage i used zygor's talent advisor - Be in Kalimdor - For automatic gear equipment i used TopFit - Start with ATLEAST 100g - Set Selling on - Set Selling gray, white, green items on - Set Repair on (not required on casters) - Setup drinking and eating (You must get it more drinks/food always when it runs out which is 800 drinks last 9-12 hours and 800 foods last upto 24-48 hours on prot warrior) - Bags required (16 slot netherweave bags cost under 10g each on any decent server) NOTE! CLASSES WITH 100% SUPPORT SO FAR: - Shaman (Trainers support, Fire totem continues from 1-13 profile and 3/5 of water totem quest included. Couldn't finish because has to go to hillsbrad) - Priest (Trainers support, No class quests to do) - Warrior (Trainers support, Stances not included yet. Will be added soon) IF YOUR CLASS ISN'T IN THE LIST IT WILL NOT USE TRAINERS OR DO THE CLASS QUESTS Known issues: - If you finish quest to freewind post (thousand needles) and after it leave the area without hitting 30 lvl you MUST bring the character back to thousand needles yourself because it won't make it back without help All donations will go to improving my overall life as student. Studying isn't cheap! If i receive enough donations i maybe won't make paid versions of any profiles but instead keep them free and public. Click here if you would like to donate -
3.3.5a While using Quester Bot skips over without finishing RunCode step if got into fight
BetterSister commented on BetterSister's bug report in Bug Tracker
that's not gonna work... It doesn't like to use if as first parameter. i tried to edit it but i just can't make it work even when i switch interactwithnpc to under tread.sleep and add distance check instead making it legit if parameter [E] 02:04:54 - Compilator Error : c:\Users\Epri\AppData\Local\Temp\fj5nh5ik.0.cs(21,12) : error CS1525: Invalid expression term 'if' c:\Users\Epri\AppData\Local\Temp\fj5nh5ik.0.cs(36,10) : error CS1525: Invalid expression term ')' [D] 02:04:56 - [Quester] While[3] (if (ObjectManager.Me.WowClass == WoWClass.Warrior) { if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(9517.421f, -6871.368f, 18.61072f), 16275, -1, false)) { Thread.Sleep(5000); wManager.Wow.Helpers.Lua.RunMacroText("/script SelectGossipOption(1)"); wManager.Wow.Helpers.Lua.LuaDoString("LoadAddOn'Blizzard_TrainerUI' f=ClassTrainerTrainButton f.e = 0 if f:GetScript'OnUpdate' then f:SetScript('OnUpdate', nil)else f:SetScript('OnUpdate', function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)end"); Thread.Sleep(5000); return false; // return false, finish can exit While step } return true; // return true, not finish, need to run again While step } else { return false; // return false, finish because not paladin, not need to run again While step }) | Result: False After editing to what it should be like it still doesn't work: [E] 02:02:12 - Compilator Error : c:\Users\Epri\AppData\Local\Temp\hbc0lfvw.0.cs(21,88) : error CS1026: ) expected c:\Users\Epri\AppData\Local\Temp\hbc0lfvw.0.cs(21,88) : error CS1002: ; expected c:\Users\Epri\AppData\Local\Temp\hbc0lfvw.0.cs(33,9) : error CS1525: Invalid expression term 'else' c:\Users\Epri\AppData\Local\Temp\hbc0lfvw.0.cs(33,13) : error CS1002: ; expected c:\Users\Epri\AppData\Local\Temp\hbc0lfvw.0.cs(37,1) : error CS1525: Invalid expression term ')' [D] 02:02:16 - [Quester] While[3] (ObjectManager.Me.WowClass == WoWClass.Warrior && ObjectManager.Me.Level == 1 { if (ObjectManager.Me.Position.DistanceTo2D(new Vector3(311.352f, -4827.79f, 9.580031f)) < 3000) { Thread.Sleep(5000); wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(311.352f, -4827.79f, 9.580031f), 3169, 1, false); wManager.Wow.Helpers.Lua.LuaDoString("LoadAddOn'Blizzard_TrainerUI' f=ClassTrainerTrainButton f.e = 0 if f:GetScript'OnUpdate' then f:SetScript('OnUpdate', nil)else f:SetScript('OnUpdate', function(f,e) f.e=f.e+e if f.e>.01 then f.e=0 f:Click() end end)end"); Thread.Sleep(5000); return false; } return true; } else { return false; } ) | Result: False -
(ENDED) GIVING AWAY 1X 1MONTH WROBOT SUBSCRIPTION
BetterSister replied to BetterSister's topic in General discussion
well whenever someone posts that they want it they get it since not even my irl friend needed it -
(ENDED) GIVING AWAY 1X 1MONTH WROBOT SUBSCRIPTION
BetterSister replied to BetterSister's topic in General discussion
No one wanted it so i just gave it to my irl friend -
(possibly bug) Auctioner not deleting Sale Pending messages from mailbox
BetterSister commented on BetterSister's bug report in Bug Tracker
The red cross returns Nil because it's addon-created but you could use inmail Delete button "OpenMailDeleteButton" and it works -
(possibly bug) Auctioner not deleting Sale Pending messages from mailbox
BetterSister commented on BetterSister's bug report in Bug Tracker
The button is added by Postal addon. I'll look into it in sec -
3.3.5a While using Quester Bot skips over without finishing RunCode step if got into fight
BetterSister commented on BetterSister's bug report in Bug Tracker
thanks -
3.3.5a Regen never ends if it fails to use drinks even tho you have them
BetterSister commented on BetterSister's bug report in Bug Tracker
Correct. I will try to get it on video -
(possibly bug) Auctioner not deleting Sale Pending messages from mailbox
BetterSister commented on BetterSister's bug report in Bug Tracker
Probably because of server. I'm playing on warmane's Lordaeron -
Drag and Drop feature in quests order editor would be really useful
-
(ENDED) GIVING AWAY 1X 1MONTH WROBOT SUBSCRIPTION
BetterSister replied to BetterSister's topic in General discussion
it'd be shame if no one wants it.. -
Quester EndIf and EndWhile parameters
BetterSister replied to BetterSister's topic in Developers assistance
the way i wanted it to do was done like this. while under 20 few quests here while lvl 15 and need trainers use trainers endwhile <--- this is where first while ended more quests here <-- these quests were skipped entirely endwhile <--- dunno if this even was ever called -
(ENDED) GIVING AWAY 1X 1MONTH WROBOT SUBSCRIPTION
BetterSister replied to BetterSister's topic in General discussion
BUMP under 24 hours to go -
Telling bot to start using different food/drinks
BetterSister replied to BetterSister's topic in Developers assistance
i found the exact way to force it :p -
Shadow priest Void Tendrils help
BetterSister replied to catalin87's topic in Fight Classes assistance
Hmm... now to get this same thing work with warrior tank...